[SOLVED]Banner Module Error
November 08 Joomla Templates
- GK User
- Thu Dec 04, 2008 8:23 am
Hi,
Is there any way possible to edit the template so the search bar could fit under a 468 x 60 ad in the Advert 1 module?
Also when I try placing any kind of code in the "banner" module, nothing shows up, but it'll show up if I place it in the "top" module (which I don't want). Any way around that?
Keep up the great work ya'll. This template is amazing.
Is there any way possible to edit the template so the search bar could fit under a 468 x 60 ad in the Advert 1 module?
Also when I try placing any kind of code in the "banner" module, nothing shows up, but it'll show up if I place it in the "top" module (which I don't want). Any way around that?
Keep up the great work ya'll. This template is amazing.
-
- Senior Boarder
- GK User
- Thu Dec 04, 2008 6:22 pm
Thanks.
We apreciate.
Yes, this is a small bug.
Please, open the index.php file on the template directory and find this code:
and replace with:
Now, you can set it on banner position and it will show.
Cheers
We apreciate.
Yes, this is a small bug.
Please, open the index.php file on the template directory and find this code:
- Code: Select all
<div class="us-stand">
<jdoc:include type="modules" name="banner1" style="raw" />
</div>
and replace with:
- Code: Select all
<div class="us-stand">
<jdoc:include type="modules" name="banner" style="raw" />
</div>
Now, you can set it on banner position and it will show.
Cheers
-
- Platinum Boarder
- GK User
- Fri Dec 12, 2008 6:00 pm
It works, but search bar is not in the header bellow, but is hanging bellow..how can I fix this?
-
- Fresh Boarder
3 posts
• Page 1 of 1