WWB 21.0.7
My page is build by layout grids.
I have a responsive menu running in the top grid.
When scrolling the whole page is scrolling well, except the first grid. Means, the menu is fixed.
I'm looking for a solution to scroll the menu out of the screen when moving the mouse upwards and scrolling in from the top when moving the mouse downwards.
I habe seen this in several pages, unfortunately I was not able to setup this in WWB.
Maybe somebody can help me.
My page:
https://mcwarrior.de/v2/pages_content/n_start_ext.php
wbs:
https://get.hidrive.com/8UxD79pY
Hold on, I guess I need to deliver a better explanation. I'll come back.
Menu not scrolling
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Pablo
- Posts: 24710
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Menu not scrolling
The layout grid does not support this functionality but it can be done with a Page Header.
Set mode to 'full screen'
From the help:
https://www.wysiwygwebbuilder.com/suppo ... lance.html
https://www.wysiwygwebbuilder.com/suppo ... ndize.html
Set mode to 'full screen'
From the help:
Or else looks at these templates where the menu is fixed while the rest of the content scrolls.Fullscreen
The header will be hidden by default and become visible when the user moves the mouse over the header. So the header is only visible when needed.
This mode also support animations to slide or fade the header into view.
https://www.wysiwygwebbuilder.com/suppo ... lance.html
https://www.wysiwygwebbuilder.com/suppo ... ndize.html
-
HGF
-

- Posts: 79
- Joined: Sat Jul 31, 2021 7:54 am
- Location: Cologne, Germany
Re: Menu not scrolling
Thanks Pablo, I guess my question was not precise enough. I'm looking for the other way round.
When moving the mouse cursor upwards, the menu item should disappear, moving the mouse cursor downwards should should make the menu item visible.
Maybe this is stupid and should not depend on the mouse moving but on the page scrolling.
As I understood, this is not supported in layout grid. Therefore I'll play around with it using headers.
Many thanks in advance.
HGF
When moving the mouse cursor upwards, the menu item should disappear, moving the mouse cursor downwards should should make the menu item visible.
Maybe this is stupid and should not depend on the mouse moving but on the page scrolling.
As I understood, this is not supported in layout grid. Therefore I'll play around with it using headers.
Many thanks in advance.
HGF
- Pablo
- Posts: 24710
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Menu not scrolling
I'm sorry, there is no standard solution for this.
So, this requires a custom script.
So, this requires a custom script.
- crispy68
-

- Posts: 3208
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Menu not scrolling
If I'm understanding you correctly, you want a menu to show if you move the mouse up and hide when you move down. My advice...don't do that. Your menu would constantly be flickering off and on due to the user's mouse movement. The more common option is to have the menu hide when scrolling down and show when you begin scrolling up again. I don't see anything really wrong with your current setup for the menu being fixed at the top when you scroll.