Home Forums WoodMart support forum Problems with HTML Blocks and TABS

Problems with HTML Blocks and TABS

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #361928

    bonabcn
    Participant

    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.
    #361946

    Artem Temos
    Keymaster

    Hello,

    Please, provide us with your admin access so we can log in and check this on your side.

    Thank you in advance.

    #361961

    bonabcn
    Participant

    here it is πŸ™‚

    #362033

    Artem Temos
    Keymaster

    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);
    });
    #362417

    bonabcn
    Participant

    It works. It have a little delay to take the correct shape, but it displays fine.

    Thank you very much.

    #362426

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any further questions.

Viewing 6 posts - 1 through 6 (of 6 total)

The topic ‘Problems with HTML Blocks and TABS’ is closed to new replies.