• In SKT Gym, home sections 1, 2 and 3 don’t load until the visitor scrolls down, so it looks like there is no content, so they won’t scroll down.

    In the Customize CSS admin section should I modify

    .fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown; }
    (from the file animation.css)?

    My site: danceorangeville.com

    I can make changes myself – if someone can give a brief answer/hint…?

    • This topic was modified 4 years, 9 months ago by Jonathon N.
Viewing 1 replies (of 1 total)
  • Thread Starter Jonathon N

    (@imagiscapeca)

    I found a half-solution.
    In theme customization => Additional CSS, I added:

    #sectionone, .sectwocols, .home_section3_content{
      visibility: visible;}

    Better, but it’s clear something’s not right. When users scroll, they experience an awkward glitch as something which was visible becomes invisible for a split second.

    How can I make the animation load on page load instead of scroll?

    (I found a SKT employee answered this question for the Fundraiser theme a few years ago, but it does not work now / for SKT Gym.)

Viewing 1 replies (of 1 total)
  • The topic ‘catch 22 – no content until visitor scrolls down, so visitors don’t scroll down’ is closed to new replies.