Language Module Chooser on the Frontpage

GK User
Mon Mar 23, 2015 5:43 am
Hello, do you have a module position dedicated for choosing language on the frontpage?
Ideally under the frontpage menu top corder right if possible.

http://www.mauzaza.com/id/

Thank you
Regards
User avatar
Platinum Boarder

GK User
Mon Mar 23, 2015 7:19 am
Here you can find all available module positions:
https://demo.gavick.com/joomla25/univer ... -positions
User avatar
Moderator

teitbite
Tue Mar 24, 2015 6:30 pm
Hi

I was asked to join this conversation by our sales department :) There is no module position for this purpose, but please follow this instruction to create a new one. Than I'll help You to position it better.

https://www.gavick.com/documentation/jo ... e-switcher
User avatar
Moderator

GK User
Thu Mar 26, 2015 10:26 am
Hi Teitbite, thank you for your reply.

I followed the instructions and got the module the top menu using the GK Menu extended parameters.

The only thing that's left is the CSS tweaking. I gave the module a suffix, now I have the class mod-languagesmenu1-lang for this item.

I would like to have the flags positionned horizonally. Now they are positionned vertical and it brings down my top menu and clashes with the search bar on pages other than the frontpage.

Any clues?
http://www.mauzaza.com/en/supplements/n ... 00-tablets

Thanks
User avatar
Platinum Boarder

teitbite
Sat Mar 28, 2015 12:01 pm
Hi

Try with this code:

Code: Select all
ul.lang-inline li {
    display: inline-block;
    margin: 0 5px;
}


But. This is not the best place to put it. Try place it outside of menu div entirely. This menu will be removed for mobile views, so no option to change language there if You leave it like that.
User avatar
Moderator


cron