Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1405164

    Hello,
    I build my new website.
    I have paid version of Advanced Layerslider.
    In Slider Scroll Behavior – Scroll Scene “Play By Scroll”, when we scroll, the scene should be fixed and animated, and after the animate finish, it should continue to scroll down the page.

    But it not working like this, the scene is not fixed.

    Example of animated scene – “Play by Scroll”

    Check my website, and see how it act on Enfold.

    Another info, Support team of Layerslider (KREATURA) , writh me something about:

    Hello Tamir,

    I’ve checked your website and on the body element there is an “overflow-x: hidden;” style property applied which is breaking the proper working of scroll scenes. Please remove that property and the scroll scene slider will work normally..

    How to apply that ?
    Thank you
    Tamir

    #1405252

    Hey astropower,
    Thank you for your patience and for sharing the solution that the Layerslider support team gave you, Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:

    .responsive body#top {
        overflow-x: visible;
    }

    After applying the css, please clear your browser cache and check.
    I recommend adding the page ID to the #top id for the page you will use this on so it doesn’t interfere with other pages, for example if it’s going to be on your home page try this:

    .responsive body#top.home {
        overflow-x: visible;
    }

    Best regards,
    Mike

    #1405257

    Thank you. Works excellent.

    Tamir

    #1405261

    Hi,
    Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Advanced Layerslider – Scroll Scene – Play By Scroll’ is closed to new replies.