Viewing 10 replies - 1 through 10 (of 10 total)
  • Same problem is creating but not meet any solution please provide any suggestion.

    Plugin Author leethompson

    (@leethompson)

    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

    (@leethompson)

    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

    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

    (@leethompson)

    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

    (@leethompson)

    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

    (@leethompson)

    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

    (@leethompson)

    I have made a small change that should resolve the admin section issues you are having please update to version 3.4.

    Lee

    Thank you for the fast response. Works great now both issues, post editor and widgets area, are solved.

    Plugin Author leethompson

    (@leethompson)

    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.