Menu on top of the carousel

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
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Menu on top of the carousel

Post by startvsem_ru »

Help please. There is a website: https://granmaris.ru . How to make it so that when you hover over the menu, it was on top of the carousel. The "foreground" function does not help. As soon as I remove the "full screen" carousel setting , everything works fine.
User avatar
crispy68
 
 
Posts: 3056
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Menu on top of the carousel

Post by crispy68 »

its working for me. Did you fix it?
User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu on top of the carousel

Post by Pablo »

It also works for me.

Usually, a drop down menu is part of a page header. In which case you can set the 'stack level' to 'in front of content'
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Re: Menu on top of the carousel

Post by startvsem_ru »

'stack level' 'in front of content' doesn't help at all
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Re: Menu on top of the carousel

Post by startvsem_ru »

User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu on top of the carousel

Post by Pablo »

For me, the menu on your website works correct.
What do I need to do to see the problem?

Also, I do not see a page header on your website.
Did you publish the modified page?
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Re: Menu on top of the carousel

Post by startvsem_ru »

Here's a photo - https://granmaris.ru/granmaris.png
Carousel hides the menu
User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu on top of the carousel

Post by Pablo »

Firstly, the menu is not part of a page header.
Also, the carousel is set to full width so overlaps all other content.

Possible solutions:
- use a 'page header'
or
- move the carousel to the bottom of the z-index (with the arrange tools)
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Re: Menu on top of the carousel

Post by startvsem_ru »

What does it mean - use " page title"
Moving the carousel to the bottom of the z- index doesn't help. The menu is still hidden behind the carousel
User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu on top of the carousel

Post by Pablo »

You can add a "Page Header" via the Toolbox. Set the 'stack level' to 'in front of content'

When I look at your website then the carousel is still the last item in the z-order, this mean that it overlaps all previous items.
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Re: Menu on top of the carousel

Post by startvsem_ru »

I can 't do a menu on " page title". I have applied the "master page". But I set the menu on every page. I put the carousel in the background
User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu on top of the carousel

Post by Pablo »

To be able to help you, I need a copy of the project file so I can see all your settings.
Note that I do not need the complete project, only the page with the carousel.

Related FAQ:
https://www.wysiwygwebbuilder.com/forum ... 10&t=82134
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Re: Menu on top of the carousel

Post by startvsem_ru »

User avatar
Pablo
 
Posts: 23449
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Menu on top of the carousel

Post by Pablo »

The carousel is set to 'full width', this means that it's added at the end of the page (outside the body container) otherwise it cannot be full width.

So, in this case you will have to set the z-index manually, so the menu is always on top.
- right click the menu
- select Object HTML
- add this code to 'Custom style':

Code: Select all

z-index: 9999 !important;
startvsem_ru
 
 
Posts: 50
Joined: Fri Dec 20, 2019 10:20 am

Re: Menu on top of the carousel

Post by startvsem_ru »

Thanks! Everything worked out
Post Reply