• Resolved oseebohm

    (@oseebohm)


    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

    (@wpshopmart)

    Hello,

    Can you please share me your site url?

    Thanks

    Thread Starter oseebohm

    (@oseebohm)

    Hi the URL is volunteercadetcorps.org

    I’m not brilliant with coding or where to look so any help appreciated

    Thread Starter oseebohm

    (@oseebohm)

    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

    Please help as I’m on a deadline to resolve this and Tabs pligin should do exactly what I need.

    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 5 replies - 1 through 5 (of 5 total)

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