Product Carousel In Menu Not Working
-
Hello, I hope you are well.
I have a mega-menu using HTML Blocks and under “SALE” I have a product carousel but it seems to not load the pagination controls/arrows. It is all enabled in the HTML block.
Please help me, thanks.
Hello,
Please disable the server cache. Also, may I disable 3rd party plugins?
Thank you for your time.
Kind Regards
Hi Luke,
I hoep you are well. Sure you can disable 3rd party plugins. I am not sure about server-side cache, I will need to ask my host.
Thank you,
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 10 months, 4 weeks ago by
Luke Nielsen.
Hi Luke, that is working. Thank you!
Hello,
Thank you for confirming that the solution worked! I’m glad we could resolve the issue. Feel free to reach out if you need any further assistance.
Kind Regards.
The topic ‘Product Carousel In Menu Not Working’ is closed to new replies.