Home Forums WoodMart support forum Product page tabs format breaking after switching between tabs

Product page tabs format breaking after switching between tabs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #140381

    insider
    Participant

    Hi,
    format on the first tab appears find when the page is loaded but after switching back form the third tab back to the first, format breaks, please see attached screenshots.

    This is happening after recent updates

    let me know if you need further explanation

    cheers,

    Attachments:
    You must be logged in to view attached files.
    #140390

    Eric Watson
    Participant

    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

    #140406

    insider
    Participant

    working with that code,
    cheers

    #140416

    Eric Watson
    Participant

    If you have any questions please feel free to contact us.

    Best Regards

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