Social links disappeared from the topbar

Professional eCommerce VirtueMart Joomla template with responsive design discussion forum.
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
Fri Dec 05, 2014 8:17 am
Reply with quote
Report this post
Hi,

I was trying to change the content from Module 'Banner topbar' but after saving I noticed all the social media links (originally on the left top corner) got disappeared. I even tried to revert the changes to original code (as shown below) but did not get any luck.

Code: Select all
<div class="gk-social"> </div>
<p><span>Call Customer Services on: +1-888-222-1155</span> <span class="gk-promo">Take and Extra <strong>20% OFF</strong> Your Purchase - Code: <strong>DEC2013</strong></span></p>


Any suggestions how I can this this, thanks!
User avatar
Fresh Boarder

GK User
Fri Dec 05, 2014 8:37 am
Reply with quote
Report this post
I found this code on gavick.com, but even this doesn't help.

Code: Select all
<div class="gk-social">
<a href="http://www.gavick.com/magazine/?format=feed&amp;type=rss"><i class="fa fa-rss"></i></a>
<a href="https://www.facebook.com/gavickpro"><i class="fa fa-facebook"></i></a>
</div>
<span>Call Customer Services on:  +1-888-222-1155</span>
<span class="gk-promo">Take and  Extra <strong>20% OFF</strong> Your Purchase - Code: <strong>DEC2013</strong></span>


Any suggestions?
User avatar
Fresh Boarder

GK User
Fri Dec 05, 2014 8:49 pm
Reply with quote
Report this post
Change your editor to non in system - global configuration and add the following code:

<div class="gk-social">
<a href="http://www.gavick.com/magazine/?format=feed&amp;type=rss"><i class="fa fa-rss"></i></a>
<a href="#"><i class="fa fa-flickr"></i></a>
<a href="https://plus.google.com/+gavickpro/posts"><i class="fa fa-google-plus"></i></a>
<a href="https://twitter.com/gavickpro"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-vimeo-square"></i></a>
<a href="https://www.facebook.com/gavickpro"><i class="fa fa-facebook"></i></a>
</div>

<span>Call Customer Services on: +1-888-222-1155</span>

<span class="gk-promo">Take and Extra <strong>20% OFF</strong> Your Purchase - Code: <strong>DEC2013</strong></span>
User avatar
Fresh Boarder

GK User
Fri Dec 05, 2014 11:17 pm
Reply with quote
Report this post
Thanks mkwaad! that worked.
User avatar
Fresh Boarder


cron