Hello, since not long ago the icons on my webpage are not showing up, they are being replaced by white squares.
If I go into edit mode, the icons do show up normally.
If I just enter the website by entering its url, the white squares appear, replacing all icons.
However, I tried entering the website with safari and everything works fine there.
I tried clearing the cache.
What is causing this issue? I hope other people that enter my website wont suddenly have white squares appear instead of normal icons…
Hi NikoArq!
Try adding this to your .htaccess file.
<FilesMatch "\.(ttf|otf|woff)$">
<IfModule mod_headers.c>
Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
If that’s not working then deactivate all plugins and send us a link and we’ll take a look.
Cheers!
Elliott