Hello,
When I published my page, the slideshow stopped working. How can I fix this?
Thanks
Page: inyathisa.com
Hello,
When I published my page, the slideshow stopped working. How can I fix this?
Thanks
Page: inyathisa.com
Hi Jossara,
Your global.js has some code missing at the end:
customElements.define('product-recommendations', ProductRecommendations);
(function () {
Although it is not related to the slider it may be causing other code not to run, try commenting out that snippet of code and see if the slider works again.
Hey Jossara,
Hope you are doing well, it seems like your global.js have some issue.
You can fix this easily: I am assuming you have not touched anything inside the global.js, so download another dawn theme and copy entire code from that new global.js and paste it to your current one.
It shall sure fix your problem, please let me know if it does or doesn’t.
Hello!
Thank you for your answer. It didn’t solve the issue but was useful.
Hello!
I am doing well, thanks. I hope you are well too.
Thank you! This solved the issue.