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).
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).
-
- Fresh Boarder
- teitbite
- Sat Aug 13, 2016 2:27 pm
-
- Moderator
- GK User
- Mon Nov 07, 2016 9:18 am
Hi
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:
but it does not work
Regards,
Joachim
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
-
- 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.
Where can I see this in action ? I will need to see an example page where this was done.
-
- 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
I added to override.css:
and:
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;*/
}
-
- Senior Boarder
- GK User
- Mon Nov 14, 2016 9:48 am
-
- Senior Boarder
- teitbite
- Wed Nov 16, 2016 12:04 pm
Hi
Ok. Great to hear it Closing this thread than.
Ok. Great to hear it Closing this thread than.
-
- Moderator
7 posts
• Page 1 of 1