Title: Plugin causes menu function loss
Last modified: May 10, 2017

---

# Plugin causes menu function loss

 *  Resolved [oseebohm](https://wordpress.org/support/users/oseebohm/)
 * (@oseebohm)
 * [9 years ago](https://wordpress.org/support/topic/plugin-causes-menu-function-loss/)
 * Following the installation and activation of the Tabs Responsive plugin, the 
   primary menu looses functionality and no sub menus are active. As soon as I disable
   the plugin then the functionality returns. Any ideas folks?

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

 *  Plugin Author [wpshopmart](https://wordpress.org/support/users/wpshopmart/)
 * (@wpshopmart)
 * [9 years ago](https://wordpress.org/support/topic/plugin-causes-menu-function-loss/#post-9120169)
 * Hello,
 * Can you please share me your site url?
 * Thanks
 *  Thread Starter [oseebohm](https://wordpress.org/support/users/oseebohm/)
 * (@oseebohm)
 * [9 years ago](https://wordpress.org/support/topic/plugin-causes-menu-function-loss/#post-9120603)
 * Hi the URL is volunteercadetcorps.org
 * I’m not brilliant with coding or where to look so any help appreciated
 *  Thread Starter [oseebohm](https://wordpress.org/support/users/oseebohm/)
 * (@oseebohm)
 * [9 years ago](https://wordpress.org/support/topic/plugin-causes-menu-function-loss/#post-9124833)
 * Ive checked code and cannot seem to find correlation between your plugin and 
   the VenturePro theme coding that may cause conflict.
 * my site is [volunteercadetcorps.org](http://volunteercadetcorps.org)
 * Please help as I’m on a deadline to resolve this and Tabs pligin should do exactly
   what I need.
 *  Plugin Author [wpshopmart](https://wordpress.org/support/users/wpshopmart/)
 * (@wpshopmart)
 * [9 years ago](https://wordpress.org/support/topic/plugin-causes-menu-function-loss/#post-9140300)
 * Actually your theme and tab plugin sung same script that’s why menu is conflict.
 * Just follow my stets here to resolve this issue –
 * Step-1 : open your plugin directory and then open tabs-responsive plugin folder.
 * Step-2: Now follow this folder path **ink -> install ** in install folder you
   will see a file open it on any editor.
 * Step-3 : Go to near line no. 14 and then find below code there –
 *     ```
       wp_enqueue_script('jquery');
       		wp_enqueue_script( 'wpsm_tabs_r_bootstrap-js-front', wpshopmart_tabs_r_directory_url.'assets/js/bootstrap.js', array(), '', true );
       ```
   
 * Step-4 : Replace it with this code –
 *     ```
       //wp_enqueue_script('jquery');
       		//wp_enqueue_script( 'wpsm_tabs_r_bootstrap-js-front', wpshopmart_tabs_r_directory_url.'assets/js/bootstrap.js', array(), '', true );
       ```
   
 * Save your code and then check your menu.
 * Let me know if you will get any problem.
 * Thanks
 *  Thread Starter [oseebohm](https://wordpress.org/support/users/oseebohm/)
 * (@oseebohm)
 * [9 years ago](https://wordpress.org/support/topic/plugin-causes-menu-function-loss/#post-9142207)
 * Thank you. Brilliant it is now working.

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

The topic ‘Plugin causes menu function loss’ is closed to new replies.

 * ![](https://ps.w.org/tabs-responsive/assets/icon-256x256.png?rev=2337177)
 * [Tabs Responsive - With WooCommerce Product Tabs Extension](https://wordpress.org/plugins/tabs-responsive/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tabs-responsive/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tabs-responsive/)
 * [Active Topics](https://wordpress.org/support/plugin/tabs-responsive/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tabs-responsive/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tabs-responsive/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [oseebohm](https://wordpress.org/support/users/oseebohm/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/plugin-causes-menu-function-loss/#post-9142207)
 * Status: resolved