Hi,

I build new website using GK Decor template. It will be multilingual but now I'm trying to find where is the "lang" position for the module located. I can't see it. There is no documentation about modules positions for GK Decor - that's why I'm asking.

Regards,
Radek

Hi Radek,

You can try this way:

1 - Open the file: /templates/gk_decor/layouts/default.php

2 - Add this snippet of code which renders the 'lang' position of template to the place you want to show:

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

For example, if you want to show it near the login on top right of the header, you add like this: https://prnt.sc/qlm7oo

Hi saguaros,

This is exactly what I needed! :-)
Thank you very much.

Regards,
Radek

Glad to be of help!

GK Decor is one of our commercial template so to get support + updates for template, pls renew your membership.

Your membership was just expired recently so I made an exception for this case.

Hope you understand.

Write a Reply...
You need to Login to view replies.