icons not showing

Posted in: Newspaper
Post count: 13

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

Post count: 35449

Hi,

Please provide some more details and a link to the website where I can see the problem would be very helpful.

Thank you for your understanding.

Post count: 13

how i can send you my website ?

Post count: 35449

Hi,

Just copy the url ( https://www.screencast.com/t/i12DxyCGC6 ) and pest it here.

Post count: 13

here’s the url
https://bit.ly/2PpHDTQ

Post count: 35449

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.

Post count: 13

this: Header add Access-Control-Allow-Origin “*”

or

this: Header add Access-Control-Allow-Origin “websitename” ?

Post count: 35449

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!

Post count: 13

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

Post count: 35449

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.

Post count: 13

where i should paste it before my original code or after it
or should i delete all my original code and paste this one

Post count: 35449

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.

Post count: 13

I did all what you said and now i get this

https://imgur.com/a/C3AdqBy

Post count: 13

I get this message in posts and pages

Post count: 13

the problem of pages is solved

butthe problem of icons not solved yet

Post count: 35449

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.

Post count: 13

i still have the same problem even i try all those steps

Post count: 35449

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.

Post count: 13

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

Post count: 35449

Hi,

I’m glad you solved the problem.
If you make some change on url, permalinks please go to settings> permalinks and click on save.

Thank you.

Post count: 13

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 .

Post count: 35449

Hi,

Please read this documentation about Changing The Site URL from here: https://codex.wordpress.org/Changing_The_Site_URL

Thank you.

Viewing 22 posts - 1 through 22 (of 22 total)
The forum ‘Newspaper’ is closed to new topics and replies.