Thanks – my theme and all plugins are updated and still it doesn’t work. This is so annoying made especially worse by the fact that I don’t have a clue how to rectify it…
Are the sliders produced by a plugin or the theme? If a plugin, post something on the plugin’s support page. If a theme, do the same for the theme.
It’s really the tabbed content that is causing the issues which is part of visual composer (I think)
make sure you’re running the latest version of VC. (4.11.2)
Your theme, called “TheFox”, needs to be updated.
http://www.supxscape.com/wp-content/themes/TheFox/js/customjs.js
Line 223:
j$('a[href*=#]:not([href=#])').click(function () {
This code is incorrect. It should be this instead:
j$('a[href*="#"]:not([href="#"])').click(function () {
Please notify your theme’s author and ask for an update.
Yup 4.11.2 is what I’m running
So would reverting back to a previous version of wordpress be the best short term solution? And, how would I find out what version I was previously running?
Many thanks guys for your help if I wasn’t bald already I’d have pulled all my hair out by now 🙂
Cheers JayP
No, the best short term solution is to contact your theme’s author and get an update for it.
It is never okay to run old code.