andreac25
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Super Cache] Problems with WP Super Cache and big orders in WoocommerceThank you for your help and quick solution. I am going to test it.
Forum: Plugins
In reply to: [Easy Age Verifier] Problems with cachingHi Alex,
the website is https://www.vinclub.cz. But unfortunately we have some ongoing email marketing and Facebook ads campaigns. Because of this I wasn’t allowed to turn on the plugin and Debug mode. Do you have another idea how to solve it? The problem isn’t urgent. I can wait for another update in the future.
Thank you very much for your help
Andrea
[email protected]Forum: Plugins
In reply to: [Easy Age Verifier] Problems with cachingI deleted both page cache in WP administration and my browser cache and cookies before testing. Maybe I didn’t mention it before I also use browser caching via adding this code to htaccess file:
# Leverage Browser Caching by setting HTTP header expires
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access plus 1 year”
ExpiresByType image/jpeg “access plus 1 year”
ExpiresByType image/gif “access plus 1 year”
ExpiresByType image/png “access plus 1 year”
ExpiresByType text/css “access plus 1 month”
ExpiresByType application/pdf “access plus 1 month”
ExpiresByType text/x-javascript “access plus 1 month”
ExpiresByType application/javascript “access plus 1 month”
ExpiresByType text/javascript “access plus 1 month”
ExpiresByType application/x-shockwave-flash “access plus 1 month”
ExpiresByType image/x-icon “access plus 1 year”
ExpiresDefault “access plus 30 days”
</IfModule>This code adding was recommended by developer of my theme – https://themeforest.net/item/merchandiser-ecommerce-wordpress-theme-for-woocommerce/15791151
Andrea
Forum: Plugins
In reply to: [Easy Age Verifier] Problems with cachingHi Alex. I did some minor testing. Let’s say I enter my website (as unlogged visitor) on page A, click on the age verification and then continue to page B, then page C and so on. The age verification no longer displays on the following pages (that means B, C…), which is fine. But when i return to page A, the verification appears again.
I hope this helpes. I can do some more testing tomorrow. But I am from Czech republic and it’s evening now and I would prefer to do it in the morning (when the traffic on the website is low).
Bye and thanks