Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • EduardMarghidan Friend
    #117356

    Hi,

    I would like to insert a flash file instead of using the 3 header images currently beeing used.

    #Header images: you can add more subheader images. Please refer to User Guide for full information
    $ja_header_images = array(‘sh01.jpg’,’sh02.jpg’,’sh03.jpg’); // Each sub header image will be assigned to each menu

    How would I go abot doing this?

    Any help is great….

    Hung Dinh Friend
    #210916

    All you need is to open the index.php file of the template and replace these codes:


    <div id="ja-sh-wrap1">
    <div id="ja-sh-wrap2">
    <div id="ja-sh-wrap3">
    <div id="ja-sh" class="clearfix" style="background:url(<?php echo "$ja_template_path/images/$ja_color/$ja_headerimg"; ?>) no-repeat top right; ">

    <div id="ja-topnav">
    <?php
    switch ($ja_menutype) {
    case 1: echo $topnav;
    break;
    case 2:
    include("ja_cssmenu.php");
    break;
    case 3: include("ja_transmenu.php");
    break;
    case 4: include("ja_droplinemenu.php");
    break;
    }
    ?>
    </div>

    <script type="text/javascript">initPNGTrans();</script>

    </div>
    </div>
    </div>
    </div>

    This changes can affect heavily on the menu navigation system and I will not recommend using flash in this area 🙁

    samcartri3 Friend
    #211008

    “replace this code” ??

    with what?
    thanx

    Hung Dinh Friend
    #211013

    ”replace this code” ??

    with what?
    thanx</blockquote>
    Of course with your “flash file” codes 😉

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

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

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