-
AuthorPosts
-
February 14, 2007 at 3:41 am #118776
This is a double post of sorts, the first one was in the wrong place… Sorry :((
I am trying to add the JA_Header module to Sargas, and my lack of skills is proving to be an issue. I can trouble shoot oscommerce, but changing things and making things different is something else.
I would like to have the header module replace the current Sargas header, but still be under the transmenu. Here is how far I have gone: http://www.funtasticaltoys.com/index.php
Anyone have any ideas?
Thanks in advance :-*
February 14, 2007 at 5:16 am #214600Ok, I am getting it closer, but I still can not figure out how to make the menu float on top of the ja_header. Nor the search box for that matter. Likewise for making it full width or at least adding side images to fill it all in. This adds to my belief that you are coding wizards, as it is so over-my-head..
Currently here is my index.php:
<!-- BEGIN: HEADER -->
<a name="Top" id="Top"></a>
<div id="ja-header" class="clearfix">
<!-- BEGIN: MAIN NAVIGATION -->
<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:
include($ja_template_absolute_path."/ja_transmenu.php");
break;
case 4:
echo $topnav;
break;
}
?><?php if ($ja_menutype==1 && $subnav) { ?>
<div id="ja-subnav">
<?php echo $subnav; ?>
</div>
<?php } ?><?php if ($ja_menutype==4 && $subnav) { ?>
<div id="ja-subnavdl">
<?php echo $subnav; ?>
</div>
<?php } ?></div>
<!-- END: MAIN NAVIGATION -->
<?php if( mosCountModules('header') ) {?>
<div id="headerwrap" class="clearfix">
<?php mosLoadModules('header', -1); ?>
<?php } ?>
<div id="ja-sh">
<?php if ($ja_tool || mosCountModules('user4')) {?>
<div id="ja-usertoolswrap">
<div id="ja-usertools">
<?php genToolMenu($ja_tool & 1); /*screen tool*/ ?>
<?php genToolMenu($ja_tool & 2); /*color tool*/ ?>
<?php if (mosCountModules('user4')) {?>
<div id="ja-search">
<?php mosLoadModules ( 'user4', -1 ); ?>
</div>
<?php } ?>
</div>
</div>
<?php } ?>
</div>
</div>
</div>
</div><!-- END: HEADER -->
-
AuthorPosts
This topic contains 2 replies, has 1 voice, and was last updated by jwm931 17 years, 9 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum