Your problem is that you still have the name declared as “catalog.vertnav” ... I’m thinking that should actually be “catalog.leftnav” but when I declare it as that it actually just duplicates the layered navigation on category pages and causes an error on the home page ... I’ll let you know when I figure it out.
Wow, love this thread. Thanks Dan! I am having problems with the CSS styling. I have applied this code to the Modern 1.1.1 Theme, and it will not display the subcategories. Dan makes reference to this in his notes for the CSS,
Note: The css is essentially the same for the horizontal nav, except for two spots. nav_vert and nav_vert li. Notice, we put a width on these two items, which will restrict the category menu to the width of the column, thus creating a vertical, rather than horizontal menu, which doesn’t have a defined width for the line items. You’ll also notice that we created a new container and box for the vertical menu called vertical-nav-container and vertical-nav. these allow for additional markup and styling that can be added to the main boxes.css file. Here, I will leave them blank.
Looking for an assist - I don’t know which CSS code and or file to edit....
i cant seem to get this working on my homepage, i already added the blok in the system>cms>homepage but it doesnt display. Categorie page works perfectly only the index doesnt work.
Added this blok, as you can see i want the nav right.
<reference name="right">
<block type="catalog/navigation" name="catalog.vertnav" template="catalog/navigation/right.phtml" />
</reference>
Sorry, I’ve managed to get this working, however I just want it to show the subcategories of the page your currently in, is there a quick update of this code to enable me to do this?
IE .. I have a category called GIFT SETS, with several sub categories under that, I’d like to simply show all those sub categories in a nav on the right of the page when your currenty in the Gift Sets pages,
I am also interested in having a side menu under the sub categories for each main category on the Left hand side.
IE Say the Header Categories has ‘Baked Goods’ which when clicked brings you to the ‘Baked Goods’ sub-category, I would like that particular category to have just items from the ‘Baked Goods’ section to be shown on the left only.