Categori navogation like JM Galaxite

I want to have the right side category navigation module to be as it appears in JM Galaxite. I do not want to display sub categories by Default. Only when I press (+) sign it should display the subcategory

8 answers

congtq 0.00 $tone July 14, 2010
Public

Hi.
You download js file http://magento-themes.joomlart.com/j…cordion.nav.js and upload to skin/frontend/default/jm_galaxite/js folder on your site.
Then copy this code

Code:

<script type="text/javascript" src="<?php echo $this->getSkinUrl('js/ja.accordion.nav.js') ?>"></script>

to at very end of app\design\frontend\default\jm_morganitetemplate\ page\html\head.phtml file

#1
Profile photo of G T 0.00 $tone July 19, 2010
Public

Hi.
You download js file http://magento-themes.joomlart.com/j…cordion.nav.js and upload to skin/frontend/default/jm_galaxite/js folder on your site.
Then copy this code

Code:

<script type="text/javascript" src="<?php echo $this->getSkinUrl('js/ja.accordion.nav.js') ?>"></script>

to at very end of app\design\frontend\default\jm_morganitetemplate\ page\html\head.phtml file

I was able to do it succesfully. But the main categories are apperaring in bold.How do I make it normal
(http://www.mobilespares.in)

#3
congtq 0.00 $tone July 21, 2010
Public

You try to search

Code:

#ja-sidenav li a {
	color: #333;
	font-weight: bold;
}

and delete line

Code:

font-weight: bold;
#4
Profile photo of thangnn1510 0.00 $tone February 8, 2011
Public

Dear Kriaktiv!

To hide the categories, please set "include to the navigation" parameter when you edit the categories TO ‘no’. You can also add static block to top menu by editing the top.phtml in app\design\frontend\default\jm_orestemplate\catal ognavigation

Hope this helps and good luck!

#8

Please login or Register to Submit Answer

Written By

Comments