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

    Hi,
    a small scroll animation on the homepage between the fullscreen slider and the text content below it works great on larger screens (desktop, laptops, tablets). In this case, the slider is pushed upwards away from the text below when scrolling down. Only on smartphones, the slider is not pushed upwards, but the text and content are displayed above the slider images – so the images remain visible. Have I overlooked something? Is there a trick? Tested on Mac 11.6.7, Safari, Firefox / iPhone SE2, Safari

    Best regards,
    Lutz

    #1355896

    Another problem is that the slider in the footer is repeated (!!!) (after I installed Enfold 5.0 and the latest Revolution Slider) and covers the content of the footer and socket.

    #1356489

    Hi,
    Thank you for your patience and the link to your site, for the mobile curtain effect of the top slider try this css:

    #top.av-curtain-footer #main > *:not(.av-curtain-footer-container) {
      z-index: 1;
      position: relative;
    }

    for the footer issue try this css:

    #top.av-curtain-footer.av-curtain-activated #main > .av-curtain-footer-container  {
      z-index: 5;
      position: relative;
    }
    #top.av-curtain-footer.av-curtain-activated #main > #av-curtain-footer-placeholder {
    	height: 0 !important;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1356601

    Hi Mike,
    the wait and a little patience really paid off: your CSS snippets work perfectly – the page looks exactly as it should again! Thanks a lot for your support!

    Best regards,
    Lutz

    #1356612

    Hi,

    Great, I’m glad that Mike could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1357010

    Hi Rikard,
    Sorry for the delay – everything is working fine again, you can close the topic. Thank you!

    Best regards,
    Lutz

    #1357015

    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Scroll animation on Homepage does not work’ is closed to new replies.