The site is hosted in GoDaddy
Work without any issue if CDN is disabled
Can someone please advise how to fix this while using CDN
-
This topic was modified 4 years by
Wide Writer.
Hello!
Please provide more information about your issue, screenshots and your website link in order to help you efficiently.
A solution for sending a screenshot is this:
Download, capture, send: https://www.techsmith.com/jing-tool.html
After making the screenshot, you will have a link, paste it here.
Thank you!
Hi Wide Writer ,
Usually, that problem it is related to the CORS policy that are blocking the access, that should fix the problem, also I see that you have another problem https://www.screencast.com/t/6EpdZBQMela this problem can be solved using those guides:
– https://forum.tagdiv.com/topic/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co/
– https://stackoverflow.com/questions/25577981/font-from-origin-has-been-blocked-from-loading-by-cross-origin-resource-sharing
– https://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
Let me know the results!
I have the same issue as soon as I generate the Critical CSS with the TagDiv Critical CSS generator: https://wlan.net/wlan-antennen-im-vergleich-ueberall-im-haus-schnelles-internet/
When I remove the Critical CSS, all is back to normal. I select all files except for 2 admin files for the CSS to generate, but that does not fix the icons.
Any idea how to fix this issue?
Thanks!
<IfModule mod_headers.c>
<FilesMatch “\.(eot|font.css|otf|ttc|ttf|woff)$”>
Header set Access-Control-Allow-Origin “*”
</FilesMatch>
</IfModule>
<IfModule mod_mime.c>
# Web fonts
AddType application/font-woff woff
AddType application/vnd.ms-fontobject eot
# Browsers usually ignore the font MIME types and sniff the content,
# however, Chrome shows a warning if other MIME types are used for the
# following fonts.
AddType application/x-font-ttf ttc ttf
AddType font/opentype otf
# Make SVGZ fonts work on iPad:
# https://twitter.com/FontSquirrel/status/14855840545
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
</IfModule>
This seems to have worked for me
Thank you so much
-
This reply was modified 4 years by
Wide Writer.
Hello,
@Wide Writer,
I’m glad your issue was solved.
@loano1,
Please check the links/solutions that my colleague provided above. Also, if you want please contact us via email at contact@tagdiv.com and please make sure you have made a full backup to all files and database and provide the wp-admin access.
Thank you!