Language switcher module position

GK User
Thu Aug 11, 2016 5:15 pm
Hi,
I'd like to change Language switcher module position. Orginally it's on the bottom of page. I don't think it is proper place. It will be better if such language switcher will be placed on the top.
Tell me please how to change that and put it next to main menu or logo or at the very beginning, I mean before first header position (first line of the page).
User avatar
Fresh Boarder

teitbite
Sat Aug 13, 2016 2:27 pm
User avatar
Moderator

GK User
Mon Nov 07, 2016 9:18 am
Hi
teitbite wrote:Please read this article: https://www.gavick.com/documentation/jo ... her-module


according to the instructions in the template news refreshed I wanted to customize the module falang language switcher. I added to the file override.css code:
Code: Select all
#gkUserArea div.custom {float: left;}
div.mod-falang {float: left;}


but it does not work :(
Regards,
Joachim
User avatar
Senior Boarder

teitbite
Fri Nov 11, 2016 2:49 pm
Hi

Where can I see this in action ? I will need to see an example page where this was done.
User avatar
Moderator

GK User
Sat Nov 12, 2016 6:26 am
Hi
partly done, but not all of the menu can be seen well (mobile).
http://dfk.stolarzowice.info/pl/
gk_news/layout/default.php line 100/101
Code: Select all
          </div>
          <?php endif; ?>
          <jdoc:include type="modules" name="lang" style="none" />   
          <?php if($this->API->get('show_menu', 1)) : ?>
          <div class="gkMainMenu">

I added to override.css:
Code: Select all
.mod-languages ul.lang-inline, .mod-languages ul.lang-block {
    display: inline-block;
    float: right;
    padding: 13px;
}

and:
Code: Select all
#gkUserArea {
   float: right;
   /*margin-left: 2.5rem;*/
}
User avatar
Senior Boarder

GK User
Mon Nov 14, 2016 9:48 am
Hi
problem solved:
Code: Select all
    #gkUserArea {
       float: right;
       margin-left: 0;
    }

Regards,
Joachim
User avatar
Senior Boarder

teitbite
Wed Nov 16, 2016 12:04 pm
Hi

Ok. Great to hear it :) Closing this thread than.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.