Diziana Narth has footer bottom bar links. That can be updated using two techniques: Add Dynamic Content placeholder via Admin UI without editing the theme's code or you have to update links that require code access -- developer license if you purchased the theme from Zendesk Marketplace.
You can create Dynamic Content that will be referenced via a placeholder.
To Create a Dynamic Content
- Click the icon () at the top right corner of the header and then click on Support.
- Click on admin icon () from the left sidebar then select Dynamic Content inside MANAGE.
- After clicking Dynamic Content, Click on add item at the top right.
- Enter Dynamic Content title.
- Select the Default language English (United State) or your Guide's default language; you can add more language variants if you have multiple languages in Guide.
- To add a footer bottom bar links, copy the below code and add in DC Content textarea which you have seen above the given image. You can change links text, href (url), and title attribute as per your requirements.
<nav>
<a href="#" title="About Us">About Us</a>
<a href="#" title="Getting Started">Getting Started</a>
<a href="#" title="Knowledge Base">Knowledge Base</a>
<a href="#" title="Blog">Blog</a>
<a href="#" title="Ask The Experts">Ask The Experts</a>
</nav>
- You can add any text inside the anchor tab while creating DC.
- Click Create.
When you create a dynamic content item, the detail page is displayed. Below the title of the dynamic content, you'll see the Placeholder that you'll use to refer to this dynamic content.
Example: This is the placeholder which we are using as Demo {{dc.dz_footer_bottombar_links_html_dc}}, You just need to copy the placeholder text i.e in this case its dz_footer_bottombar_links_html_dc.
As an example of how dynamic content is used, to add the links in the footer bottom bar you just have to paste the placeholder name which you have been copied as described above step, on the following setting on your theme.
Note: To show all links in footer bottom bar you need to disable the Minimal footer in the setting panel.
- After adding DC placeholder, click save button at the bottom right of your HC.
- After adding the dc_placeholder, footer bottom-bar links will be appear.
About Us, Getting Started, Knowledge Base, Blog, Ask The Experts