• I just installed it, added my code, configured it and it just works. Have fun playing with it!

    Update: the support is really good, I got an email telling me that the fix will be there in a few days and it seems to be there now ??
    There is still some issue with appearing the box even if I closed it.

    One thing I needed to tweak: UPprev plugin (https://www.ads-software.com/plugins/upprev/) shows on top of the background, so one needs to manually set larger z-index:

    #itro_opaco{ /*F: upprev gets on top of it*/
    z-index: 99999999!important;
    }
    #itro_popup{ /*F: upprev  gets on top of it; needs to be larger than #itro_opaco*/
    z-index: 999999999!important;
    }
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author ITRO Team

    (@itro)

    Hello, we have made some changes in last version. Now in Adavanced settings is avaliable the choise of the closing cross (black, white and white with black border) and whe have changed z-index to the max one possible in a 32-bit system, to avoid problems.
    Please consider to change your review in a 5 stars one (if it is possible). It is very important for us.
    Thank you for your cooperation!

    Thread Starter conualfy

    (@conualfy)

    Super dooper, congrats!

    There is another thing, maybe a bug? I still get the popup, even if I closed it once and this surely can get anoying. From my point of view, closing it means “don’t show it until the cookie expires”. You can test it on https://goo.gl/arVWN

    Plugin Author ITRO Team

    (@itro)

    Hello, sorry for late reply. We have seen that now is all right at your link. Isn’t it?

    Thread Starter conualfy

    (@conualfy)

    Not really, I get complains from people who registred the newsletter I open with ITRO Popup and still have the popup during the next visit. Maybe the cookie should be set on open, so no matter on which action they trigger, the cookie is there.
    This could be a fail-safe option.

    But on the long therm, I would add 2 states: 1) Done 2) Canceled and these events should have the option to be triggered from php/ajax. This can make it programable. In my case, if the users register the newsletter, I could set it to never open, or if they just closed it, I could allow it to open again after 2 months. ?? Wouldn’t that be great? ??

    Plugin Author ITRO Team

    (@itro)

    Please can you send an email at [email protected] with the screenshot of your settings? Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘It just works’ is closed to new replies.