What happened to icons after update?

Posted in: Newspaper
Post count: 28

Hi,

This happens occasionally on the homepage when the icons show up something else. It gets resolves when you visit 2-3 pages.

http://i67.tinypic.com/167ldo1.png

Started happening after updated to latest version.

Also, how do I remove that line from the top of the top menu? using header style 8.

Any thoughts?

-Sid

Post count: 23312

Hello sid,

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/

For your second request, if you want to remove the border between the top bar and main menu, please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-8 .td-header-top-menu {
border-bottom:0px;
}

The result you should see here -> http://screencast.com/t/3tRmZyw5k

Hope this helps and let us know how it goes!

If is not what you mean, please provide more details about your desired changes so I will be able to provide a more accurate response.

Thank you for the message!

Post count: 28

Can you post the code here, it’s in foreign language on that thread and I don;t wanna mess up with .httaccess file

Also for the second query I want to eliminate the line which appears above the text in menu: http://i64.tinypic.com/2yl9s3o.png

Post count: 23312

Hello sid,

Please check the example below and try to implement in the same way into your .htacces file. After this, please try clears all cache and see how it works for you.

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

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

# END WordPress

Hope this helps!

Thank you for the message!

Post count: 20

Can I just copy&paste this example into my .htaccess file? Or should I change something?

Post count: 22421

Hello,
It depends on what you have in your htaccess. The code you need to add is this one: http://webmasters.stackexchange.com/questions/71630/font-blocked-from-loading-by-cross-origin-resource-sharing-policy-no-access-co
You can make a back-up and try to copy and paste, but if you have anything else besides the entries shown by Catalin, they will be removed.
Thank you

Post count: 28

This does not work. Chinese icons and box instead of arrows still exist.

Post count: 28

Not get reply to this one as well:

Also, for the second query I want to eliminate the line which appears above the text in menu: http://i64.tinypic.com/2yl9s3o.png

Post count: 23312

Hello sid,

This implementation about Chinese characters should work as expected if the steps were correctly followed. Please ensure that you have done this and also please try to clear all cache and test it again.

Sorry that I have failed to respond to your second request…If you want to remove that border you have to use a bit of CSS code for this. Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-header-style-8 .td-header-top-menu {
border-bottom:0!important;
}

The result you should see here -> http://screencast.com/t/AhMedtEq5ow

Hope this helps and let us know how it goes!

Thank you for the message!

Post count: 28

Using this:

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

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

# END WordPress

Post count: 23312

Hello sid,

This is the method that works for all our users that have hadthis problem with Chinese fonts and therefore, should work and for you. Please try to implement this into your .htacces and see how it works for you. Also, please notice that we only can guide you to the right direction and cannot do or implement that for you, sorry! You have to try to do it yourself, otherwise, if you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry!

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

Hope this helps!

Thank you for the message!

Post count: 28

It’s your theme isn’t it? Why don’t you own that anything can be wrong with it?

First it was FB sharing issue which only occurs in your theme, rest every theme I use on the same server works fine with FB sharing. And now all of sudden after your last update these Chinese characters have started appearing. I don’t use CDN bu Jetpack because it is not compatible with your themes list feature.

I will try this version of the code and monitor the site for next 48 hours. As much as I love the theme, these bugs make it difficult to run a website which is solely dependent on traffic.

Post count: 23312

Hello sid,

Sorry for the inconvenience, but this kind of problem should be solved with the solutions above. Please try to clear all cache and test it again and see if your strange characters still appear. Until now, we do not have any bad reports about this solution from users which had this kind of problem.

Thank you for the message!

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