Hello hardel,
As of now, we have not found a solution. So the only way is for you to disable the caching. Once we find a permanent solution we will update you.
Thread Starter
hardel
(@hardel)
Has this been fixed with the latest update?
Hi hardel,
Sorry, it hasn’t. The solution for now is to tell WordPress (and other plugins) you’re using a caching plugin which is actually the right thing to do. This will make sure plugins take into account that some pages might be cached for a long time, so they can act accordingly.
You can do just that by adding the following line to your wp-config.php file.
define( 'WP_CACHE', true );
If you’re not comfortable doing that, please send us an email via our website and we’ll guide you through the process.
Does that help?
Thread Starter
hardel
(@hardel)
Hi,
I put it here:
/** Sets up WordPress vars and included files. */
define( ‘WP_CACHE’, true );
require_once(ABSPATH . ‘wp-settings.php’);
At the very end of the file, after watching this video as reference. Is this the correct placement?
Reference video: https://www.youtube.com/watch?v=7QoaTvIVsY4
Thread Starter
hardel
(@hardel)
Harish fixed the file for me. Thank you again!