-
AuthorPosts
-
June 24, 2010 at 3:54 pm #152032
Hello,
I would like to have a wide picture or a flash-banner under the logo and above the main menu. I need a different picture/banner in each page.
I tried to add a new module position inside the header area (in header.php), but could not position the new block in the right place (it covered the logo).I’ll be greatfull if anyone can instruct me
Thanks!
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 25, 2010 at 9:50 am #348082Hello eliahu!
Pls open the file header.php and find codes:
and replace:
[PHP]
<?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
[/PHP]
[PHP]
<?php if ( $this->countModules(‘header-right’)) { ?>
<div id=”ja-header-right”>
<jdoc:include type=”modules” name=”header-right” style=”xhtml” />
</div>
<?php } ?>
<?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
[/PHP]and then you add the following css codes into the template.css file:
#ja-header-right {
position:absolute;
top:0;
right:200px;
}After done you put module on the “header-right” position. if you have any problems pls contact with me
Thanks
June 25, 2010 at 12:04 pm #348104<em>@tienhc 184121 wrote:</em><blockquote>Hello eliahu!
Pls open the file header.php and find codes:
and replace:
[PHP]
<?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
[/PHP]
[PHP]
<?php if ( $this->countModules(‘header-right’)) { ?>
<div id=”ja-header-right”>
<jdoc:include type=”modules” name=”header-right” style=”xhtml” />
</div>
<?php } ?>
<?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
[/PHP]and then you add the following css codes into the template.css file:
#ja-header-right {
position:absolute;
top:0;
right:200px;
}After done you put module on the “header-right” position. if you have any problems pls contact with me
Thanks</blockquote>
Hello Tienhc,
Thank you for your reply!
I’m afraid the problem is not solved yet – please look at the enclosed screenshot.
8217
Maybe it was not clear that I want the new position to be under the main logo area, and above the mainnav., sufficient for a full-width banner.
Thanks again
Eliahu
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 26, 2010 at 9:00 am #348158hello,
I’ve made some changes in the css and solved the problem.
Thank you for your assistance!
Eliahuteam_phenomenon Friendteam_phenomenon
- Join date:
- October 2009
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 4
August 7, 2010 at 7:27 pm #351977Well how about posting the changes you made?, so everyone else who has the same problem can fix it. I too have been running into this issue.
AuthorPostsViewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 3 voices, and was last updated by team_phenomenon 14 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
How to add position to Zeolite II header, above mainnav and under the logo
Viewing 6 posts - 1 through 6 (of 6 total)