Documentation
Articles on this page:
How to update
Learn how to update your theme without losing your customizations.
The file verification in the theme settings shows all modified and missing files in your theme to help you detect which files you have customized before you start updating. Changes in Warp's administration area will generate the config.json
, which is not shown in the file verification. So be sure to have a backup of that file. To update your theme, do the follow these steps.
- First of all, make a backup of all your customized theme files, so you can recover modifications at any time.
- Download the latest theme version and extract the package to your Desktop.
- Copy all files to
/templates/THEME-NAME
for Joomla or/wp-content/themes/THEME-NAME
for WordPress and replace all files. - Recover your modifications by merging your customized files with the new ones.
- Open Warp's administration area and hit Compile LESS.
MailChimp Integration
An easy way to integrate a form on your site using the MailChimp service.
1. Create an account and sing in
2. Go to List->Create List.
3. In your new List create General Form with one field ”Email”
0LESS Customization
Learn how you can do LESS customizations in your theme, adding your own UIkit theme or adding new settings to the Customizer.
File structure
Here is a short overview of the /less
folder.
Folder/File | Description |
---|---|
/less/theme.less |
Defines the theme style and imports the UIkit theme. This file will be compiled into CSS and saved in the /css folder everytime you hit Compile LESS in the theme settings. At the same time, all styles will be saved in the /styles/STYLE-NAME/css folder. |
/less/customizer.json |
Defines which customizer parameters will be displayed in default or advanced mode. It groups UIkit variables, sets what can be defined through the color picker, direct input or a select box and adds fonts. |
/less/bootstrap.less |
Imports all Bootstrap related files (Joomla 3 only). Just like the /less/theme.less file, it will be compiled into CSS everytime you hit Compile LESS in the theme settings. |
/less/uikit |
Contains the UIkit theme files. The UIkit core files can be found in /warp/vendor/uikit . |
Custom content types
Esta provides additional content types: Testimonials, Timeline, Slideshow. This allows you to quickly and easily manage your information and display on the site.
Testimonials
0
Users List with filter
You have the possibility to display users in convenient list with filter.
To produce a result with the default settings, use [authors_view].
Example of use with some parameters:
[authors_view role=property_agent orderby=display_name order=DESC]
Result below:
ANG Mega Slideshow
This widget allows you to display any content in the slider.
To use ANG Mega Slideshow go to Appearance->Widgets
ANG Content Slideshow
This widget allows you to display any content in the slider.
To use ANG Content Slideshow, go to Appearance->Widgets
ANG Add New Field
This widget allows you add any text or html in a convenient way of adding new fields to enter.
To use ANG Add New Field go to Appearance->Widgets