Social Media icons look like empty boxes

Posted in: Newspaper
Post count: 4

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

Post count: 21065

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!

Post count: 4
Post count: 35449
Post count: 364

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!

Post count: 4

Hi Calin
https://stackoverflow.com/questions/25577981/font-from-origin-has-been-blocked-from-loading-by-cross-origin-resource-sharing

<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

Post count: 27744

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!

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