FontAwsome

Modern, responsive, unique and elegant one-page WordPress theme to showcase your creativity
GK User
Thu Jul 03, 2014 11:07 pm
Hi,

I need the newest FontAwsome, but I found declaration for old one:
Code: Select all
<link rel="stylesheet" id="gavern-font-awesome-css" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css?ver=3.2.1" type="text/css" media="all">

Actual version is 4.1. Is there any possibility to change to this one?

Regards,
Dawid Nitka
User avatar
Fresh Boarder

GK User
Fri Jul 04, 2014 7:38 am
Hi,

Sure, you have to replace this fragment form Creativity/layouts/header.php file:

Code: Select all
wp_enqueue_style('gavern-font-awesome', '//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css', array('gavern-normalize'), '3.2.1' );


with:
Code: Select all
wp_enqueue_style('gavern-font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css', array('gavern-normalize'), '4.1.0' );
User avatar
Moderator

GK User
Sun Jul 06, 2014 11:16 am
It's a bit strange situation because it seems to work but with Mozilla still not.
I hoped that newest version will help but Firefox still uses only signs from
old version properly but those from 4.1 not. So the main problem is still not solved :(
User avatar
Fresh Boarder

GK User
Mon Jul 07, 2014 7:59 am
User avatar
Moderator


cron