Tagged: cookies
Please take a look at the screenshots:
Link: https://imgur.com/a/uNmlL4v
I’m having this error with all my newest projects ( ENFOLD 4.6.3.1). Could it be that there’s something on your side causing this?
Could you please provide a fix?
Thanks in advance <3.
Hey mynick,
Thank you for the inquiry.
This issue is known to use and is going to be taken care of in the upcoming update. Temporarily, you can use the following filter in the functions.php file to fix the markup.
add_filter('avf_auto_reload_message', function($reload) {
return esc_attr($reload);
}, 10, 1);
Related thread:
// https://kriesi.at/support/topic/auto-reload-page/#post-1150404
Best regards,
Ismael