test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • skygri Friend
    #119585

    Hello,

    I’m trying almost 4 hours to solve the problem with header just to not bother to you but i just don’t know how to make it and i needed to post this at forum.
    I’ve attached picture and if someone can help me to make header like this i’ll be very gratefull.
    My msn is grizovic@hotmail.com


    1. pic2
    Hung Dinh Friend
    #217478

    Do you want to run the banner modules on header or just 3 static images linking to specific url?

    skygri Friend
    #217480

    Hi Hung

    This big one is not static and other 2 are static banners. I’m waiting whole day for someone to solve my problem 🙂

    Hung Dinh Friend
    #217516

    You need to customize the folowing code in index.php

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">
    <h1>
    <a href="index.php">
    <img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $ja_color; ?>.jpg" alt="<?php echo $mosConfig_sitename?>" />
    </a>
    </h1>

    <div id="ja-topnavwrap" class="clearfix">
    <?php mosLoadModules ( 'user3', -1 ); ?>
    </div>

    <?php if (mosCountModules('user4')) {?>
    <div id="ja-search">
    <?php mosLoadModules ( 'user4', -1 ); ?>
    </div>
    <?php } ?>

    </div>
    </div>
    <!-- END: HEADER -->

    Which can be something like

    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap">
    <div id="ja-header" class="clearfix">
    <h1>
    <a href="index.php">
    <img src="<?php echo $ja_template_path;?>/images/logo-<?php echo $ja_color; ?>.jpg" alt="<?php echo $mosConfig_sitename?>" />
    </a>
    </h1>

    <div id="banner" class="clearfix">
    <?php mosLoadModules ( 'banner', -1 ); ?>
    </div>

    <div id="ja-static-image1">
    Image codes goes here
    </div>
    <div id="ja-static-image2">
    Image codes goes here
    </div>

    </div>
    </div>
    <!-- END: HEADER -->

    You may need to add extra css setting for #banner, #ja-static-image1 and #ja-static-image2
    skygri, this is not a problem but a customization, you will need basic HTML skill to customize to suite your need

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Hung Dinh 17 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum