Home › Forums › WoodMart support forum › Product Gallery display problems only with Product with variations › Reply To: Product Gallery display problems only with Product with variations
November 29, 2023 at 3:57 pm
#516848

Luke Nielsen
Keymaster
Hello,
Please add the below code into the “Global Custom JS” area in Theme Settings -> Custom JS.
jQuery(document).on('yith_wccl_product_gallery_loaded', function () {
jQuery(document).trigger('wdReplaceMainGallery')
})
Kind Regards