• kwwdtechsupport

    (@kwwdtechsupport)


    When a user comes to the site, they will sometimes see inframe ads on either side. If they are a new user, they will also see a request to enable push notifications. If they close out either of these two things (the ad or the notifications) then the two popups (the email sign-up form and the video in the bottom-right corner) will close out automatically. Can someone help me to stop these two elements interfering with the popups?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • gonzalesc

    (@gonzalesc)

    HI.
    Yes, any click outside of the popup will cause the popup to close. This option, to disable it, is available in the Pro version.

    Maybe, another idea is that the popup has higher visibility than others, you can add more “z-index”:

    .wppopups-whole { z-index: 9999999999 !important }

    It will put the popup with more visibility but not more than the push notification popup.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Popups close if the user closes out inframe ads or request for push notification’ is closed to new replies.