Social icons replaced with asian letters

Posted in: Newspaper
Post count: 98

When I thought I would cease to post on this forum… a new issue has emerged.

If I type on browser http://www.thehikers.ro all will be OK with my theme. But when I try to navigate to thehikers.ro (without www) the social icons are replaced with asian letters.

After some research on forum I found that I need to modify .htaccess alike:

IfModule mod_headers.c>
Header add Access-Control-Allow-Origin “*”
/IfModule>

# BEGIN WordPress
bla bla bla
# END WordPress

NO RESULT 🙁 Suggestions ?

Thanks in advance!

Post count: 98

I played more with htaccess and now have problems just on Chrome.

Post count: 98

The only solution that I could figure was to force my site to redirect non www adresses to www.

in htaccess ….

RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule ^ http%{ENV:protossl}://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Better solutions?

Post count: 23312

Hello nicolai,

This issue is known when using CDN or loading fonts from a different source.
Take a look at this: http://screencast.com/t/AMjW530CSH6 and this: http://screencast.com/t/dLjEUGGwQUZ
The solution to this issue is simple. You will need to add some code to your .htaccess file like this post suggests: https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/

Hope this helps and let us know how

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