Hi,
Working on a site for a client and they have 100s of resources available in 8 languages.
I only want to show a handful of resources in the main navigation (showing all resources would just be a nightmare to navigate).
For instance:
Products
----Category 1
--------Product 1
--------Product 2
--------Product 3
----Category 2
--------Product 4
--------Product 5
--------Product 6
----Category 3
----Category 4
I only want to show
----Category 1
--------Product 1
--------Product 2
--------Product 3
----Category 3
----Category 4
So I want to hide the main 'Products' container, but only show a handful of children within that resource and some of their children.
The navigation will change for each language (same structure just different pages in each language)
Without having to specify a massive list( 100s+) of resources to either include /exclude, what's the best way to achieve this?
I'm really bummed out I couldn't hide a parent container from the menu (using the checkbox) but then have that parents children show. That's the kinda thing I'm after - does anyone know if such a feat is possible?
I'm after the most efficient way - if possible - without having to use hard coded ID's or actualy <li>link1</li><li>link2</li>
Any help on the subject would be awesome!
Thanks,
Kingsley
[ed. note: kingsloi last edited this post 14 years, 2 months ago.]