Hello,
all the icons in the website look like this
http://image.noelshack.com/fichiers/2018/41/1/1539031743-e.jpg
Thank you for your support
Hi,
Just copy the url ( https://www.screencast.com/t/i12DxyCGC6 ) and pest it here.
Hi,
In order to resolve your problem please read this topic, here you’ll find the explication with what you need to do: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thank you for your understanding.
this: Header add Access-Control-Allow-Origin “*”
or
this: Header add Access-Control-Allow-Origin “websitename” ?
Hi,
Try to put the code on top of the other code as @branch1 suggested.
DO NOT copy the code from topic. Get it from stackexchange and clear cache afterwards.
Thank you!
i did all the steps ( changing the htaccess file and clearing cache )
but i still have the same problem :
Header set 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
I have the htaccess file like this now
Please copy this code code in your public_html “.htaccess” file
FilesMatch "\.(ttf|otf|eot|woff|woff2)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "http://skin.cdn.com"
</IfModule>
</FilesMatch>
After you add the code in “.htaccess”, please clear all cache and force to refresh your web.
Also you can try to log out and log in again.
Thanks.
where i should paste it before my original code or after it
or should i delete all my original code and paste this one
-
This reply was modified 7 years by
accueeucca.
Paste it at the top, but you can make a backup first.
If you make backup to the file, then you can try to just paste at the top, and if is not working, you can try to delete all from file an paste it, but only if you make backup.
please clear all cache and force to refresh.
I did all what you said and now i get this
the problem of pages is solved
butthe problem of icons not solved yet
Hi,
Please read this topic: https://forum.tagdiv.com/topic/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co/
Also you can contact your host provider and show them the problem ( https://www.screencast.com/t/RSp7Mg4Df ).
Thank you for your understanding.
Hi,
First lets try to restore the permalinks, please go in settings and click on save ( https://www.screencast.com/t/8IkCpcWMrfVj ), after this your permalinks should work.
And for the first problem please read this: https://stackoverflow.com/questions/13421463/htaccess-access-control-allow-origin
Thank you for your understanding.
when i changed the permalinks from viralibuzz.com to http://www.viralibuzz.com
icons are showing now
but how i can change to http://www.viralibuzz.com without having problems (like the problem of icons not shozing) ?
Thank you for your support
when i go to settings> permalinks and I change the url from viralibuzz.com to http://www.viralibuzz.com i get back the same problem of icons .
Hi,
Please read this documentation about Changing The Site URL from here: https://codex.wordpress.org/Changing_The_Site_URL
Thank you.