Page 1 of 1
menus not working
Posted: Thu May 06, 2021 6:24 pm
by zinovy77
I am trying to put a navigation menu for 768px screen, but neither Go Menu nor responsive menus are working properly - used chrome browser on android, Windows 7. Also used Opera on Windows 7.
On go menu it gives the list - I select the page, but it just sits there.
On responsive menu it does not even give me a list.
the html file is purespringmedical.com/index.html
the webbuilder file is purespringmedical.com/CMC-V16-A.wbs
What do I need to do to fix this?
Thanks.
Re: menus not working
Posted: Fri May 07, 2021 6:33 am
by Pablo
The menu on your website seems to be working correct.
What do I need to do to see the problem?
Where did you add the "Go Menu" and "responsive menus"?
Re: menus not working
Posted: Fri May 07, 2021 7:38 pm
by zinovy77
Did you shrink the browser screen to less than 768 wide? Here is the screenshot of the index.html with menus that are not working. This happens on multiple browsers

Re: menus not working
Posted: Fri May 07, 2021 7:42 pm
by zinovy77
Re: menus not working
Posted: Fri May 07, 2021 10:15 pm
by MGD4me
Suggestion: (What I would do...)
Get rid of the 'Select/Go' dropdown altogether. There is plenty of room on the 768 breakpoint to display the complete CSS-1 menu as on the default. Then, you can delete CSS-2 menu, being redundant.
Finally, make the Home button strictly a home button, Delete the other two choices, since the main menu has all the choices needed now.
Move things around a bit to fit your taste, and you're done. Why make it more complicated than needed? I'm a simple guy ...
Re: menus not working
Posted: Sat May 08, 2021 6:51 am
by Pablo
The menu does not work because there is an error in the name (ID) of the header object:
PageHeader-768px
Please remove the "-", because this will break the page structure.
See also:
viewtopic.php?f=10&t=64868
Re: menus not working
Posted: Sun May 09, 2021 2:11 am
by zinovy77
Does that mean I should not use "-" in any of the names?
Re: menus not working
Posted: Sun May 09, 2021 7:05 am
by Pablo