I spent 4 hours to find and debug. When check_cookie was off, the popup showed only after page reload, after cookie creation. When check_cookie is on - no popup displayed.
The error is here in js file:
var trigger_time = (!popup_message_cookie) ? (popup_message_cookie + delay - timestamp) : delay; //if cookie is not set, trigger it never :)
need to replace with:
var trigger_time = delay;
Hope this will help anyone who downloaded dev version for delay feature
------------------------
www.ArtActivator.com - Order your success
Comments
Comment #1
grzegorz.bartman commentedThanks, added to dev.
Comment #2
grzegorz.bartman commentedComment #3
mishac commentedLooks like this is still a problem in 8.x-1.0-alpha2 and 8.x-1.x-dev.
Comment #4
grzegorz.bartman commentedComment #6
gpietrzak