• Hi ??

    on my website I receive a popup if a variable exists in the URL. With the Cache plugin this does not run well.

    If I access the web with the variable directly(https://domain.com/?var=1), I’ll always get the popup, no matter what page I am on. If I access without the variable in the URL(https://domain.com/), I’ll never get the popup, even if I insert the variable in the URL later. Is there a way to solve this?

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Emre Vona

    (@emrevona)

    do you think that wp fastest cache causes the problem?

    Thread Starter tamarazambrana

    (@tamarazambrana)

    Hi @emrevona,

    yes, when I deactivate the plugin this works correctly.

    Plugin Author Emre Vona

    (@emrevona)

    I want to confirm that I understood correctly. There is a PHP code which checks the GET parameters. However, it stops working after you enable wp fastest cache. right?

    Thread Starter tamarazambrana

    (@tamarazambrana)

    Hi @emrevona,

    It’s not that it stops working, but that it doesn’t work properly because this is stored in the cache.

    If I have the plugin deactivated:
    – I call the web, if I have the variable in the URL I get a popup, if not I don’t get it.

    When I have activated the plugin:
    – If I call the Home and then the URL with the variable, I never get the popup.
    – If I call the URL with the variable and then the Home page, I still receive the popup even if I no longer have the variable in the URL.

    Plugin Author Emre Vona

    (@emrevona)

    can you try another cache plugin please? we need to be sure that your system is compatible with the cache plugins or not.

    Thread Starter tamarazambrana

    (@tamarazambrana)

    I tried others and they work but are not effective like yours.

    Your plugin gives very good results in Google PageSpeed Insights.

    Anyway thanks for the recommendation, I will keep trying.

    Plugin Author Emre Vona

    (@emrevona)

    can you enable only the “Cache System” option and disable all the options and clear all cache please?

    Thread Starter tamarazambrana

    (@tamarazambrana)

    Hi @emrevona,

    I tried to deactivate all the options, leaving only the one to activate the plugin, I deleted the cache. And it still has the same bug.

    Plugin Author Emre Vona

    (@emrevona)

    it means that your site is not compatible with the cache plugins. if you want, you can try another cache plugin and try.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘URL variable action’ is closed to new replies.