Home Forums Space themes support forum Template editing-LoopCarousel

Template editing-LoopCarousel

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #640462

    sotiris
    Participant

    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.
    #640804

    Luke Nielsen
    Keymaster

    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

    #640849

    sotiris
    Participant

    I am getting an error, please see img.

    Attachments:
    You must be logged in to view attached files.
    #640882

    Luke Nielsen
    Keymaster

    Hello,

    You need to put the code to Theme Settings -> Custom CSS: https://monosnap.com/file/Ce7Efc9qsYXWU4LqJryz6Tu2IuzDbz

    Kind Regards

    #640886

    sotiris
    Participant

    Hello,

    It did not make a difference at all. I purged cache both sides and browser.

    Regards,
    Sotiris

    #640944

    Luke Nielsen
    Keymaster

    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

    #640955

    sotiris
    Participant

    This works.
    Thank you

Viewing 7 posts - 1 through 7 (of 7 total)