• Resolved alesdeluca

    (@alesdeluca)


    I’ve noticed that when popup is in not displaying mode (for example when user has already seen it one time) the overlay div with id wrap out is still active. This cause a double click for the user to deactivate it.

    I don’t know if it is the right solution but I’ve solved adding in the style.css #wrap-out{display:none;} as default and override this rule adding "display": "block" to the loadPopupBox function in line 158 of arty-popup.php

    It works fine for me, hope should help someone else.

    https://www.ads-software.com/plugins/arty-popup/

  • The topic ‘Issue with div id="wrap-out"’ is closed to new replies.