Brief: On the example URL I have a Static orange menu using the DNN HTML module. I would like to recreate this menu for all pages on the site so that the menu is dynamically updated from the CMS instead of having to be updated manually in the HTML.
The blue tree menu below it is the DDR Menu with TreeView template.
Issue: By default the menu/template is showing the main parent menu links with private markets highlighted as the active menu. I can't figure out how/where in the template to specify that this menu should do the following:
- Start from the CHILD links (Private Equity and Real Assets) of the current Parent (Private Markets)
- Show all CHILDREN of CHILDREN (Fund Offerings)
The existing template is located here: http://bit.ly/1MH2fgW
The DDR Menu guide doesn't comprehensively tell me how to create a template so any help would be appreciated.