Theme customizer | |
In Tiki18, it was called "Style Guide Tool", but was renamed to "Theme customizer" in Tiki19 to be more descriptive. There were also some changes as:
New in Tiki18, the Theme Customizer is an interactive page for editing site colors, fonts, and other style details, with the results shown in real time. The generated code can be input as custom CSS on the Look and Feel admin page, to modify the appearance of the Tiki site. This tool is for making overall, global changes.
Theme Customizer Overview
|
How to activate it | |
To access the tool, go to the Look and Feel admin page (tiki-admin.php?page=look), and the "Customization" tab. The activation checkbox is near the bottom of the page. If you don't see it, the reason is probably that Advanced features aren't being displayed, so follow the instructions in the box below. Activating Advanced Features This is an "advanced" feature, so be sure the feature preferences filter is set to "Advanced". You can make this your default in the dropdown list (under the filter icon).
Switch preference filter to Advanced Check desired preference levels as your personal default, and make sure the "Experimental" field is checked.
Theme Customizer Checkbox
|
How to use it | |
The tool works with the theme that is currently active at the site. Shown here are the Slate and TheNews themes. Slate theme
TheNews theme
Section selection
Colorpicker
|
How to use the results - as CSS | |
After making the desired edits, to save the results as CSS code, click the "Generate Custom CSS" button. Custom CSS
As Look and Feel custom CSS, these style rules will of course affect any theme that is in effect at the site, and could have unwanted effects if a theme is selected for use other than the theme whose rules were customized with the Style Guide tool. This is something to consider if more than one theme is used at the site, such as if users have permission to select a theme for their personal use.
|