About this topic

  • Posted by steves14 2 years ago. There are 9 posts. The latest reply is from byron.
  • This topic is resolved

No tags yet.

  1. I am able to upload images through the admin panel, by getting pictures that are attached to pages. However, I cannot upload photos with the 'add photo' button. It looks like is uploading, there is no error, the picture just doesn't show up in the gallery or on the admin side. the gallery is at http://weareduckhunters.com/?page_id=676 . I changed the theme to a default theme and no luck. I also disabled all other plugins and get the same thing.

    Any help is appreciated!

  2. Also forgot to say that the ratings aren't working. I have them turned on, but when I click toggle ratings, nothing happens.

  3. From what I can tell, jQuery is being loaded 3 times:

    <script type="text/javascript" src="/js/jquery-1.3.2.min.js"></script>

    (that one looks like it's coming in from <!--Css SmoothGallery-->, but that might not be the case)

    and

    <script type='text/javascript' src='http://weareduckhunters.com/wp-includes/js/jquery/jquery.js?ver=1.3.2'></script>
    (that one is photosmash)

    and

    <script src="http://weareduckhunters.com/wp-content/plugins/JPostSlider/jquery.js" type="text/javascript"></script>
    (that one is JPostSlider)

    That would cause PhotoSmash and Ratings not to work. Did you check it out with the Theme at Default and All other Plugins off at the same time?
    Hope that helps,
    BB

  4. I should have mentioned in my last post, but from your message, it sounded like you've probably read the other posts here on that problem. If not, let me know and I'll give you that information. It usually solves the problem.

    BB

  5. You are correct, JQuery is coming in 3 times, that's gotta be the problem. I have a slideshow and a post slider on the homepage. I guess I can just put some if's around those to only load during the homepage.

    I read the other posts on this topic. I tried switching the them to default and turning off all other plugins, but no luck. Although, the script files were still all being included, so that wouldnt have made a difference. Thanks!

  6. Welcome!

    Some plugins don't use jQuery in such a way that it works with the standard WordPress package of jQuery. They use the shortcut function $() instead of jQuery(). WordPress loads jQuery in "no conflict" mode that means you have to use jQuery() instead of $().

    But the multiple loads of jQuery will be a problem for PhotoSmash.
    BB

  7. OK, now I have it to where the only scripts being loaded are the photo smash scripts (just for this page). But I'm still getting the same issue, no uploads and no ratings. Can you suggest anything else? I tried once again to change the theme to the default wp one as well and no luck. Any help is appreciated!

  8. Sorry for so many posts byron, just wanted to let you know that I did get it. It turned out to be a combination of loading jquery too many times and not having wp_footer() in the template. It works fantastic, this is exactly what I needed.

  9. Steve,

    That was a double whammy ;-) Those are the two most common reasons uploading doesn't work. In fact, those make up probably 95% of the cases, with the files not FTPing correctly being most of the remainder.

    Cheers,
    Byron

RSS feed for this topic