Font Awesome support??

Feel free to talk about everything related to our Wordpress Products
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Oct 08, 2013 7:38 pm
Hi!

I'm trying to use Font awesome icons in a page of my site but it doesn't work....I've read how to use it (very easy indeed) here https://www.gavick.com/documentation/wordpress-themes/gavernwp-framework/font-awesome-support/

Is there something I need to configure? :?:
User avatar
Senior Boarder

GK User
Wed Oct 09, 2013 7:09 am
Hi,

Maybe your Theme dosen't have Font Awesome included? Which theme are you using?
User avatar
Moderator

GK User
Thu Oct 10, 2013 9:17 am
I'm trying it in two themes: in a local installation with Publisher, and News.

I'll will try the "Font Awesome More Icons" plugin.....or it is a better way?
User avatar
Senior Boarder

GK User
Thu Oct 10, 2013 11:27 am
Unfortunately Publisher and Fest don't have FontAwesome built in. Theme Rockwall and newer have this feature implemented.

You can implement this by downloading font awesome:
http://fortawesome.github.io/Font-Awesome/ and add to css directory, then you have to add this line:
Code: Select all
wp_enqueue_style('gavern-font-awesome', gavern_file_uri('css/font-awesome.css'), array('gavern-normalize'));

to layouts/header.php file,
check implementation for MeetGavernWP theme:
https://github.com/GavickPro/Meet-Gaver ... f17#diff-9
User avatar
Moderator

GK User
Fri Oct 11, 2013 5:16 pm
I'll try that. Thanks!
User avatar
Senior Boarder

GK User
Thu Oct 17, 2013 12:33 pm
Sorry, I haven't done it yet....

I've downloaded it and it contains 4 folders (css, font, less and scss), do I need to copy all of them to the css folder on my theme?
User avatar
Senior Boarder

GK User
Thu Oct 17, 2013 5:46 pm
Only font and css. Maybe download our latest theme Cloudhost or Msocial and check there, will be easier I think.
User avatar
Moderator

GK User
Thu Oct 17, 2013 6:54 pm
I replicated the structure of Cloudhost theme and it worked. Thanks!
User avatar
Senior Boarder


cron