Responsive menu and text assignment malfunction

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
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
Post Reply
MarcoGöli
 
 
Posts: 21
Joined: Wed Nov 29, 2023 9:17 am

Responsive menu and text assignment malfunction

Post by MarcoGöli »

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
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Responsive menu and text assignment malfunction

Post by Pablo »

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
MarcoGöli
 
 
Posts: 21
Joined: Wed Nov 29, 2023 9:17 am

Re: Responsive menu and text assignment malfunction

Post by MarcoGöli »

Sorry. It should work now.
User avatar
Pablo
 
Posts: 22472
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Responsive menu and text assignment malfunction

Post by Pablo »

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:

Code: Select all

z-index: 9999
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
Post Reply