Hello!
My client told me about character display errors that often occur on the first call of the page. Sometimes I have this character errors already seen and hoped that it occurs only on my computer , but unfortunately it can also be seen on other computers . See screenshot .
How can I solve this problem?
Thanks and best regards
Lukas
Hey LukasE!
Thank you for using Enfold.
I checked the site, both on chrome and firefox but I was not able to reproduce the issue on first load. Try to add this in the functions.php file:
function add_subset_func($fontlist) {
$fontlist .= "&subset=latin,latin-ext";
return $fontlist;
}
add_filter('avf_google_fontlist', 'add_subset_func');
Also, maybe installing a cache plugin will help.
Best regards,
Ismael