Popup windows do not close
-
Hello,
I have problems with the popup window. If until now the popup was not working and opening a new page with about blank:blocked attribute, now the popup windows does not dissapear after closing.
The standard short code is not working, so I added the code from here https://supsystic.com/documentation/open-popup-click/
if(class_exists(‘dispatcherPps’)) { dispatcherPps::addFilter(‘popupCheckCondition’, ‘supsystic_include_example_popups_condition’); } function supsystic_include_example_popups_condition($condition) { $addPopUpsIds = array(100); $condition .= ‘ OR id IN (‘. implode(‘,’, $addPopUpsIds). ‘)’; return $condition; }In my functions.php file.
Then I added the #ppsShowPopUp_100 link to the button, and the popup is working now.
However is not closing, altough the closing setting is bu close button or by clicking outside popup.
Any info how to fix this situation?Thank you,
AlinThe page I need help with: [log in to see the link]
- The topic ‘Popup windows do not close’ is closed to new replies.