Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #862021

    Hey there…

    After updating the enfold-version i´ve some problems with the layer slider.

    i have a 1200px boxed layout and want to have a 1200px (fullwidth) layerslider. But the canvas-setting is not correct.

    See your login-data at the private section…

    thx for help!
    Tom

    #863127

    Hey hoibi1984,

    Thank you for using Enfold.

    Please add the following css codes in the Quick CSS field.

    #top .avia-layerslider .ls-wp-container {
        width: 100% !important;
    }
    
    #top .avia-layerslider .ls-wp-container .ls-slide-backgrounds * {
        max-width: 100% !important;
        width: 100% !important;
        transform: translateX(0) translateY(0) !important;
        transition: none !important;
    }
    
    #top .ls-inner .ls-slide-transition-wrapper, #top .ls-inner .ls-slide-transition-wrapper * {
        width: 100% !important;
        max-width: 100% !important;
        transform: none !important;
        transition: none !important;
    }

    Remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #864064

    Hi Ismael,

    thx for your help but that doesn´t work…

    could you please try something else?

    Best regards
    Tom

    #865060

    Hi,

    We set the slider settings to “Fixed” and hid it on mobile view. Please add another full width or full screen slider and then use Screen Options to make it visible on mobile view only.

    Best regards,
    Ismael

    #865595

    hmmm, ok.

    but do you know, what the problem is?

    thx
    BR
    Tom

    #866094

    Hi,

    Yes, the problem is that the layer slider doesn’t respect the width of the boxed layout container. The slider and its layers inherit the width and position from the browser’s viewport. Unfortunately, we’re not sure how to fix it yet.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.