Please refer the URL:
I can see square box instead of the icon I defined in
Navigation Label : COMPANIES<i class=”fa fa-diamond”></i>
Hi,
Usually, this kind of error appears when using CDN or loading fonts from a different source.
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Hope this helps.
Thanks.
Is this the code?
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
</IfModule>
Please guide me where to paste this ?
Hi,
This is better explained here: http://stackoverflow.com/questions/13421463/htaccess-access-control-allow-origin
https://www.maxcdn.com/one/tutorial/htaccess-example-collection/
https://www.digitalocean.com/community/questions/noob-question-how-to-resolve-no-access-control-allow-origin-header
Thank you!
Hi,
We cannot guide you any further. you need to find your htaccess file: http://www.wpbeginner.com/beginners-guide/why-you-cant-find-htaccess-file-on-your-wordpress-site/ and then add the code like the topic suggests. It does not require any knowledge. Simply add the code at the top of the file.
Try to add the code as suggested here: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/ as it does not work the same for all users.
If you still need help with thism please consider getting some help as we cannot provide any custom work at the moment. Sorry.
Thank you for your message.
1. As per https://forum.tagdiv.com/ this is the htaccess code.
Header add Access-Control-Allow-Origin “*”
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
2. As per http://www.wpbeginner.com/
http://screencast.com/t/n5ILXK8j4Hbv
There is a difference in the code
Hello,
There are different versions of the code for different hosting sites. There is no single solution for each case.
The code on stackexchange recently got edited and another one added in it’s place.
Try out multiple solutions and see which one works for your case as we cannot replicate all situations on our end as it depends on the hosting you use.
Thank you!
