I’m having the same problem. I looked around on the Forums and I’m guessing its a javascript conflict, but I can’t seem to fix it. There is a slider function on the template I’m using, but I don’t know how to disable it since its not an add on widget.
It’s the sidebar image on:
http://www.neutralgainesville.org/
Thanks!!!
Hi Cara, this is some kind of JavaScript problem, can you post a link to the site you are working on?
Here is some documentation on using multiple slideshows.
Hi Sarah, your theme is deregistering jQuery and loading it from Google instead.
Take a look at this code from the theme’s functions.php file:
// comment out the next two lines to load the local copy of jQuery
wp_deregister_script('jquery');
wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js', false, '1.6.1');
You should be able to fix this by commenting out that code like this:
// comment out the next two lines to load the local copy of jQuery
//wp_deregister_script('jquery');
//wp_register_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js', false, '1.6.1');
You can also comment out this line to avoid conflicts if you aren’t using Nivo:
wp_enqueue_script( 'brightpage_nivoslider', get_template_directory_uri() . '/js/jquery.nivo.slider.pack.js', array('jquery') );
I was having the same problem. I commented out the two deregister lines and now its working nicely. woo hoo!!
Glad this thread came in handy for you Richard!
JLeuze thank you for the wonderful plugin. My slideshow seems to be stuck as well and when I click the advanced button, it drops me down the page. I looked into my functions.php file of my theme but saw no reference to any query. The web site is: http://movingforwardllc.com/ and I will buy you some coffee if this issue can be resolved. Thank you so much!!
Hi spookus, the jquery.cycle.all.js file that powers the slideshows isn’t being loaded. Most likely your theme or one of the other plugins is disabling it somehow.
First I would try deactivating your other plugins to see if one of them is causing this conflict.
Wow JLeuze thanks for the quick response and yes it seems as though nextGen Gallery is causing the issue. That’s a plugin that I need so do I need to tweak the nextGen plugin somehow? Thanks again!!!
Strange, I haven’t run into any conflicts with NextGen before, I’ll test that out.
JLeuze don’t worry about it. I think the client wants a smaller header slideshow. Do you have a PayPal account?
Yep, my PayPal email is [email protected]
Thanks, I raise my coffee mug to you!