Title: Javascript menu conflict
Last modified: August 30, 2016

---

# Javascript menu conflict

 *  Resolved [giorgos_krhth](https://wordpress.org/support/users/giorgos_krhth/)
 * (@giorgos_krhth)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/javascript-menu-conflict/)
 * Hello! First of all I have to say that your plugin is amazing! It decreased browser
   response time from 0,8secs to 0,59secs and the speed change is noticable! However
   the plugin made my themes responsive menu not to work. Even the fancybox isnt
   working! I am using this [http://smthemes.com/demo/animepress/](http://smthemes.com/demo/animepress/)
   theme for my site. Also i have seen your thread [https://wordpress.org/support/topic/using-wp-super-simple-speed-w-woocommerce?replies=4](https://wordpress.org/support/topic/using-wp-super-simple-speed-w-woocommerce?replies=4)
   but also I saw inside read me that this function was removed on latest update.
   What else could cause this js conflict?
 * [https://wordpress.org/plugins/wp-super-simple-speed/](https://wordpress.org/plugins/wp-super-simple-speed/)

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

 *  Plugin Author [nolongerused](https://wordpress.org/support/users/rspublishing/)
 * (@rspublishing)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/javascript-menu-conflict/#post-6364252)
 * Hi giorgos_krhth,
 * Thanks so much for your kind words (and for reporting the issue). That’s correct–
   the most probable cause of these issues had been removed from the code for now.
   I am not familiar with smthemes however, this does seem like a js related bug.
   Would you mind sharing your URL so we could have a look?
 * Thanks
 *  Thread Starter [giorgos_krhth](https://wordpress.org/support/users/giorgos_krhth/)
 * (@giorgos_krhth)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/javascript-menu-conflict/#post-6364258)
 * Well the thing is that is not just my theme that isnt working properly. Almost
   every javascript on my webpage stopped working. The link of my website is [http://animeonlinetv.com/](http://animeonlinetv.com/).
   I have keept a copy of my htaccess before the plugin activation but I would like
   to find a solution so I can keep this plugin in my website. Also i tried to remove
   everything related to js and javascript from htaccess but still nothing was working.
   If you think I can help you find the issue let me know what I should do.
 *  Plugin Author [nolongerused](https://wordpress.org/support/users/rspublishing/)
 * (@rspublishing)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/javascript-menu-conflict/#post-6364280)
 * Hi giorgos_krhth,
 * So sorry for the delay.
 * There is no need to alter the root .htaccess (rules written by our plugin) in
   any way. From what I am gathering here, I am going to pin this on the function
   that loads jquery from the google cdn (could be clashing with your current theme
   and its framework). We could go ahead and uncomment this function from the plugin
   inc-function.php file. You should have access to this via your plugin editor (
   if you have not disabled it) or cPanel file manager/ftp. Open the inc-functions.
   php file of the plugin and uncomment line 55 – 61 (which is the following code):
 *     ```
       function enqueue_jquery_google_cdn() {
           wp_deregister_script( 'jquery' );
           wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js', false, '1.11.1');
           wp_enqueue_script( 'jquery' );
       }
   
       add_action( 'wp_enqueue_scripts', 'enqueue_jquery_google_cdn' );
       ```
   
 * So that it is:
 *     ```
       //function enqueue_jquery_google_cdn() {
           //wp_deregister_script( 'jquery' );
           //wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js', false, '1.11.1');
           //wp_enqueue_script( 'jquery' );
       //}
   
       //add_action( 'wp_enqueue_scripts', 'enqueue_jquery_google_cdn' );
       ```
   
 * I am certain this will resolve your issue. Please have a go and let me know.
 * Regards
 *  Thread Starter [giorgos_krhth](https://wordpress.org/support/users/giorgos_krhth/)
 * (@giorgos_krhth)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/javascript-menu-conflict/#post-6364313)
 * Problem Solved after that. I am using this plugin [https://wordpress.org/plugins/use-google-libraries/](https://wordpress.org/plugins/use-google-libraries/)
   for those jquery and probably your plugin was in conflict with that on jquery’s
   load thank you very much for your help. I am definitely gonna five star this 
   one.
 * Thank you very much.
 *  Plugin Author [nolongerused](https://wordpress.org/support/users/rspublishing/)
 * (@rspublishing)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/javascript-menu-conflict/#post-6364315)
 * You are most welcome, Sir!
 * Thanks so very much!

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

The topic ‘Javascript menu conflict’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-super-simple-speed_17b58a.svg)
 * [WP Super Simple Speed](https://wordpress.org/plugins/wp-super-simple-speed/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-super-simple-speed/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-super-simple-speed/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-super-simple-speed/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-super-simple-speed/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-super-simple-speed/reviews/)

## Tags

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

 * 5 replies
 * 0 participants
 * Last reply from: [nolongerused](https://wordpress.org/support/users/rspublishing/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/javascript-menu-conflict/#post-6364315)
 * Status: resolved