Topic: menu disappears [SOLVED]

Hello ...
i've a questions about Juice gallery.
Ive insert gallery into my page and all the work propertly but .. when i go on the menu bar of my site, the menu disappear.

You can test at this page:
http://www.zonephoto.it/test/index.php/ … /scisciola

then go on "portfolio" and then try to go to "scenarios" so you can see the problem.

This is because the "scenarios"  item  is over the gallery, so when the mouse go across on the gallery the menu disappear

Hope i'm explain correctly and sorry for my poor english.

Thanks.

Re: menu disappears [SOLVED]

You just need to ensure that your navigation menu is stacked on top of all the gallery elements by assigning it a high enough CSS z-index value.

Try adding the following to your web page's CSS:

#menu-wrapper {
    z-index: 9999;
}

This should hopefully solve your problem.

Re: menu disappears [SOLVED]

Steven @ Juicebox wrote:

You just need to ensure that your navigation menu is stacked on top of all the gallery elements by assigning it a high enough CSS z-index value.

Try adding the following to your web page's CSS:

#menu-wrapper {
    z-index: 9999;
}

This should hopefully solve your problem.

Hello Steven ...
I assumed the problem was the stack but I did not know how to do it.
So thank you so much for your precious help.

So if you want to check, you are invited to verify so that I can have further confirmation that everything works.

For anyone with the same problem:
Change the menu css in the joomla template folder.

Thanks again.
Warmest Regards.

Re: menu disappears [SOLVED]

So thank you so much for your precious help.

You're welcome!

So if you want to check, you are invited to verify so that I can have further confirmation that everything works.

I have viewed your web page (in Edge, Chrome 64, Firefox 58.0.2, IE11 and Opera 51) and your navigation menu is now correctly stacked on top of your Juicebox gallery.