Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • spencermjax Friend
    #130044

    Is it possible when using the split menu to keep the dropdown bar visible at all times even if a link does not have sub-links?

    Sherlock Friend
    #255749

    Hi spencermjax !
    You can keep it following way :
    Open index.php file in template/ja_nerine folder , find following code section at about line 142 :


    <?php if ($hasSubnav) {?>
    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($tmpTools->getParam(JA_TOOL_MENU) == 1) $jamenu->genMenu (1);
    if ($tmpTools->getParam(JA_TOOL_MENU) == 4) $jamenu->genMenu (1);
    ?>
    </div>
    </div>
    <?php } ?>

    change to :


    <?php //if ($hasSubnav) {?>
    <div id="ja-subnavwrap">
    <div id="ja-subnav" class="clearfix">
    <?php
    if ($tmpTools->getParam(JA_TOOL_MENU) == 1) $jamenu->genMenu (1);
    if ($tmpTools->getParam(JA_TOOL_MENU) == 4) $jamenu->genMenu (1);
    ?>
    </div>
    </div>
    <?php //} ?>

    then open template.css file in templates/ja_nerine/css folder , find following code section at about line 879 :


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

    change to :


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

    spencermjax Friend
    #255844

    Wow that was easy. Thanks for your help!

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

This topic contains 3 replies, has 2 voices, and was last updated by  spencermjax 15 years, 10 months ago.

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