Hi,
thank you for the link, I add this one at the top of my .htacces file but the site
spit 🙁
here is the code I added:
#SOlUCION PROBLEMA ICONOS EN CHINO
<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
and here are the first codes of my .htacces files :
# BEGIN WP Rocket v3.1
# Use UTF-8 encoding for anything served text/plain or text/html
AddDefaultCharset UTF-8
# Force UTF-8 for a number of file formats
<IfModule mod_mime.c>
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml
</IfModule>
# FileETag None is not enough for every server.
<IfModule mod_headers.c>
Header unset ETag
</IfModule>
# Since weâre sending far-future expires, we donât need ETags for static content.
# developer.yahoo.com/performance/rules.html#etags
FileETag None
# Send CORS headers if browsers request them; enabled by default for images.
<IfModule mod_setenvif.c>
<IfModule mod_headers.c>
# mod_headers, y u no match by Content-Type?!
<FilesMatch “\.(cur|gif|png|jpe?g|svgz?|ico|webp)$”>
SetEnvIf Origin “:” IS_CORS
Header set Access-Control-Allow-Origin “*” env=IS_CORS
</FilesMatch>
</IfModule>
</IfModule>
….
….
….
thank you
Hi,
From what I can see the icons seem to display at the moment
– http://prntscr.com/kg7x0f
The solution from that topic worked for most users. If the issue happens again you could also contact your hosting about this, maybe they have another solution.
Hi Simion
yes in the home page it works but not on the pages of articles
Can you tell me if it works properly from home?
For example: https://aidersonprochain.com/remedes-kyste-pilonidal/
thanky you so much 🙂
Hi,
In the post pages there are 404 errors for the theme fonts
– https://www.screencast.com/t/NxcNsLSMvj
If that font is not found in the theme files or cannot be loaded for some reason, then there will be no icons displayed properly.
The server reports a 404 of that theme file. I still suggest that you contact your hosting to check if that file still exists, or why it not found.