Site logo

Archived topic

off canvas menu triggering elementor popup

2 replies · Started by Nikos on January 31, 2021

Viewing posts 1–3 of 3

hi,
i have created a popup with elementor.
in the menus of wordpress, i created a menu item which triggers this popup.
when the menu is on the header, as a normal menu, it works perfectly.
but when i use a dummy menu together with a full screen off canvas menu, and i press the menu item it does not work.
i use generatorpress premium and elementor pro versions
i think the full screen off canvas menu, hides the popup. maybe with some code, when i press the menu item, the full screen menu can be closed and then it triggers the popup.
thank you !!

Hi,

i think the full screen off canvas menu, hides the popup. maybe with some code, when i press the menu item, the full screen menu can be closed and then it triggers the popup.

Yes this is actually the case. The off-canvas menu overlaps with the popup from the contact link.

While this can be solved by adding this CSS:

div#elementor-popup-modal-302 {
    z-index: 999999999;
}

I think its best if you do this within Elementor's UI. The popup widget should have a z-index option where you can put the value there so it goes on top of the off-canvas menu when contact button is clicked.

See this demo: https://share.getcloudapp.com/NQuJzjGr

hi elvin,
i couldn't find the popup's z-index but using the snippets plugin, as david has suggested in many forum topics, i inserted your css and it worked :)
thank you very much

This archived topic is closed to new replies.