Viewing 3 replies - 1 through 3 (of 3 total)
  • Josh Feck

    (@builtbynorthby)

    Hi there,

    It turns out that Event Espresso tries to use the version of jQuery that’s included with WordPress. Your theme is de-queuing the bundled version of jQuery though and loading in an older version from Google’s CDN.

    Thread Starter Beee

    (@beee)

    I commented out these lines in functions.php

    wp_deregister_script( 'jquery' );
    wp_register_script( 'jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js');
    wp_enqueue_script( 'jquery' );

    and now it seems to work indeed…
    thanks…

    Thread Starter Beee

    (@beee)

    the template is an oldie and is not even supported anymore… every once in a while I run into something which is broke…

    will check it for more of this….

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin kills my slider’ is closed to new replies.