How to Change/Add RIGHT-TOP position

GK User
Tue May 24, 2011 12:21 pm
Hi guys,

I'm using Pixellove template for my current website, as you know, the default template only has Left_top position. I would like to either create a similar one which is on the Right hand side or create a new one that is on the Right hand side. Can anyone help me with it? Thanks in advance.


Regards
Edge
User avatar
Fresh Boarder

GK User
Tue May 24, 2011 6:35 pm
this is a customization, and we can't help you with that...

i let the topic stay open, maybe the community can help :)
User avatar
Platinum Boarder

GK User
Tue May 24, 2011 6:35 pm
and welcome to gavick..
User avatar
Platinum Boarder

GK User
Tue May 24, 2011 8:41 pm
Hi, all you need to do is to change order of code in templates/gk_pixellove/layouts/default.php at the line 79-80 from:

<?php $this->loadBlock('left') ?>
<?php $this->loadBlock('main') ?>

to

<?php $this->loadBlock('main') ?>
<?php $this->loadBlock('left') ?>

and you'll have a template with right column instead of left. Hope that is what you need.
User avatar
Senior Boarder

GK User
Wed May 25, 2011 9:37 am
this is not needed... if you see this page, you can see you can make right colum also..

but if you want left and right, it's alot more work ...

http://demo.gavick.com/joomla15/apr2011 ... &Itemid=60
If you want to get a right column layout you can use right layout instead default:
User avatar
Platinum Boarder

GK User
Wed May 25, 2011 8:21 pm
Thanks guys, i think i can use that 'right layout' for now.
User avatar
Fresh Boarder


cron