Lang module position

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Apr 15, 2013 8:17 pm
Reply with quote
Report this post
First of all wanna thank you guys for super template , was on the e-sport template and just worked on the mobile template for my site .... And look at this .... Perfect responsive template :)

Now back to questions :
1. How to move Lang module from bottom to header or above header ?
2. Tried to make pagetop module for - call us 5041.... ( phone nr like in e-sport) all did like in your explanation http://www.gavick.com/documentation/joo ... -position/ - module didn't show up :(
3. Is it possible to make responsive module for Facebook like box ( right now using gk fb 1.4 or gk5 )
I'm using 1000 weight for like box and wanna make it responsive for iPad and iPhone )

Testing on the www.ledlux.eu/test12

Thank you
User avatar
Fresh Boarder

Konrad M
Wed Apr 17, 2013 7:21 am
Reply with quote
Report this post
Hi,
1. Please go to layouts/default.php and find:
Code: Select all
<?php if($this->API->modules('lang')) : ?>
       <div id="gkLang">
          <div class="gkPage">
               <jdoc:include type="modules" name="lang" style="<?php echo $this->module_styles['lang']; ?>" />
            </div>
       </div>
       <?php endif; ?>

This code for lang module now you need to cut it and paste before header. Probably you will need to add some styling.

2. Please try use this code for new module position:
Code: Select all
<?php if($this->API->modules('myposition')) : ?>
<div>
<jdoc:include type="modules" name="myposition" style="<?php echo $this->module_styles['myposition']; ?>" />
</div>
<?php endif; ?>


3. I don't thin so.
User avatar

GK User
Wed Apr 17, 2013 2:57 pm
Reply with quote
Report this post
thank you for reply Konrad.
1. moved Lang module position before the header and on the front page it covered with image , and if i go to the next menu it jumpes down after main menu :)
2. login - no popup only linked po the login page but want it with popup , where to search this problem ?
3. cart button - after pressing only blank black space where must be my Cart / empty cart , again where to find it please

http://www.ledlux.eu/test12
User avatar
Fresh Boarder

Konrad M
Thu Apr 18, 2013 3:37 pm
Reply with quote
Report this post
1. I see that you put this down again. I can't check it.
2. To make login working you have to add to title 'login'. You can do this in menu item settings.
3. I think if you make step 2 you will fix it too.
User avatar


cron