Menu bar on master page

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
Jabiru
 
 
Posts: 3
Joined: Tue May 09, 2023 2:16 pm

Menu bar on master page

Post by Jabiru »

Hi, I have created a master page with a menu bar. I have applied the master to other pages with content but the menu is always under the text on the other pages and the links cannot be selected. I read a previous post about inserting the menu into a page header but the header cannot be re-positioned from the 0, 0 origin and covers the site logo. Any ideas?
alan_sh
 
 
Posts: 1919
Joined: Tue Jan 01, 2019 5:50 pm

Re: Menu bar on master page

Post by alan_sh »

Download my template from here viewtopic.php?t=93336 and see how I've done it.

Alan
User avatar
onlye
 
 
Posts: 481
Joined: Sun Jun 17, 2018 12:36 am
Location: Gluckstadt, MS USA
Contact:

Re: Menu bar on master page

Post by onlye »

Did you use a layout grid on the master page for the menu?
onlye
Gluckstadt, MS USA
User avatar
crispy68
 
 
Posts: 3103
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Menu bar on master page

Post by crispy68 »

providing a demo project (.wbs file) to download and view would be the most helpful so we can actually see what you are doing.
User avatar
BaconFries
 
 
Posts: 6125
Joined: Thu Aug 16, 2007 7:32 pm

Re: Menu bar on master page

Post by BaconFries »

Have you read the following tutorial
How to use Master Pages
https://www.wysiwygwebbuilder.com/master_page.html

As mentioned it is always best to provide a 'Demo' or your project this is the .wbs file not a url to your page. Before doing so see the following:
How do I share my project to get help?
viewtopic.php?t=82134
Jabiru
 
 
Posts: 3
Joined: Tue May 09, 2023 2:16 pm

Re: Menu bar on master page

Post by Jabiru »

Thanks for the replies everyone, I didn't use a layout grid, I am very new to this and am still learning. In preparing the example file I noticed that this occurred when using the CSS Menu, the menu I am trying to use on my site. There is no issue when using a Menu Bar.

https://www.dropbox.com/s/hc7i1s3d6hn6o ... e.wbs?dl=0
User avatar
Pablo
 
Posts: 23916
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu bar on master page

Post by Pablo »

A master page is always in the background otherwise you would not be able to put any elements on the page.
This means that all master page elements have a lower z-index.

If you want the menu to be op top then you can place it on a page header and set the stack level to 'in front of content' or manually add a high z-index to the menu:
Open Object HTML -> Custom Style -> z-index:9999
Jabiru
 
 
Posts: 3
Joined: Tue May 09, 2023 2:16 pm

Re: Menu bar on master page

Post by Jabiru »

Thanks for your assistance, solved. :D
Post Reply