@erkv – Hmm looks like one of the click triggers is applying to the entire popup. Can you try removing the popmake class from all of your menu items, then using Extra selectors to target the menu? Click Triggers has more info on using extra selectors.
Basically it seems like the entire popup (overlay included) is inside or is itself a trigger for the popup, causing it to disable normal clicks inside it basically.
Can’t detect immediately where / how that is happening, removing the current click triggers may help debug.
Thread Starter
ErkV
(@erkv)
Hi Daniel,
Thanks for your reply.
I used extra selectors but the problem remained.
Then I selected the option: “Do not prevent the default click functionality.”
This works. The only thing is that there is a short reappearance (flash) of the popup just before the new page opens.
I tried to disable slide effects but that did not help.
Best, Erik
@erkv – To be clear the original issue is likely still an issue. What I meant was that some element that is a popup trigger wasn’t closed properly:
<a class="popup-trigger">My Link
<div></div>
<p></p>
In the above example the div & p tags are actually inside the popup trigger link, thus clicking anything inside them also acts as a click to trigger the popup.
This is the case with your menu, except the entire menu is inside a trigger. Hope that helps some, I would start by disabling all your popups by marking them drafts. Then enable one by one until the problem appears again. If that works then the popup that breaks it again will have an unclosed html element.
If that doesn’t work then likely somewhere in your themes footer you have an unclosed html element hope that helps.
Thread Starter
ErkV
(@erkv)
Hello Daniel,
that worked. thank you for helping out!
Best, Erik
@erkv – Awesome! Happy I could help you out. Btw, If you have a moment, I would very much appreciate if you could quickly click that it Works for you and rate the plugin, just to help us spread the word.
@erkv – Awesome! Happy I could help you out. Btw, If you have a moment, I would very much appreciate if you could quickly click that it Works for you and rate the plugin, just to help us spread the word.