Font awsome icons are not showing correctly

April 2014 WordPress Theme
GK User
Mon Dec 08, 2014 7:46 am
Hi,
I've a problem with the 'John' wordpress template.

On my webhoster adress: http://web824.s03.savando.de/ all icons are working.
Image
but on my normal address: http://andreasheikaus.com/ the icons are showing incorrect.
Image

It would be great if you could help me to solve this problem.

Andreas
User avatar
Fresh Boarder

GK User
Mon Dec 08, 2014 8:54 am
Hi,

If you correctly copy icon font and css, maybe the problem is in your htaccess file, please check this thread on the forum:
https://wordpress.org/support/topic/ico ... in-firefox
User avatar
Moderator

GK User
Mon Dec 08, 2014 12:22 pm
Hi Piotr,
I just installed yesterday your quickstart template, I havn't touched any folder until now. I guess icon font and css should be fine.
I followed the instructions from the wordpress forum and added to wp-content/plugins/akisment/.htaccess
It looks now like this:
Code: Select all
Order Deny,Allow
Deny from all

<FilesMatch "^(form|akismet)\.(css|js)$">
   Allow from all
</FilesMatch>

#allow access to any image
<FilesMatch "^(.+)\.(png|gif)$">
   Allow from all
</FilesMatch>

## Fix Simple Social Icons for Firefox ##
<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>


I'm not sure if this is a firefox issue. The side looks fine on a Mac in Firefox and Safari, Windows Firefox, Crome or Explorer having still problems with the Icons, and Android mobile devices the Icons working only in some browers.

Cheers
User avatar
Fresh Boarder

GK User
Mon Dec 29, 2014 11:52 am
Hi,
I'm sorry for the delay, did you resolve the issue? Because I've checked your icons on FF, Chrome on Windows and icons are visible
User avatar
Moderator


cron