Hello,
Happy new 2022, wish you all the best for your team.

I use multilanguage function on my website https://desorganisation.org

For first i use original "lang" position for "Language Switcher" module, but the position is down on site and not look good and functional.
Look

At this time i use position "menu_footer", but she is not visible on mobile.
Look

The simple solution is to:
1. move lang position under the logo OR
2. Make visible menu_footer position

Thanks in advance.

    milesaway

    Hi
    Can u check it now
    I added lang position below logo
    in index.php file in layout folder of template

    <?php if($this->API->modules('lang')) : ?>
      <div id="gkLang" class="clearfix">
      	<jdoc:include type="modules" name="lang" style="none" />
      </div>
    	<?php endif; ?>

    sidebar menu not show on PC so position not display for both views.

    Let me know your views

      Ninja

      10 a lot, but i need to center lang, under the logo and remove lang from bootom of page.

      Thanks in advance for help

        milesaway
        Hi
        Open template folder /layout/footer.php
        remove this code

        <?php if($this->API->modules('lang')) : ?>
          <div id="gkLang" class="clearfix">
          	<jdoc:include type="modules" name="lang" style="none" />
          </div>
        	<?php endif; ?>

        add this code in override css

        #gkLang {text-align:center; padding:10px;}

          milesaway
          You are welcome!

          Kindly keep the changes save for these file when u update the template.

          Ninja locked the discussion.
          Write a Reply...
          You need to Login to view replies.