Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • inetworking Friend
    #166717

    I want to remove the top menu and just stay with the left, remove or disable as:confused:

    http://www.inetworkingdemo.com/aepcat/

    thanks


    1. sinmenu
    khoand Friend
    #403093

    Hi,
    You login backend > Extensions > Template Manager > ja_edenite > LAYOUTS.Edit Default. You remove this code

    <block name="mainnav" type="mainnav"></block>

    inetworking Friend
    #403103

    I’m sorry but I do not understand the last part to be concerned.:confused:
    html edit or css edit , if possible better tell me where this particular file and delete that code directly.

    khoand Friend
    #403114

    You find this code from /templates/ja_edenite/css/template.css in the line #753

    #ja-mainnavwrap {
    background: url(../images/shadow.gif) repeat-x bottom;
    height: 37px;
    position: relative;
    z-index: 999;
    display: none; < add this line
    }

    Phill Moderator
    #403119

    Are you using the Joomla 1.5 or the J1.6 version of the template?

    inetworking Friend
    #403133

    worked by now if

    Phill Moderator
    #403135

    The details Khoand posted above are for the J1.6 version which is a very different beast as it uses the T3 engine. This should be very simple. I am downloading and installing JA Edenite for J1.5 now. I’ll get back to you shortly.

    Phill Moderator
    #403136

    Hmm, desktop is playing up so I cannot test this. It should work though.

    Open templates>ja_edenite>index.php and delete or comment out all of the following code.

    <!-- BEGIN: MAIN NAVIGATION -->
    <div id="ja-mainnavwrap">
    <div id="ja-mainnav">
    <?php $jamenu->genMenu (0); ?>
    </div>
    <?php if ($this->countModules('user4')) { ?>
    <div id="ja-search">
    <jdoc:include type="modules" name="user4" style="raw" />
    </div>
    <?php } ?>
    </div>
    <?php if ($hasSubnav) { ?>
    <div id="ja-subnav" class="clearfix">
    <?php $jamenu->genMenu (1,1); ?>
    </div>
    <?php } ?>
    <!-- END: MAIN NAVIGATION -->

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

This topic contains 8 replies, has 3 voices, and was last updated by  Phill 13 years, 3 months ago.

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