• Resolved leepettijohn

    (@leepettijohn)


    Page seems to load fine, but when new posts are loaded, it will scroll to the bottom automatically, which means you can’t scroll to the top anymore.

    Thanks for the great plugin!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Darren Cooney

    (@dcooney)

    Hi @leepettijohn
    thank you ??

    but when new posts are loaded, it will scroll to the bottom automatically

    I’m not seeing this behaviour on Mac Safari… Please advise.

    I do see are hiding the load more button with CSS though.

    .hide-button {
        display: none;
    }

    You shouldn’t do this and it is the trigger for loading.

    .hide-button {
       opacity: 0;
       visibility: hidden;
       height: 1px;
    }

    Try that instead.

Viewing 1 replies (of 1 total)
  • The topic ‘Jumps to bottom on Safari when new posts are loaded’ is closed to new replies.