Title: nsg's Replies | WordPress.org

---

# nsg

  [  ](https://wordpress.org/support/users/nsg/)

 *   [Profile](https://wordpress.org/support/users/nsg/)
 *   [Topics Started](https://wordpress.org/support/users/nsg/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nsg/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nsg/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nsg/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nsg/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nsg/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kimili Flash Embed] Not working since WordPress 4.0.1 update](https://wordpress.org/support/topic/not-working-since-wordpress-401-update/)
 *  [nsg](https://wordpress.org/support/users/nsg/)
 * (@nsg)
 * [11 years, 5 months ago](https://wordpress.org/support/topic/not-working-since-wordpress-401-update/#post-5503185)
 * Same here.
    Just updated to WordPress 4.0.1 and KFE stopped working….
 * I hope there will be a fix soon….
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Home page slider : Scope theme 1.0.1. not compatible with wordpress 3.4.1.](https://wordpress.org/support/topic/home-page-slider-scope-theme-101-not-compatible-with-wordpress-341/)
 *  [nsg](https://wordpress.org/support/users/nsg/)
 * (@nsg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/home-page-slider-scope-theme-101-not-compatible-with-wordpress-341/#post-3104261)
 * 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', 'http://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', 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js');
       ```
   

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