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

    I have Layer Slider – WordPress plugin,
    90% of the things are working with Enfold theme.

    There is function that call “Scroll Scene” which not working.

    kreatura Team (Layer Slider), report me what can cause the problem :

    Hey Tamir,

    I’ve investigated your site and found that all sliders have container elements (DIV elements which are created by your theme builder, I think). These DIV elements have height property applied, but all container elements of scroll scene sliders must have auto height. So the solution would be to remove those height properties from the DIV elements.

    Best Regards,
    George | Kreatura Dev Team

    How can i fix this problem ?
    Thank you

    Tamir

    #1407081

    Hey astropower,

    Thank you for the inquiry.

    Would you mind providing a screenshot or a short clip of the issue? You can use imgur, savvyify or dropbox for the screenshot. We may also have to gain access to the dashboard. Please provide the login details in the private field.

    Best regards,
    Ismael

    #1407122
    This reply has been marked as private.
    #1407176

    Hi,

    Thank you for the information.

    The following css code seems to help fix the scrolling effect issue.

    /* Fix scrolling scene effect issue on the home page */
    .home #layer_slider_5 {
        height: auto !important;
    }
    

    Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.

    Best regards,
    Ismael

    #1407185
    This reply has been marked as private.
    #1408219

    Hi,

    Sorry for the delay. The scroll scene effect seems to be working correctly as it should. How did you fix it?

    Best regards,
    Ismael

    #1408990

    I bougth Elementor, and i replace Enfold.

    Thank you for your support.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Layer Slider – WordPress plugin – Scroll Scene problem.’ is closed to new replies.