Adding a level of navigation | HCL Digital Experience
You can increase levels of navigation by adding a fourth level of navigation.
About this task
Note: Change the yourTheme value to the
actual name of your theme.
Procedure
- Add a subcontribution to the wp_dynamicContentSpots_85 module
in your theme's plugin.xml file. The plugin.xml file
is in the wp_profile_root\installedApps\cell\YourTheme.ear\YourTheme.war\WEB-INF folder.
- Modify the theme.html files for your
theme and add a fourth, or tertiary, navigation dynamic content spot
under the third, or secondary, navigation dynamic content spot, which
is under the secondary banner block:
<a rel="dynamic-content" href="dyn-cs:id:yourTheme_tertiaryNav"></a>
- Define the yourThemeTertiaryNav style class in one of the CSS files for your theme that gets loaded by one of the modules for your theme.
- If you are in development mode, restart the web application for your theme. Otherwise, restart the portal server.