• It looks like you are using an old version (1.4.4) of the jQuery library. LayerSlider requires at least version 1.7.2 or newer. If you are using the WordPress version of LayerSlider, you can try out the “jQuery Updater” plugin from the WP plugin depository. If you don’t know what to do, you can write us a private message from our CodeCanyon profile page. We need a temporary WP admin account (or a temporary FTP account in some cases) to solve this issue.
    help me ?

Viewing 1 replies (of 1 total)
  • old jQuery issue problem solved by doing following step:

    added this snippet to the function.php in active theme folder and it works:

    wp_deregister_script( ‘jquery’ ); wp_register_script( ‘jquery’, ‘https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js’, array(), null, in_footer );

    Cheers,
    skype & Gtalk: rafiqgreat

Viewing 1 replies (of 1 total)
  • The topic ‘LayerSlider WP: old jQuery issue’ is closed to new replies.