[Resolved] off canvas menu triggering elementor popup

Home Forums Support [Resolved] off canvas menu triggering elementor popup

Home Forums Support off canvas menu triggering elementor popup

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1640926
    Nikos

    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 !!

    #1641008
    Elvin
    Staff
    Customer Support

    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

    #1641125
    Nikos

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.