How to change the menu module positions

Social Joomla! template ideal to promote activities and discussion at various levels with JomSocial support.
GK User
Fri Apr 23, 2010 11:31 am
Hi, does any body know how to swap the default module positions

Currently I have the Main Menu in the default menu module position and I have a large image in the Banner position.

How can I swap these two around so the current image is where the menu is and the current menu where the image is?

Please see the attached image

Thanks for your help.
User avatar
Fresh Boarder

GK User
Mon Apr 26, 2010 6:02 pm
Anybody....please help
User avatar
Fresh Boarder

teitbite
Tue Apr 27, 2010 2:14 pm
Hi

Please go to templates/gk_quay/layout/blocks/gk_header.php

There You can find the code for mainmenu:

Code: Select all
      <div id="horiz-menu" class="clearfix">
         <?php echo $this->main_navigation;?>
      </div>


Please just cut it and paste in a place You would like to have it :)
User avatar
Moderator

GK User
Thu Apr 29, 2010 4:21 pm
Thanks a lot that works perfect now :woohoo:
User avatar
Fresh Boarder

GK User
Mon Aug 16, 2010 11:59 am
How can i move the meny from the standard place to the breadcrumb position?

Thanks in advance.
User avatar
Fresh Boarder

teitbite
Mon Aug 16, 2010 2:45 pm
Hi

The easiest way is to cut it directly from the code and paste in desired area.
User avatar
Moderator

GK User
Mon Aug 16, 2010 8:05 pm
But where can i find the breadcrum position in this case, i am trying here but couldnt find it.
User avatar
Fresh Boarder

teitbite
Thu Aug 19, 2010 4:11 pm
Hi

templates/gk_quay/layouts/skeletons/ and the file You did choose for Your template.
User avatar
Moderator


cron