Template editing-LoopCarousel
-
Hello,
When I add a Loop Carousel to a custom template and use it as the default template only the arrows appear.
If I use the custom template only in a product and not as a default template the related products section also “breaks” in that product.
I have attached an image of the editor, the preview and the live version.
Regards,
Sotiris
Attachments:
You must be
logged in to view attached files.
Hello,
Try to use the code below:
.elementor-widget-container .swiper-container-initialized:not(.swiper-initialized) > .swiper-wrapper {
overflow: visible;
}
Clear the cache and check how it works.
Kind Regards
I am getting an error, please see img.
Attachments:
You must be
logged in to view attached files.
Hello,
You need to put the code to Theme Settings -> Custom CSS: https://monosnap.com/file/Ce7Efc9qsYXWU4LqJryz6Tu2IuzDbz
Kind Regards
Hello,
It did not make a difference at all. I purged cache both sides and browser.
Regards,
Sotiris
Hello,
Please replace the old code with the below one:
.xts-content-area .elementor-widget-container .swiper-container-initialized:not(.swiper-initialized) > .swiper-wrapper {
overflow: visible;
}
Kind Regards
Hello,
You are welcome! Always remember that you can reach out to us with any questions you may have.
Wish you all the best.
Kind Regards
The topic ‘Template editing-LoopCarousel’ is closed to new replies.