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:
***
I can't find the right css file where can i do this:blush:
-
- 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
-
- Platinum Boarder
- GK User
- Sun Mar 20, 2011 5:05 am
Thank you, bkrztuk. But, i think, this file just call modules to display:
I can not find where modules position difinds:(
And there are not banner2.
<?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.
-
- Fresh Boarder
- GK User
- Sun Mar 20, 2011 5:11 am
layouts/default.php:
How can i move it?:blush:
<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:
-
- Fresh Boarder
- GK User
- Fri Mar 25, 2011 6:07 pm
Thank you, bkrztuk, nothing help
-
- Fresh Boarder
- GK User
- Sat Mar 26, 2011 1:52 am
Hi
It depends... were do you want it?
It depends... were do you want it?
-
- 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.
***
i'v alrady solved the problem another way. Thank you for teaching me a lesson.
-
- Fresh Boarder
7 posts
• Page 1 of 1