Title: jQuery $ error when activating plugin
Last modified: August 30, 2016

---

# jQuery $ error when activating plugin

 *  [pirod](https://wordpress.org/support/users/pirod/)
 * (@pirod)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/jquery-error-when-activating-plugin/)
 * Hi,
 * The prestahop plugin générâtes a jQuery error ($ is not amethod). How does the
   plugin integrates with the no Conflict WP mode?
 * PS 1.4.9
    WP 4.2.2 latest plugin
 * How can we solve this?
 * [https://wordpress.org/plugins/prestashop-integration/](https://wordpress.org/plugins/prestashop-integration/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [aytechnet](https://wordpress.org/support/users/aytechnet/)
 * (@aytechnet)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/jquery-error-when-activating-plugin/#post-6262337)
 * You can try using jquery of PS instead the version of WP by default (because 
   WP is more up-to-date than PS) : [using Jquery of PS](http://www.aytechnet.fr/blog/plugin-wordpress/prestashop-integration#comment-4122):
 *     ```
       function mytheme_init() {
       if ( !is_admin() ) {
       wp_deregister_script( 'jquery' );
       wp_register_script( 'jquery', '', array(), '1.11.0' );
       wp_deregister_style( 'jquery-fancybox' );
       wp_register_style( 'jquery-fancybox', '/js/jquery/plugins/fancybox/jquery.fancybox.css' );
       wp_deregister_script( 'jquery-fancybox' );
       wp_register_script( 'jquery-fancybox', '/js/jquery/plugins/fancybox/jquery.fancybox.js' );
   
       wp_enqueue_script( 'jquery' );
       wp_enqueue_style( 'jquery-fancybox' );
       wp_enqueue_script( 'jquery-fancybox' );
       }
       }
       add_action( 'init', 'mytheme_init' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘jQuery $ error when activating plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/prestashop-integration.svg)
 * [PrestaShop Integration](https://wordpress.org/plugins/prestashop-integration/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/prestashop-integration/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/prestashop-integration/)
 * [Active Topics](https://wordpress.org/support/plugin/prestashop-integration/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/prestashop-integration/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/prestashop-integration/reviews/)

## Tags

 * [jquery](https://wordpress.org/support/topic-tag/jquery/)

 * 1 reply
 * 2 participants
 * Last reply from: [aytechnet](https://wordpress.org/support/users/aytechnet/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/jquery-error-when-activating-plugin/#post-6262337)
 * Status: not resolved