Tagged: yigit
-
AuthorPosts
-
May 11, 2015 at 10:47 am #442344
Hi guys,
I just recently noticed how the headers on all my websites don’t scroll down anymore on mobile phones and they disappear as one scrolls down the page.I have the patest Enfold and WP versions. Can you guide me on how to fix that?
Thanks!
Antonio
Sample sites: https://casateulada.com , http://www.winfor.org
May 12, 2015 at 8:44 am #442846Hey Antonio!
That is the expected behaviour: Sticky Header: If checked the header will stick to the top of your site if user scrolls down (ignored on smartphones)
Best regards,
RikardMay 12, 2015 at 10:40 am #442901Hey Rikard,
Thanks for your reply.
I remember having all the sites on mobile always showing up the sticky header and also the squared arrow on the bottom right corner of the screen that if tapped once you reached the bottom of the page would have scrolled the page automatically back up to the top.
Now they’re all disappeared on every site I built with enfold.Can you explain the reasoning behind that change? I honestly found the sticky header useful and would like to understand why I don’t see it anymore and if there is a way to get it back. And/or if there is a way to get the squared arrouw button on the bootm right corner of the mobile page to display again.
Thanks,
Antonio
May 13, 2015 at 3:16 am #443483Hi!
Since the sticky header feature has been first introduced in the theme, it is disabled by default on mobile devices. Regarding the scroll to top button, it is hidden on mobile devices because you can double tap the top of the mobile device screen in order to scroll back to the top of the page. If you want to display it on mobile devices, add this in the Quick CSS field:
@media only screen and (max-width: 767px) { .responsive #scroll-top-link { display: none; }}
Best regards,
IsmaelNovember 14, 2017 at 7:22 pm #876744Buenos dias, tengo el mismo problema en mi web
Al verla en mobiles no se ve el header. Puse el codigo en Quick CSS y no funciona…Como puedo hacer para que aparezca en mobiles?
November 16, 2017 at 10:12 pm #877779Hi,
Please do create your own topci, so we can be able to review properly.
Thank you
Best regards,
Basilis -
AuthorPosts
- The topic ‘Mobile Header not scrolling’ is closed to new replies.