Layer problem?

info14412
12 Posts
info14412 posted this 17 December 2018

Good day
I have the problem that my subnavigation vertically covers the subnavigation of the horizontal navigation. See the picture attached. I can do what I want with the Z-index, nothing changes.
Do you have a solution?

navi.jpg

Friendly greetings
Chris

Good day I have the problem that my subnavigation vertically covers the subnavigation of the horizontal navigation. See the picture attached. I can do what I want with the Z-index, nothing changes. Do you have a solution?!navi.jpg! Friendly greetings Chris
Vote to pay developers attention to this features or issue.
11 Comments
Order By: Standard | Newest
Support Team
Support Team posted this 18 December 2018

Hello,
z-index should help but you may need to apply higher z-index to some parent element of the dropdown menu, for example, to the menu in general or even header. If you still can't fix it, please, provide the link to the site.

Gina
Themler Support

Hello, z-index should help but you may need to apply higher z-index to some parent element of the dropdown menu, for example, to the menu in general or even header. If you still can't fix it, please, provide the link to the site. Gina Themler Support
info14412
12 Posts
info14412 posted this 18 December 2018

Hello
that does not work. I have given the z-index of 1000 for the header, the menu, item, subitem. The problem is still there.
http://www.rsaw.net/neu19/index.php/drei-hoefe-40993
With kind regards

Hello that does not work. I have given the z-index of 1000 for the header, the menu, item, subitem. The problem is still there. http://www.rsaw.net/neu19/index.php/drei-hoefe-40993 With kind regards
Support Team
Support Team posted this 18 December 2018

This list of subitems in vertical menu has z-index of 1001:

menu.png

You should either change it to 999 or make the z-index of horizontal menu bigger than 1001.

Gina
Themler Support

This list of subitems in vertical menu has z-index of 1001: !menu.png! You should either change it to 999 or make the z-index of horizontal menu bigger than 1001. Gina Themler Support
info14412
12 Posts
info14412 posted this 18 December 2018

Thank you for your tip. Now it's working.

Thank you for your tip. Now it's working.
info14412
12 Posts
info14412 posted this 04 January 2019

Good day
I thought the problem was solved. It only works if I am logged in the frontend. If I log out, then the error persists. Why is this? Does not make sense to me.
Friendly greetings
Chris

Good day I thought the problem was solved. It only works if I am logged in the frontend. If I log out, then the error persists. Why is this? Does not make sense to me. Friendly greetings Chris
Support Team
Support Team posted this 07 January 2019

Try clearing the cache, if it doesn't help, try adding this code directly to css file or in Themler -> Home -> Settings -> Additional CSS:

.bd-menu-2-popup {
    z-index: 1002!important;
}

Gina
Themler Support

Try clearing the cache, if it doesn't help, try adding this code directly to css file or in Themler -> Home -> Settings -> Additional CSS: .bd-menu-2-popup { z-index: 1002!important; } Gina Themler Support
info14412
12 Posts
info14412 posted this 07 January 2019

Great! Thanks. It works with the aditional CSS.

Great! Thanks. It works with the aditional CSS.
info14412
12 Posts
info14412 posted this 07 January 2019

Too soon looked forward to. If I enter the CSS code, the sublinks of the vertical menu will stop working.
Why?

Too soon looked forward to. If I enter the CSS code, the sublinks of the vertical menu will stop working. Why?
Support Team
Support Team posted this 07 January 2019

Even if you don't eneter that code, sublink in vertical menu don't work right now.
They have z-index set to -10 (to the list of submenu in general and to single subitem as well).

This seems to be set in Themler, try removing that setting (simply leave z-index empty).

Gina
Themler Support

Even if you don't eneter that code, sublink in vertical menu don't work right now. They have z-index set to -10 (to the list of submenu in general and to single subitem as well). This seems to be set in Themler, try removing that setting (simply leave z-index empty). Gina Themler Support
info14412
12 Posts
info14412 posted this 07 January 2019

Thanks!

Thanks!
montanaroy4
9 Posts
montanaroy4 posted this 09 July 2024

If I enter the CSS code, the sublinks of the vertical menu will stop working.

hydra

If I enter the CSS code, the sublinks of the vertical menu will stop working. [hydra][1] [1]: https://hydralauncher.net/
You must log in or register to leave comments