Home Forums WoodMart support forum Archive products element – Pop-up with the video opens in a new page. Reply To: Archive products element – Pop-up with the video opens in a new page.

#485512

Hello,

Video button on the product is customization and this customization is not correct.

Insert this code into your code:

jQuery(document).on('wdShopPageInit wdLoadMoreLoadProducts wdArrowsLoadProducts wdProductsTabsLoaded', function() {
	//your custom code.
});

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

Best Regards