• Resolved oseebohm

    (@oseebohm)


    Hi

    Love the idea and the look of this plugin, just need it to work….

    Site: https://www.volunteercadetcorps.org

    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?

    Thanks in advance… willing to buy pro if this gets resolved quickly ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wpshopmart

    (@wpshopmart)

    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

    (@oseebohm)

    Thank you. Brilliant it is now working.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin causes loss of sub menus on main menu’ is closed to new replies.