Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • nsg

    (@nsg)

    Same here.
    Just updated to WordPress 4.0.1 and KFE stopped working….

    I hope there will be a fix soon….

    For those of you who are having issues with this theme and the sliders, the author of the theme has fixed it in the latest release of the Scope theme. It was an issue with the latest version of jQuery.

    If you want a quick fix, here it is:

    Find the following in functions.php

    // 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/jquery.min.js');

    and replace with:

    // 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/jquery.min.js');
Viewing 2 replies - 1 through 2 (of 2 total)