Twitter and FB sympol in GK Team

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Mar 27, 2014 7:42 pm
Reply with quote
Report this post
Hi,
I see this:

Code: Select all
.gkTeamOverlay a[data-type="fb"]:before {
   content: '\f09A';
}


and I understand that this draw the image/logo/symbol from somewhere (FontAwsome) but how to get the codes for the rest icons?

Thanks,
Gorast

EDIT: Found it - http://astronautweb.co/snippet/font-awesome/
But if you have more recent or more official document, please direct me to it.
User avatar
Platinum Boarder

GK User
Fri Mar 28, 2014 12:19 am
Reply with quote
Report this post
Nope, not working.
I add the code in gk.stuff.css:
Code: Select all
.gkTeamOverlay a[data-type="linkedin"]:before {
   content: '\f08c';
}


then change the code in the module to <figure data-web="http://gorast.com/" class="animate_queue_element">

But I got empty spots. Any other files I need to define this? There is nothing in the templateDetails.xml

Thanks,
Gorast
User avatar
Platinum Boarder

GK User
Sat Mar 29, 2014 11:03 am
Reply with quote
Report this post
Found it.

Except the gk.stuff.css you need to alter the gk.script.js file in /ROOT/templates/gk_creativity/js
It starts at line 220 and you need to alter two section. The ifs and... the second ifs :D

Thanks,
Gorast
User avatar
Platinum Boarder


cron