Social Icons NEWS2

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 Sep 18, 2014 12:15 am
Reply with quote
Report this post
HOW DO I PUT THE ICONS SOCIAL MEDIA?
User avatar
Junior Boarder

GK User
Thu Sep 18, 2014 9:05 am
Reply with quote
Report this post
Hello,

It is a Custom HTML module on the social module position with the following HTML code:

Code: Select all
<a href="https://plus.google.com/+gavickpro?rel=author" target="_blank"><i class="gk-icon-gplus"></i></a>
<a href="https://twitter.com/gavickpro" target="_blank"><i class="gk-icon-twitter"></i></a>
<a href="https://www.facebook.com/gavickpro" target="_blank"><i class="gk-icon-fb"></i></a>
<a href="http://www.gavick.com/magazine/?format=feed&amp;type=rss" target="_blank"><i class="gk-icon-rss"></i></a>
User avatar
Administrator

teitbite
Thu Sep 18, 2014 9:05 am
Reply with quote
Report this post
Hi

This icons are a html code used in custom html module in "social" module position.

Code: Select all
<a href="https://plus.google.com/+gavickpro?rel=author" target="_blank"><i class="gk-icon-gplus"></i></a>
<a href="https://twitter.com/gavickpro" target="_blank"><i class="gk-icon-twitter"></i></a>
<a href="https://www.facebook.com/gavickpro" target="_blank"><i class="gk-icon-fb"></i></a>
<a href="http://www.gavick.com/magazine/?format=feed&amp;type=rss" target="_blank"><i class="gk-icon-rss"></i></a>


Advice. Do not use TinyMCE editor while managing this module or HTML5 related code (images of icons) will be stripped.
User avatar
Moderator

GK User
Sat Jan 10, 2015 12:55 am
Reply with quote
Report this post
Hi,

I would like to use youtube icon and Instagram icon, and maybe other icon. What should I do to do it ?

F.
User avatar
Junior Boarder

teitbite
Sun Jan 11, 2015 9:10 pm
Reply with quote
Report this post
Hi

Try add this code to module:

Code: Select all
<a href="#" target="_blank"><i class="fa fa-youtube"></i></a>
<a href="#" target="_blank"><i class="fa fa-instagram"></i></a>


next please edit /layout/blocks/head.php and add this line at the bottom of it:

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


show me Your site when You do this.
User avatar
Moderator


cron