Home › Forums › WoodMart support forum › Page Is Broken After Commenting › Reply To: Page Is Broken After Commenting
March 28, 2018 at 8:02 am
#49434
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").on('click', function() { setTimeout(function() { vc_rowBehaviour(); }, 10) })
Regards