Changing banner position

GK User
Sat Mar 19, 2011 8:40 am
Hi, could anybody tell me how can i move bunne1 and banner2 positions to other places?
***
I can't find the right css file where can i do this:blush:
User avatar
Fresh Boarder

GK User
Sat Mar 19, 2011 7:15 pm
The positions are defined in php files responsible for layout blocks of the page. The banner1, banner2 position you should find in templatelayoutsblockheader.php
User avatar
Platinum Boarder

GK User
Sun Mar 20, 2011 5:05 am
Thank you, bkrztuk. But, i think, this file just call modules to display:
<?php if( $this->countModules('banner1')) : ?>
<div id="banner1" class="clear clearfix">
<jdoc:include type="modules" name="banner1" style="gavickpro" />
</div>

I can not find where modules position difinds:(
And there are not banner2.
User avatar
Fresh Boarder

GK User
Sun Mar 20, 2011 5:11 am
layouts/default.php:
<div id="mainPage" class="main">
<!-- BANNER 2 MODULE -->
<?php if( $this->countModules('banner2') ): ?>
<div id="banner2" class="clearfix clear">
<jdoc:include type="modules" name="banner2" style="none" />
</div>

How can i move it?:blush:
User avatar
Fresh Boarder

GK User
Fri Mar 25, 2011 6:07 pm
Thank you, bkrztuk, nothing help :(
User avatar
Fresh Boarder

GK User
Sat Mar 26, 2011 1:52 am
Hi

It depends... were do you want it?
User avatar
Platinum Boarder

GK User
Sat Mar 26, 2011 8:01 pm
i respect & appreciate ALL my customers EVERYWHERE, Seichinha, independently of their status in my CRM :-)
***
i'v alrady solved the problem another way. Thank you for teaching me a lesson.
User avatar
Fresh Boarder


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.