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

    Hello Kriesi Team,

    is there a possibility to display the “Scroll up” button also in the mobile version (iPhone, Android) ?
    Thanks a lot

    #1299888

    Hey a-l-p,

    Thank you for the inquiry.

    Yes, it is possible but probably not necessary because scrolling back to the top of the browser on mobile devices is already possible by tapping the top edge of the screen twice.

    @media only screen and (max-width: 767px) {
        .responsive #scroll-top-link {
            display: block !important;
        }
    }
    

    Best regards,
    Ismael

    #1299977

    Hello Ismael,

    ah, good to know :)
    But my client would still like to have the button installed.
    Unfortunately, however, the button with the code mentioned cannot be seen. I have installed the code in the child theme.

    Best regards,
    Andreas

    #1300233

    Hi Andreas,

    Did you make sure that the option to delete the old CSS and JS files is active under Enfold->Performance? If you can’t get it to work, then please include admin WordPress login details in private.

    Best regards,
    Rikard

    #1300665

    Hi Rikard,

    thank you, it works! :)

    Best regards,
    Andreas

    #1300917

    Hi,

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

    Best regards,
    Rikard

    #1303987

    Hi,
    thank you for your reply

    • This reply was modified 3 years, 5 months ago by a-l-p.
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘"Scroll up" button on mobile’ is closed to new replies.