Pro fixed menu show only when scrolling up?

Is this possible. For example on mobile, when swiping down, the menu becomes visible to top?

Hi There,

Thanks for writing in!

If you uncheck the Hide Initially option the header will show always.

For the mobile option, not sure exactly what you want to achieve, a screenshot would help to understand.

Thanks

Thanks. I am thinking something like that: http://jsfiddle.net/mariusc23/s6mLJ/31/

Hi @ak47marx,

That’s similar to static header (non-sticky), but that one has a bit of transition. I recommend making your header bar non-sticky, so it would be hidden upon scrolling down.

Thanks!

I am trying to do the same. Not sure what you are saying about non-sticky, because then the header would only be visible when the user is all the way at the top. I think what we want is for the header to be shown when the user starts to scroll, but only while scrolling. So if the user scrolls halfway down the page and stops, the header disappears, but then when the user goes to scroll again it shows up.

Hi @mattkutz,

What I’m referring to is the sample that @ak47marx provided. It starts disappearing upon scrolling which is, of course, the same to the standard header (non-sticky) just without transition. And what he wanted from the sample is different to what you wish to achieve. And it’s not currently possible, doable but with custom development, we can’t cover here in the forum.

Thanks!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.