Hello,
Can you please share me your site url?
Thanks
Hi the URL is volunteercadetcorps.org
I’m not brilliant with coding or where to look so any help appreciated
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.
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
Thank you. Brilliant it is now working.