Image slider doesn't work

Hi everyone,

Our product image slider doesn’t work so pictures don’t get shown which stands in the way of sales.

We really would appreciate any help with this matter!

URL is www.lunalucente.com

Hello @lunalucenteskin
Go to online store ---------> themes --------------> actions ------> edit code------->assets —> product.css
and add the code at the end of the file.

@media screen and (min-width: 1024px) {
.m-product-media--layout-6 .m-product-media--slider__thumbnails {
padding-right: 0px;
position: absolute;
left: 85px;
}
}
.m-product-media--slider .swiper-container, .m-product-media--slider .nav-swiper-container {
opacity: 1;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks

Hi Rahul, thanks for the tip. However it showcases the slider like this when we entered the code.

Hi @lunalucenteskin ,

I checked and there was a JS error, so the slider wasn’t working.

If you want, I can send you a collaborator invitation and debug it