Social Icons are showing in Chinese or Asian characters
I have gone through all the suggestions previously posted in the forum
1) I have disabled all plugins (except visual composer)
2) I have modified the .htaccess file to include
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>
3) I have regenerated the font through https://icomoon.io/app
4) I have cleared the cache
….none of those have worked!
Please help!
http://www.ldsresources.net/activities-of-jesus-christs-last-week/
Hello,
The htaccess solution is the proper one but you need to copy the code over from stackexchange not the forum (our forum will convert the commas and they will not work in your htaccess properly)
Please copy the code from here:
http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Add the code like this topic suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thank you!
No, the problem STILL persists. This problem is not just with the social sharing icons, but other icon elements as well….arrows, search, view, comment, stars, etc.
I also recently used the following suggestion for htaccess:
https://www.maxcdn.com/one/tutorial/how-to-use-cdn-with-webfonts/
Nope… still does not work. I really would like this fixed. It is extremely irritating.
Hello,
About the “commas” I meant quotes. These things: “” they always screw up php code if they are copied from this forum and they aren’t placed inside the code tag. Please try the solution again as this worked for all users that had this issue. (It’s not a theme related issue but a cdn issue when fonts are not loaded from the same source) Please try a few more implementations of the code as it depends on what you have in your cdn. Try a few variations. Try it like so: https://forum.tagdiv.com/topic/small-icons-problem/
(the code in the topic above is not placed in the code tag so do not copy and paste it in htaccess directly. Get the code from stackexchange and replicate the implementation)
Thank you!
The solution to the problem is to put the line of code from this link on top of the htaccess file. Literally put it on top, not inside the other lines of code, but just on top.
Not the whole thing or else it will screw up your webpage. Just this part: Header add Access-Control-Allow-Origin “*”
Make sure you copy from StackExchange so it copy and pastes correctly, because the htacess file is one of the most delicate parts of operation.