-
AuthorPosts
-
July 26, 2011 at 10:19 am #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
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 26, 2011 at 10:36 am #403093Hi,
You login backend > Extensions > Template Manager > ja_edenite > LAYOUTS.Edit Default. You remove this code
<block name="mainnav" type="mainnav"></block>
July 26, 2011 at 11:32 am #403103I’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 Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
July 26, 2011 at 12:36 pm #403114You 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
July 26, 2011 at 1:02 pm #403119Are you using the Joomla 1.5 or the J1.6 version of the template?
1 user says Thank You to Phill for this useful post
July 26, 2011 at 2:42 pm #403133worked by now if
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
July 26, 2011 at 2:47 pm #403135The 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 ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
July 26, 2011 at 2:50 pm #403136Hmm, 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 -->AuthorPostsViewing 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
remove top menu
Viewing 8 posts - 1 through 8 (of 8 total)