Title: Plugin conflicts with wordpress latest version (3.5.1)
Last modified: August 20, 2016

---

# Plugin conflicts with wordpress latest version (3.5.1)

 *  Resolved [jessica](https://wordpress.org/support/users/jessicaviloria/)
 * (@jessicaviloria)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/)
 * Hi thanks for the wonderful plugin, helped me a lot. I got a problem though, 
   when I updated my wordpress to 3.5 and 3.5.1, the plugin seem to conflict with
   it, now I can’t click the widget, ‘edit’ on pages and posts, I tried to deactivate
   the plugin and my site worked, any suggestions?
 * [http://wordpress.org/extend/plugins/lazy-content-slider/](http://wordpress.org/extend/plugins/lazy-content-slider/)

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

 *  [mahen123](https://wordpress.org/support/users/mahen123/)
 * (@mahen123)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458474)
 * Same problem is creating but not meet any solution please provide any suggestion.
 *  Plugin Author [leethompson](https://wordpress.org/support/users/leethompson/)
 * (@leethompson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458492)
 * Hey everyone, Im sorry I was in the process of move. I know what the issue is,
   in lzcs.php you need to upgrade the jquery version. I will have an update for
   this plugin shortly. quick fix below, after you make the changes deactivate then
   activate and reconfigure. <sent from phone>
 * Lee
    change
 *     ```
       wp_register_script( 'jquery-min', 'http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
       ```
   
 * to
 * `wp_register_script( 'jquery-min', 'http://ajax.googleapis.com/ajax/libs/jquery/
   1.9.2/jquery.min.js');`
 * change
    `wp_register_script( 'jquery-ui', 'http://ajax.googleapis.com/ajax/libs/
   jqueryui/1.9.1/jquery-ui.min.js');`
 * to
    `wp_register_script( 'jquery-ui', 'http://ajax.googleapis.com/ajax/libs/jqueryui/
   1.10.1/jquery-ui.min.js');`
 *  Plugin Author [leethompson](https://wordpress.org/support/users/leethompson/)
 * (@leethompson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458493)
 * Hi All, I have updated the plugin please update and let me know if you have any
   more issue. Thanks for all the support 🙂
 * Lee
 *  [Mihai](https://wordpress.org/support/users/poemihai/)
 * (@poemihai)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458496)
 * Hy there, i’m still having these problems even after last update. More exactly
   when i activate this plugin i can’t make changes in the widgets area and after
   the last two updates in the post editor the menu there is gone; also inserting
   media doesn’t work. I’m on WP 3.5.1 (Admired theme and one other custom on 2nd
   host) and same thing happens on two different wp installs (different host). See
   gazetadebuzau.ro for live site with slider on. I have the code inserted at the
   end of header.php.
 *  Plugin Author [leethompson](https://wordpress.org/support/users/leethompson/)
 * (@leethompson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458497)
 * Hello, I see this in the theme
    `<script type='text/javascript' src='http://gazetadebuzau.
   ro/wp-includes/js/jquery/jquery.js?ver=1.8.3'></script>` This is the older version
   of jquery and that was the main issue with the plugin. I also see that you are
   loading many verions of jquery throught the theme. I also see in firebug that
   the older version of the jquery are causing other issues
 *     ```
       TypeError: jQuery.browser is undefined
       [Break On This Error] 	
   
       ...gt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w...
   
       detect...r=3.5.1 (line 5)
   
       TypeError: jQuery(...).superfish is not a function
       [Break On This Error] 	
   
       ...n(){jQuery('ul.sf-menu').superfish({animation: {opacity:'show',height:'show'}, s...
   
       gazetadebuzau.ro (line 105)
       ```
   
 * Lee
 *  Plugin Author [leethompson](https://wordpress.org/support/users/leethompson/)
 * (@leethompson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458498)
 * Ah ok I see an issue in the wordpress backend Im going to find a fix for this,
   so wordpress doesnt use older version of jquery.
 * Lee
 *  Plugin Author [leethompson](https://wordpress.org/support/users/leethompson/)
 * (@leethompson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458499)
 * [http://core.trac.wordpress.org/ticket/23370](http://core.trac.wordpress.org/ticket/23370)
   this is the issue Im investigating, im going to write my own javascript and not
   use jquery anylonger, until wordpress get on the latest, too many conflicts. 
   Please standby for an update.
 * Lee
 *  Plugin Author [leethompson](https://wordpress.org/support/users/leethompson/)
 * (@leethompson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458500)
 * I have made a small change that should resolve the admin section issues you are
   having please update to version 3.4.
 * Lee
 *  [Mihai](https://wordpress.org/support/users/poemihai/)
 * (@poemihai)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458501)
 * Thank you for the fast response. Works great now both issues, post editor and
   widgets area, are solved.
 *  Plugin Author [leethompson](https://wordpress.org/support/users/leethompson/)
 * (@leethompson)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458502)
 * Not a problem, I’m glad I was able to assist.

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

The topic ‘Plugin conflicts with wordpress latest version (3.5.1)’ is closed to 
new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/lazy-content-slider_06029c.svg)
 * [Lazy content Slider](https://wordpress.org/plugins/lazy-content-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lazy-content-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lazy-content-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/lazy-content-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lazy-content-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lazy-content-slider/reviews/)

## Tags

 * [Wordpress 3.5.1](https://wordpress.org/support/topic-tag/wordpress-3-5-1/)

 * 10 replies
 * 4 participants
 * Last reply from: [leethompson](https://wordpress.org/support/users/leethompson/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/plugin-conflicts-with-wordpress-latest-version-351/#post-3458502)
 * Status: resolved