Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    The problem is that the Arras theme also uses the jQuery Cycle plugin, which is removing the copy Meteor Slide’s is using.

    Arras only loads the cycle script on the homepage, that is why it still works on the other pages. I tested this and it worked for me on the homepage and all the others, but maybe I am using a different version of Arras.

    You can try removing this bit of code from your theme’s header.php file so that Meteor Slides can load the script it needs on the homepage:

    if ( is_home() || is_front_page() ) {
    	wp_enqueue_script('jquery-cycle', get_template_directory_uri() . '/js/jquery.cycle.min.js', 'jquery', null, true);
    }
    Thread Starter GreWeb

    (@fil6718)

    Thanks for your answer.
    I try to remove the code on the header.php.
    It seem to work fine.

    Thank you very much

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Meteor Slides] Slideshow didn't work all the time’ is closed to new replies.