• Resolved pppplus

    (@pppplus)


    Hi

    I’ve just update your plugin, and now I have this error :

    Horodatage : 06/03/2014 08:14:15
    Erreur : ReferenceError: jQuery is not defined
    Fichier Source : /wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/ajax/static/ngg_store.js?ver=3.8.1
    Ligne : 1

    So what can I do to correct this error ?

    Thanks for your help.

    https://wordpress.org/plugins/nextgen-gallery/

Viewing 1 replies (of 1 total)
  • Thread Starter pppplus

    (@pppplus)

    Solved, it was in my theme.

    wp_deregister_script('jquery');
    	wp_register_script('jquery', ("http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"), false, '1.6.2');
    	wp_enqueue_script('jquery');

    I desactivate these lines, and plugin works again

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery is not defined’ is closed to new replies.