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

grzegorz.bartman’s picture

Issue summary: View changes

Thanks, added to dev.

grzegorz.bartman’s picture

Status: Active » Closed (fixed)
mishac’s picture

Looks like this is still a problem in 8.x-1.0-alpha2 and 8.x-1.x-dev.

grzegorz.bartman’s picture

Version: 7.x-1.x-dev » 8.x-1.x-dev
Assigned: Unassigned » pawelgorski87
Status: Closed (fixed) » Needs work

  • gpietrzak committed 38f9c5f on 8.x-1.x
    Issue #2067257: Totally not working when delay = 4 and check_cookie is...
gpietrzak’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.