• Resolved autoresource

    (@autoresource)


    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,
    Alin

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

Viewing 1 replies (of 1 total)
  • Plugin Support Support Ole

    (@trsupsys)

    Hello, @autoresource

    Thank you for contacting us regarding your issue.

    I have tried to reproduce this bug in a test environment. Unfortunately, it didn’t work. Please create a ticket through the site and our developer will investigate the issue on your site.

    Best regards,

    Ole

Viewing 1 replies (of 1 total)
  • The topic ‘Popup windows do not close’ is closed to new replies.