• Hello, plugin works fine, but do not let exit the pop up on mobile. Using safari browser.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chris Hammond

    (@chrishammond)

    Hi there,
    Thanks for using my plugin. I apologize for the delayed response. I looked at your website and have found the issue. The reason you are unable to exit the popup is that you have some sort of Pay Sera badge on the page with a z-index of 100000001. This is causing your Pay Sera badge to come over the top of the Statebuilt Facebook Page Like Popup, preventing you from touching the ‘X’ to close it.

    A couple ways this can be fixed would be to edit the CSS for your Pay Sera badge to make sure that the z-index is less than ‘99999’ which is what the popup is set to. OR you could edit the z-index of the popup to be more than ‘100000001’.

    If you’d like to edit the Statebuilt Page Like Popup’s z-index, simply go into your website’s stylesheet and add the following CSS code.

    
    .state-fb-pop-up {
      z-index: 100000002 !important;
    }
    

    Please let me know if this fixes your issue ??

    Thanks!
    Chris

    anilvanderzee

    (@anilvanderzee)

    Hi there,

    I have the same issue on my website on mobile devices. After 10 tries it might work. Any help??

    https://anilvanderzee.com/can-positivity-cure-any-disease/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On mobile can’t exit’ is closed to new replies.