้how to eed to sort text (this Sample picture)

Posted in: Newspaper
Post count: 3

I had problem (as picture) message is too long.
this problem Only happen Thai Language. How to fix?

http://image.free.in.th/v/2013/ih/160327083634.jpg

website : http://www.siamtechnews.com

Post count: 23312

Hello applepexky,

This issue is known when using CDN or loading fonts from a different source. Please try to use this solution and 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 it goes!

Thank you for the message!

Post count: 3

i added code .htaccess but problem message is too long and unequal. Remains a problem

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

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Post count: 23312

Hello applepexky,

I have checked your code and I saw that you have some differences about your code. As you can see in this screenshot here -> http://screencast.com/t/zueHP8G5aI9n appear differences to your quotes. Please copy/paste the code directly from here -> http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co and not from our forum because the code will be affected and will still do not work. Most of our users that use CDN and have this problem was solved with this workaround. If you do not use CDN file and yet you have this issue with the fonts (Chinese fonts), please check your hosting provider in this regard.

Hope this helps and let us know how it goes!

Thank you for the message!

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