• Ok, so I have everything set up, and I tested it out. It looks fine, but when I click the arrows or the buttons at the bottom, nothing happens. The first photo stays as is and doesn’t fade into the next image.

    Help?

    Oh and how does one change slideshows from one to another and differentiate them from each other? Thanks!

    http://ww.wp.xz.cn/extend/plugins/meteor-slides/

Viewing 15 replies - 1 through 15 (of 15 total)
  • 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!!!

    Plugin Author Josh Leuze

    (@jleuze)

    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.

    Plugin Author Josh Leuze

    (@jleuze)

    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') );

    Thanks!!! It worked!!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

    I was having the same problem. I commented out the two deregister lines and now its working nicely. woo hoo!!

    Plugin Author Josh Leuze

    (@jleuze)

    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!!

    Plugin Author Josh Leuze

    (@jleuze)

    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!!!

    Plugin Author Josh Leuze

    (@jleuze)

    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?

    Plugin Author Josh Leuze

    (@jleuze)

    Yep, my PayPal email is [email protected]

    Sent:-)

    Plugin Author Josh Leuze

    (@jleuze)

    Thanks, I raise my coffee mug to you!

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘[Plugin: Meteor Slides] Slides not Rotating’ is closed to new replies.