Volare: Sidebar options
Volare comes with a powerful and intelligent sidebar that can be used for showcasing your custom content.
Unlike our own themes, Volare has a separate extension that controls the sidebar. This is included for free within the Volare download file, and must be installed in addition to the Volare theme settings control panel.
Sidebar options
Option Name | Value | Output |
Enable Sidebars? | Yes | |
No | |
|
Sidebar Location | Global | |
|
Index only | |
Enable Login / Profile Widget Shows profile information when logged in. Shows login form when logged out. |
Yes | |
|
No | |
Sidebar width | Custom | The sidebar width adjusts according to your chosen preference |
Setting the sidebar options
- Open the Volare sidebars extension
- Configure sidebar options as desired
- Submit
Adding social links
- Open the Volare sidebars extension
- Under Social Links, add the full URL to the corresponding social page (including http://)
- Submit
Output:
Adding custom content
- Open FlightDeck extension (control panel)
- Scroll to bottom
- Enter custom content in Left Sidebar Custom Content or Right Sidebar Custom Content
- Submit
The sidebars support HTML and special characters. See examples in section below.
The sidebars don't support template events, IF statements, JavaScript, PHP etc. These need to be added to the template files manually (sidebar_left.html and sidebar_right.html).
Custom content code examples
These can be entered through the FlightDeck extension (see steps above)
Sidebar content | Preview | Code |
125 x 125 Grid | |
<div class="sidebarWidget gridWidget"> <a href="#"><img src="#” /></a> <a href="#"><img src="#” /></a> <a href="#"><img src="#” /></a> <a href="#"><img src="#” /></a> </div> |
Everything else | <div class=”sidebarWidget”> * Your code here * </div> |