Diziana Narth comes with two set of headers and footers; a minimal header/footer, and a full header/footer. By default minimal header/footer is enabled in the theme, and full header/footer can be enabled from settings via Admin UI.
Header Setting Group
Footer Setting Group
Footer First Column Links And Title
This article explains how you can update placeholder links in full footer without editing theme's code (which requires code access -- developer license if you purchased theme from Zendesk Marketplace). If you have code access, and you prefer updating code you can always edit footer.hbs file to replace holder links with your own.
The footer links can be updated by creating dynamic content placeholder to hold link html, and then using dynamic content placeholder link in theme's setting field via Admin UI. Using Dynamic Content also allows you to localize links (and link text) to support multiple languages.
You can learn how to create Dynamic Content placeholder by visiting this link. Please follow steps below to learn how to create a dynamic content placeholder to hold html for links to be added in footer of the theme.
- Let's say you create a dynamic content placeholder with name "dz_footer_links_html_dc", below.you can add link html in dynamic content placeholder as shown.
- Select the Default language English (United State) or your Guide's default language; you can add more language variant if you have multiple languages in Guide.
- To add a footer links, copy the below code and add in DC Content textarea which you have seen above in the given image. You can change link text, href (url), and title attribute as per your requirements.
<ul>
<li>
<a href="#" title="Company">Company</a>
</li>
<li>
<a href="#" title="Career">Career</a>
</li>
<li>
<a href="#" title="Newsroom">Newsroom</a>
</li>
<li>
<a href="#" title="Partners">Partners</a>
</li>
<li>
<a href="#" title="Innovations">Innovations</a>
</li>
</ul>
- Click Create button.
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_link_html_dc}}, You just need to copy the placeholder text i.e in this case its dz_footer_link_html_dc
As an example of how dynamic content is used, to add the links in the footer you just have to paste the placeholder name which you have been copied as described above step, on the following setting on your theme.
- Go to the Footer Blocks setting in the settings and add a placeholder name.
Note: To show all links in the footer you need to disable/un-check the Minimal footer in the setting panel.
- After adding DC placeholder, click the save button at the bottom right of your Help Centre
- After adding the dc_placeholder, footer links will appear.
But you need to create and add DC for all four block's links. The process will be the same as given above for the first block: