Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #442846

    Hey 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,
    Rikard

    #442901

    Hey 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

    #443483

    Hi!

    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,
    Ismael

    #876744

    Buenos 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?

    #877779

    Hi,

    Please do create your own topci, so we can be able to review properly.

    Thank you

    Best regards,
    Basilis

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile Header not scrolling’ is closed to new replies.