Now I want to create a multi-level left navigation and corresponding bread crumb with following structure:
(A) Bread Crumb: Home -> Category1 with following Left Navigation:
Category1 Category2 Category3
(B) When User clicks Category 1, the left navigation will display, only subcategories of Category 1. Category 1 can have subcategories and pages. Like this:
(C) Similar to (B), if user clicks Subcategory 1, it should display only pages and subcategories of Subcategory 1. So, the bread crumb will be: Home -> Category1 -> SubCategory1
I would really appreciate any help in this. I am using the following XSLT but it displays the level 2 categories always. i.e. Category1, Category2 etc.
Multi level Menu overwriting the parent
Hi,
I am new to umbraco and this is my first project I am working on. I have the following directory structure in content section of umbraco admin:
<root>
-<ParentCategory1>
-<ParentCategory2>
--<Category1>
---<SubCategory1>
---<SubCategory2>
---<SubCategory3>
--- SubPage1
--- SubPage2
--<Category2>
--<Category3>
-<ParentCategory3>
Now I want to create a multi-level left navigation and corresponding bread crumb with following structure:
(A) Bread Crumb: Home -> Category1 with following Left Navigation:
Category1
Category2
Category3
(B) When User clicks Category 1, the left navigation will display, only subcategories of Category 1. Category 1 can have subcategories and pages. Like this:
Subcategory 1
SubCategory 2
SubPage 1
SubPage2
SubCategory 3
(C) Similar to (B), if user clicks Subcategory 1, it should display only pages and subcategories of Subcategory 1. So, the bread crumb will be: Home -> Category1 -> SubCategory1
I would really appreciate any help in this. I am using the following XSLT but it displays the level 2 categories always. i.e. Category1, Category2 etc.
Thanks
D
I figured it out. There is a template already to do this - Sub Level from current page.
Thanks
D
is working on a reply...