Home › Forums › WoodMart support forum › Product Carousel In Menu Not Working › Reply To: Product Carousel In Menu Not Working
September 5, 2024 at 2:50 pm
#595494
Luke Nielsen
Keymaster
Hello,
Please add the code below into the “Global Custom JS” area in Theme Settings -> Custom JS.
jQuery(document).on('wdLoadDropdownsSuccess', function() {
setTimeout(function () {
jQuery(document).trigger('wdShopPageInit')
}, 1000)
})
Kind Regards
- This reply was modified 3 months, 1 week ago by Luke Nielsen.