Home Forums WoodMart support forum Problem with the module Reply To: Problem with the module

#288481

Artem Temos
Keymaster

Hi,

Try to add the following code snippet to the Custom JS on document ready area in Theme Settings to fix this issue.

jQuery('.tabs > li').click(function() {
	setTimeout(function(){
		vc_rowBehaviour();
	},10);
});

Regards