• Hi,
    I have used this Plugin in a Website before, It worked fine then, I just tested it again in a new website and i can see the control buttons but the plugin won’t load i think.
    I have analized it with google dev tools and it seems that the plugins starts but got stack somewhere, because it won’t load the images

    Any hint would be appreciate

    Thanks and bye

    Alva

Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi, this is because your theme is using jQuery Cycle 2. Meteor Slides uses jQuery Cycle 1, which isn’t compatible with 2, you have to use one version or the other.

    Thread Starter ag-alva

    (@ag-alva)

    Thank you very much for the quick response, jquery cycle 2 came up with the theme, and i don’t need it, how do i change versione?

    Thanks again

    Alvaro

    Thread Starter ag-alva

    (@ag-alva)

    Ok i managed to do it by myself, Just deleted the js cycle 2 files and save the cycle 1 in the right folder…

    Thank you very much again Josh!

    Best regards

    Alva

    Thread Starter ag-alva

    (@ag-alva)

    The only issue i have now is that my website finde an error 404 because the headers is trying to load the script jquery.cycle2.min.js?ver=2.1.6′
    Does anyone knows where can i edit the file so it won’t load??

    Thanks in Advanced

    They aren’t interchangeable, you can’t swap the two scripts without updating the theme to support that script.

    I would disable the Cycle script in your theme if you are certain you aren’t using it. It should be enqueued in your functions.php file.

    Thread Starter ag-alva

    (@ag-alva)

    ive tried:

    function wpdocs_dequeue_script() {
    wp_dequeue_script( ‘jquery.cycle2’ );
    }

    didn’t work

    haven’t edit functions file that much, don’t really know if im doing it right…

    Thread Starter ag-alva

    (@ag-alva)

    alright i found both files that are enqueued in the functions file:

    if( is_singular(‘property’ || ‘portfolio’) || is_page_template(‘homepage.php’)) {
    wp_enqueue_script(‘cyclemain’, get_template_directory_uri() . ‘/js/jquery.cycle2.min.js’, array(), ‘2.1.6’, false );
    wp_enqueue_script(‘swipe’, get_template_directory_uri() . ‘/js/jquery.cycle2.swipe.min.js’, array(), ‘1.0.1’, true );
    }

    can i just delete those code lines? this is the original functions php file, im using a child theme…

    Thread Starter ag-alva

    (@ag-alva)

    well i just tested it in my locaLhost version and it worked fine!

    the scripts won’t load anymore, i hope im doing the right thing…

    thanks again Josh

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Meteor Slides] Meteor Slides won't Load’ is closed to new replies.