Primary navigation (also referred to as site navigation) is main navigation element appearing at the top of every page that allows visitor to explore the various areas of your site.
To modify the contents of the primary navigation, locate and edit:Base Folder/inc/nav-primary
Below are the elements of the primary navigation used to add items to the primary nav. You will need to publish the navigation for changes to take effect.
Datadef element | Description |
---|---|
Nav widget | This option adds extra content to the right side of the navigation bar. Available options are:
Note: for the weather widget to function properly, you must also add the following custom external JavaScript reference in your site settings (refer to Configuring Customizations): |
Nav item | This represents a single item in the navigation. You can add and remove instances of this field group using the + and - toggles. |
Nav item > Item type | Defines the characteristics of the nav item.
|
...
Datadef element | Description |
---|---|
Nav item > Text | Required. Defines the text label for the nav item dropdown toggle. |
Nav item > Set internationalization | Used to apply internationalization to dropdown toggle labels. Refer to 'Internationalization '. |
Nav item > Dropdown > Dropdown item | Represents an item in the dropdown menu. You can add and remove instances of this field group using the + and - toggles. |
Nav item > Dropdown > Dropdown item > Item type | Indicated what is added to the dropdown menu. Available options are:
|
Nav item > Dropdown > Dropdown item > Text | Required. Only appears if 'Item type' is set to 'heading'. Defines the text used for the heading. |
Nav item > Dropdown > Dropdown item > Set internationalization | Used to apply internationalization options for dropdown menu headings. |
...
Refer to 'Internationalization'. | |
Nav item > Dropdown > Dropdown item > Link | Refer to 'Working with links'. |
Link and dropdown
Setting 'Item type' to 'link and dropdown' adds a link to the primary nav with an associated dropdown menu. The datadef element reference tables for Link and Dropdown above apply.