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