• I update the jquery.cookie.js file to its current version here: https://github.com/carhartl/jquery-cookie
    I modified displet-pop.php file line 1410 to be:

    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'){
    		window.setTimeout(displetPop, <?php echo 1000*get_option('displetpop_seconds'); ?>);

    https://wordpress.org/plugins/displet-pop/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fixed: Popup ignoring cookies’ is closed to new replies.