Use other module at social position not working

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 31, 2013 5:13 pm
Reply with quote
Report this post
Hi. I turned off the custom html module showing on the position called ''social'' and it was turned off. Then I enabled GTranslate module on that same postion and the facebook logo from the ''social icons'' module is coming back, but only half of the button. It is messing up my GTranslate module. Please help me fix it. My site is: peaceconference.no
User avatar
Gold Boarder

GK User
Wed Jan 01, 2014 2:06 pm
Reply with quote
Report this post
Hi,
as you see this position wasn't designed to use so many modules.
Let's do some customization:
STEP #1
templates\gk_fest\layouts\default.php
find line 78 with
Code: Select all
<div id="gkSocial">

STEP #2
Rename to
Code: Select all
<div id="lang">

Save changes
User avatar
Platinum Boarder

GK User
Wed Jan 01, 2014 2:10 pm
Reply with quote
Report this post
p.s.
Using it instead - will be much better :
Code: Select all
<div id="lang" style="float:right">
User avatar
Platinum Boarder

GK User
Wed Jan 01, 2014 2:14 pm
Reply with quote
Report this post
But I have UX question.
Why do you use up to two options to choose language? People will be confuse - which one they should use.
First is real translation.
Second is "automatic & poor" translation from GT.
User avatar
Platinum Boarder

GK User
Wed Jan 01, 2014 3:21 pm
Reply with quote
Report this post
Thanks a lot. I just had to to chose in GTranslate module that it should use only one option and it worked. But now my question is, if I want to have both GTranslate and the social mdule showing next to each other, what is the best way to do that. Now it is showing one above the other.
User avatar
Gold Boarder

GK User
Wed Jan 01, 2014 3:22 pm
Reply with quote
Report this post
Picture of how it looks:
User avatar
Gold Boarder

GK User
Wed Jan 01, 2014 9:15 pm
Reply with quote
Report this post
Probably you have to add float:right also for GT module, but I saw that you set OFFLINE mode :( so I cannot see page
User avatar
Platinum Boarder

GK User
Wed Jan 01, 2014 9:50 pm
Reply with quote
Report this post
Thanks a lot. I sent you an PM with login info. I did not find the configuration that said float right in GTranslate...
User avatar
Gold Boarder

GK User
Thu Jan 02, 2014 8:09 am
Reply with quote
Report this post
Each module is different, so I used this custom CSS code:

Code: Select all
#gkSocial .custom {display:inline;float:right;   }
#gkSocial select {margin-top:10px; margin-right:5px;  }


In Template configuration (Adv Settings tab)
User avatar
Platinum Boarder

GK User
Thu Jan 02, 2014 9:41 am
Reply with quote
Report this post
Thank you. It solved the problem!
User avatar
Gold Boarder


cron