• Resolved G-Olly

    (@g-olly)


    Hi Danieliser,

    First of all I would like to congratulate you on an amazing plugin. Very simple and extremely easy to use, thank you. I seem to be experiencing a problem though. I have assigned a popup to my homepage but the popup automatically opens every time it is visited. Here is the options for the popup:

    Enable Auto Open Popups: Checked
    Delay: 0ms
    Cookie trigger: On Close
    Use Session Cookie?: Unchecked
    Cookie Time: 1 month
    Sitewide Cookie: Checked
    Cookie Key: the cookie key
    Enable Admin Debug: Unchecked

    I wonder if it is to do with my Cloudflare CDN, caching the initial page and so always serving this? I am no developer so don’t know if this is actually the case. Any help would be much appreciated, many thanks

    https://wordpress.org/plugins/popup-maker/

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

    (@danieliser)

    @g-olly – The popup loads everytime even if it doesn’t trigger, so CDN shouldn’t be the problem. Do you have a link?

    Thread Starter G-Olly

    (@g-olly)

    @danieliser, thanks for getting back to me. Yes the page is here.

    I think that the popup is stuck in a loop, as the page that the first hyperlink links to is the page where the popup automatically opens. But I thought that as the cookie is applied it wouldn’t.

    I have tried to make a few amendments to get round this issue. first I applied the same class as the close button to the english flag, hoping that instead of refreshing the page it just closed the popup. That didn’t seem to work and meant that the close button disappeared, which I didn’t want. I then added certain things to the ahref tag, such as <a href="thepage" onclick="return false;">Link</a>, <a href="javascript:void(0)">Link</a> and <a href="thepage" rel="no-refresh">Link</a> but none of these have worked.

    Plugin Author Daniel Iser

    (@danieliser)

    @g-olly – You can add something like this to your links. Just tested and it worked correctly.

    <a href="" onclick="jQuery('#popmake-22815').popmake('close');">

    Hope that helps. Please take a moment to rate and review the plugin and or support.

    Plugin Author Daniel Iser

    (@danieliser)

    @g-olly – Also for your English link since you don’t want the page to reload change the onclick to jQuery('#popmake-22815').popmake('close'); javascript:void(0);

    Thread Starter G-Olly

    (@g-olly)

    Hi Danieliser, that has worked very well thanks.

    Plugin Author Daniel Iser

    (@danieliser)

    @g-olly – Awesome, glad I can help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Pop Up auto opening whenever the assigned page is opened’ is closed to new replies.