Add to Links area

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
Tue Jan 12, 2016 5:03 pm
Reply with quote
Report this post
I really like the Links area (email, rss feed icons). I would like to use this as my menu. How can I add icons/links to this area?

Thanks.
User avatar
Senior Boarder

teitbite
Fri Jan 15, 2016 1:47 pm
Reply with quote
Report this post
Hi

Please edit module published in social module position. There You will find a code like:

Code: Select all
<a class="gk-icon-twitter" href="https://twitter.com/gavickpro"></a>
<a class="gk-icon-fb" href="https://www.facebook.com/gavickpro"></a>
<a class="gk-icon-pinterest" href="http://www.pinterest.com/robertgavick/"></a>
<a class="gk-icon-gplus" href="https://plus.google.com/+gavickpro/posts"></a>


just add new elements with a similar way. Just make sure class name starts with "gk-icon-" for the icons I would recommend to use font awsome, since template has a custom icons and only few is prepared.
User avatar
Moderator

GK User
Fri Jan 15, 2016 4:09 pm
Reply with quote
Report this post
Thank you.

How do I use the font awesome icons?

I tried gk-icon-calendar for example but the font awesome icon is not showing. What is the correct way to call font awesome icons?
User avatar
Senior Boarder

teitbite
Tue Jan 19, 2016 8:25 pm
Reply with quote
Report this post
Hi

First add this line to /layout/blocks/head.php

Code: Select all
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">


Than You will be able to use any font icon provided here: http://fontawesome.io/icons/
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.