Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author f1logic

    (@f1logic)

    it might be issue with your theme
    so please use shortcode to place manually

    Thread Starter Sinkadus

    (@niwin)

    Thanks – it did the trick!

    One more thing:

    Is it possible to tweak the cookie so the full screen popup always shows when someone enters the site – but never reacures while browsing the site?

    Example 1: I enter the site and I immediately see the full screen popup, then browse the site for 1 hour with multiple clicks on the home/logo – but never sees the popup again.

    Example 2. I enter the site and immediately see the full screen popup. I browse the site for a minute, then leaves it. I then return 10 minutes later and again sees the popup, then I browse the site for 1 hour without seeing the popup again.

    As it is now I’ve set a time limit of 30 min for the popup to return. This will probably work for most users, but It would be great to set the popup to always show when the site gets loaded for the first time – regardless if it got loaded 5 min ago.

    Hmm… I hope I didn’t complicate things 🙂

    Thanks!

    Plugin Author f1logic

    (@f1logic)

    you can try the following
    in create-fullscreen.php

    replace below line

    document.cookie = xyz_fsp_tracking_cookie_name + "=1;expires=" + expires_date.toGMTString() + ";path=/";

    with

    document.cookie = xyz_fsp_tracking_cookie_name + "=1;expires=0;path=/";

    Thread Starter Sinkadus

    (@niwin)

    Hmm… doesnt seem to work. Do I need to apply some changes to the settings regarding nr visits / time delay in the plugin settings?

    Plugin Author f1logic

    (@f1logic)

    >updated the code as suggested
    >close all tabs related to your site
    >reopen your home page

    it should work unless you have set to restore tabs from previous session in your browser.

    Thread Starter Sinkadus

    (@niwin)

    Hmm.. it doesn’t seem to work (tried in Chrome/Firefox/Opera…. I don’t have restore previous session activated.

    Feel free to try: http://www.kl.sinkadus.com

    Does it work for you?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Popup doesn't show "On home page" only’ is closed to new replies.