Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • stefpapas Friend
    #138427

    I’m using the ja Zinc template and I can’t figure out how to remove the mainmenu display from the header of my template (example: at the top next to User4 in the live demo). I’ve toyed with the code a bit but that didnt do anything other than un-style it. Ultimately, I wish to place a new module position in its place.

    Any suggestions?
    thx in advance

    cjmicro Friend
    #292851

    In the edit template area, click on edit the html to open the index.php file.

    there is a section
    <!– BEGIN: MAIN NAVIGATION –>
    <?php if ($tmpTools->getParam(‘ja_menu’) != ‘none’) : ?>
    <div id=”ja-mainnavwrap”>

    <div id=”ja-mainnav” class=”clearfix”>
    <?php if ($jamenu) $jamenu->genMenu (0); ?>

    <?php if ($this->countModules(‘user4’)) { ?>
    <div id=”ja-search”>
    <jdoc:include type=”modules” name=”user4″ style=”raw” />
    </div>
    <?php } ?>

    </div>

    </div>
    <?php endif; ?> –>
    <!– END: MAIN NAVIGATION –>

    Just insert what you want there.

    Cheryl

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

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

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