How to use any module in Social position

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 Dec 18, 2012 4:45 am
Reply with quote
Report this post
I want to add lang switcher in social position but it's not work. Always see Facebook icon.

How to fixed
User avatar
Senior Boarder

Konrad M
Tue Dec 18, 2012 8:21 am
Reply with quote
Report this post
Hi,
it is happend becasue social is specyfic position only for social icons. If you want to add something in this area you have to make new position. Here you have link how add a new position to the template https://www.gavick.com/documentation/jo ... -position/
User avatar

GK User
Wed Dec 19, 2012 6:07 pm
Reply with quote
Report this post
Open templace.css find line 111 and use this code:
Code: Select all
#gkSocial a {
   display: block;
   filter: alpha(opacity=40);
   float: left;
   height: 27px;
   margin: 12px 0 0 0;
   width: 27px;
}

Work for me.
Fabio
User avatar
Fresh Boarder


cron