Hello,
You can add as much as 11 sub-menus like so: http://screencast.com/t/oKfBmBiH. the result: http://screencast.com/t/qDgVhB1B6
There is another type of “sub-menu” which comes with the theme called a mega-menu:
https://forum.tagdiv.com/mega-menu/
If this does not answer your question, please provide us with more details so we can better understand your question.
Thank you.
Hi,
I think you are referring to the mega-menu with the sub-categories.
Example: I have these sub-categories set-up: http://screencast.com/t/oQWUprxmQ, but they will not appear in the mega-menu unless they have posts to display. like so: http://screencast.com/t/Quv88WAWiop (I only have posts in “test1”).
Mega-menu sub-category limit is 30 as long as you have posts in that sub-category.
I hope this is what your are looking for.
Hey Bogdan,
This is really great, thank you so much!!!
One more question. I’ve 8 subcategories right now. But when you open the menu, you only see 6. When you scroll down, you see the other 2, but it’s not really clear that you can scroll down. Is there any way, my clients can see the 8 subcategories in 1 view? Thank you so much!
Best, Myra
Hello Myra,
You could do that using a custom CSS but be carefull because it will stretch the white container over your content: http://screencast.com/t/30mgfGny
.block-mega-child-cats {
overflow-x: visible;
overflow-y: visible;
max-height: 400px;}
Thank you!
