Ella theme slideshow issue

Ella theme slideshow issue

ShaunLee
Visitor
2 0 1

only after clearing cache can slideshow work well.

But after refreshing the webpage, slideshow doesn't work again, no navigator arrow or dot appear, cant 

Auto-rotate slides

Ella Theme

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
11612 2276 2456

It's working well on my end, and the navigation arrows are displayed small at the very bottom of your slideshows. Screenshot 2025-03-28 at 16.24.59.png

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

ShaunLee
Visitor
2 0 1

No, actually, after you refreshing, they all will disappear. But I've already solved it, 

    document.addEventListener("DOMContentLoaded", function () {
        halo.init();
        $('.slideshow').slick({ autoplay: true, arrows: true, dots: true });
    });
Modify this code in theme.js
Thanks for your reply