VC Tabs jump to bottom of the page when clicked

Hello, I am using WPBakery VC tabbed content on a site that I am building for a client. When I click on the tabs its anchors me to the bottom of the page. Is there a way to make it so they page doesnt scroll at all when a user clicks?

Here is the site I am working on.

http://77.104.151.171/~riverc12/parts/

Thanks
Nick

Hi There,

Please try adding this custom JS under Theme Options > JS:

jQuery(function($) {
	$('.vc_tta-tab a').off('click touchend touchstart');
});

Hope it helps :slight_smile:

Thanks for your quick replay. It helps a little but the page still jumps down and then it scrolls up a little. I would like no movement at all.

Thanks

Hey @nickress,

This is currently a known issue with Visual Composer. For now, the only solution is the one given by @thai.

Thank you for understanding.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.