-
AuthorPosts
-
Jackie_chan Friend
Jackie_chan
- Join date:
- September 2006
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
July 25, 2007 at 7:35 pm #121633Hello
I have two questions with modifying this template. I would appreciate if you helped me.
1. How to move the “top menu” under the header (banner images or whatever you call it)?
2. How to get rid of the logo and the web-site tools so the header extends from top of the page and not after the logo? Is it possible to move the logo and web-site tools somewhere else?
Actually the I would like to do the same modifications to Ja_kruger. I would guess it is done in the same way?
Thanks for your help 😎
Menalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
July 25, 2007 at 7:58 pm #225106This requires some css/php/html knowledge if you wanna do all thoose steps.
Have you done any modifications to the templates allready or are they untouched?
If you have done any changes i want you to give me an email with the templates in. Email in my sig.
If not just give us an answer here if they are untouched,Jackie_chan FriendJackie_chan
- Join date:
- September 2006
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 7
- Thanked:
- 1 times in 1 posts
July 26, 2007 at 3:33 pm #225214Thanks for the quick responce
I have not done any changes yet, because first I want to modify the template and then upload it. The other modification besides the header and the logo will be making the template like: Left-Body-Right in three classic columns and not like in original version of the Ja_wistery.
Cheers…
January 6, 2008 at 10:24 am #235872Hello,
I would like to proceed to the same changes in ja-wistery (ie : locate the menu under the rotating banner)
Did you suceed to achieve this ?
Thanks for your answer 🙂
Lionel
PS/ I have made some changes to the template_css and to the index : modification of the bottom side banner (height and text), modification of the height of the logo.
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
January 30, 2008 at 7:03 am #237655Hi all !
move the “top menu” under the header :Cut this code section into index.php file (at about line 124) :
<!-- BEGIN: MAIN NAVIGATION -->
<div id="ja-mainnavwrap" class="clearfix">
<div id="ja-mainnav">
<?php
switch ($ja_menutype) {
case 1: echo $topnav;
break;
case 2:
include($ja_template_absolute_path."/ja_cssmenu.php");
break;
case 3:
echo "<div class="transmenu-inner">";
include($ja_template_absolute_path."/ja_transmenu.php");
echo "</div>";
case 4:
echo $topnav;
break;
}
?>
</div><?php if ($ja_tool) {?>
<div id="ja-usertoolswrap">
<span class="ja-sitetool">Site Tools</span>
<div id="ja-usertools" style="left:<?php echo ($ja_tool==3)?-60:0; ?>px">
<?php genToolMenu($ja_tool); ?>
</div>
</div>
<?php } ?>
</div><?php if ($subnav) { ?>
<div id="ja-subnav" class="clearfix">
<?php echo $subnav; ?>Â
</div>
<?php } ?>
Move this code section under code section ( at about line 162) :
<?php if ( mosCountModules('header') ) { ?>
<div id="ja-sh" class="clearfix">
<?php mosLoadModules('header', -1); ?>
</div>
<?php } ?><!-- paste here -->
-
AuthorPosts
This topic contains 5 replies, has 4 voices, and was last updated by Sherlock 16 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum