Panel Buttons
Transform a specific sidebar panel into a clickable 'panel button'
In this example we are converting panel 4 into a clickable button that links to another page.
Find the div with class name panel-4 and either comment it out (as shown below) or delete it. Then replace it with the button element as shown. (Actual code that can be copied follows the graphic.) PLEASE NOTE: Panel 3 is excluded from this conversion option. Only panels 4 and above can be converted to buttons.
* This class replicates a specific panel, in this case panel number 4.
** By default, text in a panel button aligns at the top. Use this class if you wish to align text at the bottom of the panel. Since panel 4 text is originally aligned at the bottom, this class was used.
Panel Button HTML Code
- Replace
#with actual URL. - Replace
xinpan-xwith specific panel number (e.g.pan-5for panel 5). - Regarding
audio2: there are 4 audio options - audio1, audio2, audio3, and audio4. - The button color will be the same as the panel it is replacing. However, you can opt to change the button color. For instructions on how to change the color of a button see this page.
Create a New Panel Button
If you want to insert a panel button without converting an existing panel, simply insert the above HTML after/before an existing panel and use the class panel-0.
Change Button Color
For instructions on how to change the color of a button see this page.