Dear Friends,
I am sorry I could not understand how to actually arrive at a fix: https://kriesi.at/support/topic/icons-in-icon-box-are-chinese-characters/… Step by step maybe?
My actual WordPress install is at boston.cjellis.com.
My site URL is http://www.bostonchurchplanting.com
There are no Chinese characters if you point your browser to the location of the WordPress install, only the site URL.
Enfold 2.9.2. Just Updated…
Chinese Characters confirmed in Chrome, Firefox…
Thanks.
Sincerely,
Boe
Hey Boe!
Access your site via FTP and look for the .htaccess file that is located in the root of your WordPress installation (it can be hidden), open that file and paste the following code at the top:
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
Cheers!
Josue