Page 1 of 1

Hierarchical view of Categories and sub-categories

Posted: 03 Jun 2014, 13:51
by scubabyss
Hi,

I have set categories and subcategories. The list of category menu shows all subcategories as a flat structure.

I have not found in the option or in the documentation how to display, with that list of category menu the categories in a hierarchical structure.

What I would like would be :
  • Display a list of the root parent category.
    After click on one category, display the child categories and the images that are directly assigne to the parent category
    And so on if the are other child categories below the child category.
Is that possible and how ?

Thanks

Re: Hierarchical view of Categories and sub-categories

Posted: 03 Jun 2014, 18:49
by Jan
Hi, see similar posts in this forum, the problem of this view can be memory problem - to load all the categories on one site (including the subcategories), so this needs to be customized:

- all categories will be loaded and with help of javascript some of them will be hidden/displayed
- or ajax for loading subcategories items should be used :idea:

Jan