I have a problem with the "Responsive Drop Down Menu" navigation. When I activate the menu, the sub-pages disappear when I try to select them. I have the background set to white, which is also the page background.
I also noticed that if I select text in the text object and assign a heading to it, the entire text takes on the appearance of the heading and not just the selected one. This used to be different. Could it be jquery.goup.js?
WWB 19.4.0
https://terrasenz.ch/test.wbs
Responsive menu and text assignment malfunction
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.
Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Re: Responsive menu and text assignment malfunction
I cannot load your project because it uses extensions which I do not have.
Please read this before sharing your project:
viewtopic.php?f=10&t=82134
Please read this before sharing your project:
viewtopic.php?f=10&t=82134
Re: Responsive menu and text assignment malfunction
Sorry. It should work now.
Re: Responsive menu and text assignment malfunction
The reason why the menu does not work is because the way you have created the 'header'.
The next layout grid has a higher z-index so that one captures the mouse input.
A simple way to solve this:
- right click 'LayoutGrid9'
- click 'Custom CSS'
- copy/paste:
The reason why all text has the same formatting is because 'Enable response fonts' is active.
See also:
https://www.wysiwygwebbuilder.com/responsive_text.html
The next layout grid has a higher z-index so that one captures the mouse input.
A simple way to solve this:
- right click 'LayoutGrid9'
- click 'Custom CSS'
- copy/paste:
Code: Select all
z-index: 9999
See also:
https://www.wysiwygwebbuilder.com/responsive_text.html