Dear Kriesi team, I found this question already in the forum, but unfortunately the solution didn’t suit me.
When I try to edit a page in Avia Layout Builder mode, the message: „There is an autosave of this post that is more recent than the version below. View the auto backup” appears above.
I can make changes, then press the UPDATE button and the PREVIEW shows the changes, it works. Only this message „There is an autosave of this post that is more recent than the version below. View the auto backup” irritates me …
Can you help me please – Thanks in advance!
Hey trancevisionyoga,
Thank you for the inquiry.
You can actually disable autosave or adjusts its interval. Please check this article for more info.
// https://www.inmotionhosting.com/support/edu/wordpress/disable-wordpress-autosave/
You need to add this code in the wp-config.php file to adjust the interval.
define('AUTOSAVE_INTERVAL', 86400);
Best regards,
Ismael