Master page logo not shown
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
Master page logo not shown
I have a master page with a logo image and a menu bar at top. On "normal" pages those are shown as expected, but on pages where I have a floating layer covering the whole page with an image as background, only the menu bar is visible, while the logo image is hidden. I have not found any setting to make the logo image on top of all pages using the master page.
Re: Master page logo not shown
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.
For further details about how to share a project file, please see this FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
Re: Master page logo not shown
Here is my examle project!
https://example.bjorkenasgolfklubb.com/index.html
There are 2 pages in the project - the index page and the master page. The master page has one image and a menu bar. The index page has one full screen floating layer with a background picture. The index page uses the master page. Only the menu bar is shown on the index page, the image from the master page is hidden by the image on the index page.
https://example.bjorkenasgolfklubb.com/index.html
There are 2 pages in the project - the index page and the master page. The master page has one image and a menu bar. The index page has one full screen floating layer with a background picture. The index page uses the master page. Only the menu bar is shown on the index page, the image from the master page is hidden by the image on the index page.
Re: Master page logo not shown
Sorry, but I was asking for the project file (wbs), not the published page.
I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.
Re: Master page logo not shown
It's a z-index issue. Your "Layer1" has a z-index of 3. Your "Image1" has z-index of 0. You will need to assign a higher z-index for your image.
- wwonderfull
-
- Posts: 1566
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Master page logo not shown
as @crispy has informed it is indeed a z-index issue but the fact is it doesn't look like a master page. It looks more like a testing ground kind of page for demonstration I think.
Re: Master page logo not shown
To Pablo
I tried to follow the instruction at the link you provided!!
I tried to follow the instruction at the link you provided!!
Re: Master page logo not shown
To crispy
I tried to find a way to change the z index earlier, but the only method I am aware of is move to front. Please tell me how I change z! Sorry, I have just used the app for a short time
I tried to find a way to change the z index earlier, but the only method I am aware of is move to front. Please tell me how I change z! Sorry, I have just used the app for a short time
Re: Master page logo not shown
You need to provide a copy of your project file (.wbs). Without seeing your exact setup in the program it's hard to tell you how to adjust it as there are thousands of possible options and I need to see your setup.Please tell me how I change z!
Re: Master page logo not shown
The behavior of the page is correct.
A master page will always be rendered in the background, otherwise you would not be able to place any objects on top of it.
If you want to display a menu on top, then you can use a 'Page Header' object on the master page and set ''stack level to 'in front of content'
A master page will always be rendered in the background, otherwise you would not be able to place any objects on top of it.
If you want to display a menu on top, then you can use a 'Page Header' object on the master page and set ''stack level to 'in front of content'
Re: Master page logo not shown
But if I have a header on the master page, I cannot fill the other pages with images (I think). The logo and menu bar is shown correctly, but the rest of the header is not filled with the full page image that I want to have. Instead, the rest of the header is white. Further, how come that the menu bar from the master page is shown when I have a full screen image, if the master page is rendered in the background?
Re: Master page logo not shown
Some menus are rendered on top (via a higher z-index) to make sure they receive the mouse input.
- wwonderfull
-
- Posts: 1566
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Master page logo not shown
Master frame gives the ability to use a header and a footer and you can use backgrounds in any other pages you want to connect to the masterpage. Being image backgrounds using layout grids or others. So I think it won't be much of a problem.
See more about layout grids and how to use them as menu headers. Also click on help for more information in the software.
https://www.wysiwygwebbuilder.com/layoutgrid_part2.html
How to use master page properly:
https://www.wysiwygwebbuilder.com/master_page.html
Re: Master page logo not shown
Have you checked the style properties of the master page? If it's set to 'transparent', then you can put backgrouund images on any page. If it's set to a colour or an image, then that colour/image will be on each page and you cannot put another background image or colour on as the master page will override it.
If you look at www.ashworthvalley.org.uk you will see a background image on each page (looks like contour maps) which came from the master page.
This does NOT preclude you from adding images to each page - as you can see from the 'News' page on the website above.