Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • skyjuice Friend
    #126399

    Hi guys

    may i know how i can enabled the submenu bar – evendo im using dropdown menu or suckerfish.

    i attach pic of my current menu.

    i hope to get good respond from mod.


    1. nernia
    2. nernia2
    skyjuice Friend
    #241875

    erm… its already 11 / 3 / 2008 and still no respond..

    Michael Casha Friend
    #242089

    Hi Mate,

    Just create a menu item, and where you see a list of your other menu options, click on the option that you want the new menu item to be a sub menu of.

    For more info check http://www.joomla.org

    skyjuice Friend
    #242090

    hi bro, its kinda hard to explain

    can you take alook an image attachment i put on the first post.

    actually i want to keep the bar even do i select suckerfish menu.

    any solution on this ?

    Hung Dinh Friend
    #242091

    Hi skyjuice,
    There is no way to use the combined menus as you wishes without a heavy cusomization to the menu system. However, I also suggest not display 2 navigations system in one page.

    Menalto Friend
    #242161

    If i understand it correct you want just the red bar to show up below the main menu?
    This here is untested,but try this:
    Find this code in the index.php:

    <?php if ($subnav) {?>
    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 4) echo $subnav;
    ?>
    </div>
    </div>
    <?php } ?>

    And change it to this:

    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 4) echo $subnav;
    ?>
    </div>
    </div>

    skyjuice Friend
    #242171

    <em>@Menalto 44413 wrote:</em><blockquote>If i understand it correct you want just the red bar to show up below the main menu?
    This here is untested,but try this:
    Find this code in the index.php:

    <?php if ($subnav) {?>
    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 4) echo $subnav;
    ?>
    </div>
    </div>
    <?php } ?>

    And change it to this:

    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 4) echo $subnav;
    ?>
    </div>
    </div>

    </blockquote>

    @hung Dinh : There is no way to use the combined menus as you wishes without a heavy cusomization to the menu system. However, I also suggest not display 2 navigations system in one page. — i didnt want to use 2 navigation system in one page actually but i want that sub navigation bar to appear when i select Drowdown or Suckerfish menu.

    here i put a large picture of it and how its supposed to be look like.

    @menalto : ya that what i want, i already try your tips but sadly its not work.


    1. image1
    mj1256 Friend
    #242224

    I’m trying to figure out what you want too 🙂

    if you want the bar to only show if a menu item is selected, but have no actual menu items on that bar, try this

    make a new menu item using Separator / Placeholder, enter alt255 (thats an ascii code space) into the
    Pattern/Name: spot, then make it a sub of the each main menu item and viola, your bar will appear with no menu items when ever a top level menu item is selected.

    Sherlock Friend
    #242254

    Find this code in index.php

    <?php if ($subnav) {?>
    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 4) echo $subnav;
    ?>
    </div>
    </div>
    <?php } ?>

    Change to

    <?php //if ($subnav) {?>
    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($ja_menutype == 1) $jasplmenu->genMenu (1);
    if ($ja_menutype == 4) echo $subnav;
    if ($ja_menutype == 2) echo '<div class="sublevel" heihgt="40px"> </div>';
    ?>
    </div>
    </div>
    <?php //} ?>

    And go to template_css.css, find this code

    #ja-subnavwrap {
    background: #1F1F1F;
    }

    Change to

    #ja-subnavwrap {
    background: #1F1F1F;
    height : 25px;
    }

    You can change 25px to height as you want.
    Hope can hep.

    skyjuice Friend
    #242363

    thank you nguoiabcd its REALLY WORKING now 🙂 i really appreciate it. THANK YOU AGAIN 🙂

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

This topic contains 10 replies, has 6 voices, and was last updated by  skyjuice 16 years, 2 months ago.

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