Font Awesome Icons not showing up correctly for WordPress

Hey guys,

just installed WordPress and would like to use your Theme Unite.

But every Icon is not shown correctly at the frontend.
Don’t know where the problem is.
I have attached a screenshot.

Hope you can help!

Thanks and best regards,
missesperanza

Please post your website URL for review.

If you are working on your website locally make sure to disable completely all plugins to see if that resolves this issue.

I have the same problem. I have disabled all plugins, but it is still the same. Do you have any other suggestions?
I have attached a screenshot.

The icons are not showing because of the redirect from example.com/blog to blog.example.com.
Is there any way to fix this problem?

Please give me a solution for this problem …

This is not theme related issue but your hosting/setup related issue as theme doesn’t create any redirects. Font Awesome library will work either using example.com/blog or blog.example.com because theme uses relative URLs for linking static content and it doesn’t matter what URL you are using.

I am not sure of your existing setup but you might have to do search and replace on your database to replace old URL with new URL or just replace site URL inside WordPress Dashboard - General. Either way some other things shouldn’t work either if URLs are the ones to blame.

Do you have a live site where I can see what is going on with Font Awesome icons?

Yes, this is the website: www.blog.speedcomputers.biz

This is the rewrite rule I have in my htaccess, because I changed the old links.
RewriteRule ^([0-9]{4})/([0-9]{2})/([0-9]{2})/(.*)$ http://www.blog.speedcomputers.biz/$4 [L,R=301]

When I replace site URL in Site Address (URL) – General, from http://www.speedcomputers.biz/blog to http://www.blog.speedcomputers.biz the icons are not visible. When I replace it back to http://www.speedcomputers.biz/blog they become visible. Now I am using another theme until I have a solution for the problem. If you need to see the site with Sparkling Theme just tell me.

While your main URL is set to blog.speedcomputers.biz it still tries to load everything from speedcomputers.biz/blog and things gets broken. If you want to load your website from blog.speedcomputers.biz then you should replace it everyhwere to make things constant everywhere. Or at least hardcode URLs for fonts from blog.speedcomputers.biz. Another option is to load Font Awesome library from CDN. Here you can find one CDN option for Font Awesome fonts.

Probably you can find some other workaround as well.

Aigars thank you for your help. Everything is OK now.
Wish you all the best!