Tagged: mobile, Scroll Up Button
Hello Kriesi Team,
is there a possibility to display the “Scroll up” button also in the mobile version (iPhone, Android) ?
Thanks a lot
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
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
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
Hi Rikard,
thank you, it works! :)
Best regards,
Andreas
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
Hi,
thank you for your reply