Problems after update.

Posted in: Newspaper
Post count: 57

Hello, I just updated my newspaper theme from 6.4 to 6.5

I have this issue:

Sometimes, my categories, some icons and other stuff are like this:

http://www.screencast.com/t/2yEyLPJwEJlp

So after the end, is a box icon where it should be not that? Any solution?

P.S: All plugins are updated and cache is cleared.

Post count: 22421

Hello,
The problem is not from the update, but caused by the cdn server. It is because of the fonts. Please read this topic to see how this can be fixed. https://forum.tagdiv.com/topic/strange-chinese-symbols-replaced-icons-and-arrows/
Thank you!

Post count: 57

I just read it and didn’t find any solution. What code should I put in .htaccess?

Post count: 22421
Post count: 57

Hi. I just add this code in the and of .htaccess:

<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>

But still not working. Sometimes those icons shows sometimes not. What I have to do? 🙁

Post count: 22421

Hi,
Please send us an email at contact@tagdiv.com and provide wp-admin and ftp access so we can take a look.
Also include a link to this topic so we can identify you.
Thanks.

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