Parent Menu / Auto Nav / Accordeon Menu / Rolling Menu
Permalink
Hi,
Could you create an automatic Parent Menu / Auto Nav / Accordeon Menu / Rolling Menu like in Wordpress ???
It could be a real advantage for C5...
Thank you
Could you create an automatic Parent Menu / Auto Nav / Accordeon Menu / Rolling Menu like in Wordpress ???
It could be a real advantage for C5...
Thank you
http://www.concrete5.org/marketplace/addons/-/view/?submit_search=1&search_keywords=Accordion
Nice... but not free...
if you want it free you'll probably have to do it yourself.
If you find a jquery accordion menu script it is easy enough to integrate with the standard auto-nav yourself. I did write a blog post on my own blog about this but not sure if I'm allowed to mention it here.
Essentially the auto-nav is created in the file:
/concrete/blocks/autonav/view.php
you can copy this to
/blocks/autonav/view.php and make changes to override the default behaviour.
You can hook this into your jquery accordion menu script easily enough if you have minimal coding skills.
If you are looking for a block as an add-on then that would be more work...
If you find a jquery accordion menu script it is easy enough to integrate with the standard auto-nav yourself. I did write a blog post on my own blog about this but not sure if I'm allowed to mention it here.
Essentially the auto-nav is created in the file:
/concrete/blocks/autonav/view.php
you can copy this to
/blocks/autonav/view.php and make changes to override the default behaviour.
You can hook this into your jquery accordion menu script easily enough if you have minimal coding skills.
If you are looking for a block as an add-on then that would be more work...