Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • chhaviwebnxt Friend
    #131375

    I am using split menu in Ja Corona..

    by default the sub menu of main menu appears just below Main menu. But I want to put it in Left Position.. like any other template.. How do I ?

    please help , it is very imp. for me:((

    Sherlock Friend
    #262808

    You open index.php file in templates/ja_corona folder , find following code section at about line 125 :


    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php }else if($ja_menutype == 'dropline'){
    ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>

    you cut that code section and paste to :


    <div id="ja-col1">
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div>

    to :


    <div id="ja-col1">
    <div class="moduletale_menu">
    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php }else if($ja_menutype == 'dropline'){
    ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    </div>
    <jdoc:include type="modules" name="left" style="xhtml" />
    </div>

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

This topic contains 2 replies, has 2 voices, and was last updated by  Sherlock 16 years, 1 month ago.

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