Multiple menu modules

Well-designed restaurant Joomla template with parallax effect.
GK User
Wed Nov 05, 2014 6:06 am
Hi,

I added another module position below bottom2 named bottom 2_1. I can see the module in correct position but for some reason the actual menu item colums (food name colums) are spread all the way from left side of page to the right => too wide! At the moment they have identical content and bottom2 is 1230px wide and bottom2_1 is 1903px wide. I want them to bee the same. Seems like div.content.gkPage is missing from bottom2_1. Any idea how to fix this?

Thanks in advance!
User avatar
Fresh Boarder

GK User
Wed Nov 05, 2014 7:25 am
Could you please post an url to your site?
User avatar
Moderator

GK User
Wed Nov 05, 2014 9:06 am
Cyberek wrote:Could you please post an url to your site?


http://www.identity.fi/OC/

There you go.
User avatar
Fresh Boarder

GK User
Wed Nov 05, 2014 5:15 pm
You need to modify this file:
Code: Select all
templates/gk_steakhouse/html/modules.php

And add your custom module name to this "if" statement:
Code: Select all
      if(
         (
            $attribs['name'] == 'top1' ||
            $attribs['name'] == 'top2' ||
            $attribs['name'] == 'bottom1' ||
            $attribs['name'] == 'bottom2' ||
            $attribs['name'] == 'bottom3' ||
            $attribs['name'] == 'bottom4' ||
            $attribs['name'] == 'bottom5' ||
            $attribs['name'] == 'bottom6'
         ) &&
         $attribs['modnum'] == 1
      ) {
         $gkPage = true;
      }
User avatar
Moderator

GK User
Wed Nov 05, 2014 6:25 pm
Thank you very much!
User avatar
Fresh Boarder

GK User
Wed Nov 05, 2014 6:27 pm
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron