Viewing 6 replies - 1 through 6 (of 6 total)
  • I’m having the same problem.I know when I first tested this, it worked, I’m wondering if it’s the new version of WP? I’ve tried in all browsers… I even set cookies to never delete.
    I also do not have it set to test.

    This is what did it for me. Instead of chaking for the cookie, the plugin saved a cookie. So in displet-pop.php file I editet line 1408 from:
    if ((($.cookie('displetpop_recentpop', {path:'/'}) != 'yes' && '<?php echo $_SESSION["views"]; ?>' >= '<?php echo get_option("displetpop_pageviews"); ?>') || ('<?php echo get_option("displetpop_testmode"); ?>' == '1' && '<?php echo current_user_can("manage_options"); ?>' == '1')) && urlmatch != 'no'){
    to:
    if ((($.cookie('displetpop_recentpop') != 'yes' && '<?php echo $_SESSION["views"]; ?>' >= '<?php echo get_option("displetpop_pageviews"); ?>') || ('<?php echo get_option("displetpop_testmode"); ?>' == '1' && '<?php echo current_user_can("manage_options"); ?>' == '1')) && urlmatch != 'no'){

    This change did not work, someone has another solution for this?

    I am experiencing this problem as well. It seems a real shame that the developer no longer seems to be supporting this plugin because it is one of the few that deals well with Gravity Forms. Any suggestions?

    This problem has made it so I can not even log into my WP site! I have tried 3 different browsers and still can not get in. If i simply delete the app via the FTP would that get rid of the problem?

    Alan Billings

    I’m having the same issue. Deactivated the plugin for now but would really like to see a resolution.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The popup shows on every pageview and ignore cookies’ is closed to new replies.