Category menu help - separated presentation of level 1 and level 2 (solved)
2 posts by 1 authors in: Forums > CMS Builder
Last Post: March 21, 2018 (RSS)
By mizrahi - March 20, 2018 - edited: March 21, 2018
I am attempting to use the Category Menu editor type, but I want to present level one items (depth = 0) in one area of my page, and the level 2 items (depth = 1) of the currently active branch in another area of the page. I'm not sure how to separate these things with the code that comes from the generator, nor do i understand it well enough to figure out on my own.
Basic structure looks like this:
Category 1
- Subcategory 1A
- Subcategory 1B
- Subcategory 1C
Category 2
- Subcategory 2A
- Subcategory 2B
- Subcategory 2C
Category 3
- Subcategory 3A
- Subcategory 3B
- Subcategory 3C
But I want to present this on my page like this...
Category 1 / Category 2 / Category 3
And in another area of the page...
Subcategory 1A / Subcategory 1B / Subcategory 1C
Category menu help - separated presentation of level 1 and level 2
By mizrahi - March 21, 2018
I figured this out.