Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sfpkent Friend
    #138713

    Hi,

    I have never experienced this before.

    When I create a submenu under main menu, another menu call “on this page” automatically created for me??? What is that??

    I have checked main menu, module manager, menu manager, no such thing there. I have attached the problem.

    Here is the link:
    http://lintas-tech.com.my/index.php?option=com_content&view=article&id=88&Itemid=91

    Pls help! Thanks!


    1. onthispage
    jsliao Friend
    #294138

    hi, this submenu is hardcoded into index.php. to remove it:

    open templates/ja_zeolite/index.php

    goto line 195

    <?php if ($hasSubnav) : ?>
    <div id="ja-subnav" class="module_menu"><div><div><div>
    <h3>On this page</h3>
    <?php if ($jamenu) $jamenu->genMenu (1,1); ?>
    </div></div></div></div>
    <?php endif; ?>

    delete the above code

    your code should look something like:

    <!-- BEGIN: LEFT COLUMN -->
    <div id="ja-col1">
    <div class="ja-innerpad">

    <jdoc:include type="modules" name="left" style="rounded" />

    </div>
    </div><br />
    <!-- END: LEFT COLUMN -->

    sfpkent Friend
    #294140

    Hi,

    thank you very much, it works well. 🙂

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

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

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