Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #449010

    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

    #449167

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.