Problems with HTML Blocks and TABS
-
Hi! 🙂
I need to create a TAB with 5 options/windows and show it in a product page. Each option/window/tab must be filled with an HTML Block.
The first Tab/option appears fine, but the others were broke.
Can you help me, please?
Thanks in advance.
Attachments:
You must be
logged in to view attached files.
Hello,
Please, provide us with your admin access so we can log in and check this on your side.
Thank you in advance.
Try to add the following code snippet to the Custom JS on the document ready area in Theme Settings to fix this issue.
jQuery('.wd-nav-tabs > li').on('click', function() {
setTimeout(function() {
jQuery(window).trigger('resize.vcRowBehaviour');
jQuery(document).trigger('resize.vcRowBehaviour');
}, 300);
});
It works. It have a little delay to take the correct shape, but it displays fine.
Thank you very much.
You are welcome! Feel free to contact us if you have any further questions.
The topic ‘Problems with HTML Blocks and TABS’ is closed to new replies.