-
AuthorPosts
-
December 2, 2008 at 5:46 pm #135872scotty Friend
scotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
December 2, 2008 at 8:23 pm #280992I presume you are not going to use the Font tools or Search Module?
BACKUP FILES BEFORE MODIFYING !!!Open ja_trona/index.php and find on line 131….
[php]<?php if ($this->countModules(‘user4’)) { ?>
<div id=”ja-search”>
<jdoc:include type=”modules” name=”user4″ style=”raw” />
</div>
<?php } ?>[/php]Start a new blank line immediately BEFORE this and add…[php] <!– BEGIN: TOP BANNER –>
<div id=”top-banner”>
<jdoc:include type=”modules” name=”top-banner” />
</div>
<!– END: TOP BANNER –>[/php]Open ja_trona/templateDetails.xml and find….<positions>
<position>hornav</position>
Change this to…
<positions>
<position>top-banner</position>
<position>hornav</position>
Open ja_trona/css/template.css and near the end add…
/* Top Banner */
#top-banner {
height: 60px;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
top: 78px;
width: 468px;
}
Don’t forget to refresh your browser cache by holding SHIFT and clicking Refresh when you look at the site.If you do still intend on using Font tools or the search module then we will have to make more changes.
When publishing your module place it in position ‘top banner’
AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 2 voices, and was last updated by scotty 15 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to put banner ?
Viewing 2 posts - 1 through 2 (of 2 total)