Comment on page
Plugin Requirements
We use TemPlaza Framework for global styles and scripts and TemPlaza Elements for Shortcodes and Element Widgets. They are required for all themes of TemPlaza

Click "Begin installing plugins" to install plugins required Click Install to start the process.
Since Alita theme, we use Elementor plugin - the best free page builder to build pages instead of WPBakery Page Builder.
You can install Elementor via wp-admin -> Plugins -> Add New -> Search "Elementor"

Refer to its website to learn more about this plugin: https://elementor.com/getting-started/
We use Redux Framework for theme options.
You can install Redux via wp-admin -> Plugins -> Add New -> Search "Redux"

We use Meta Box for Custom Fields theme.
You can install Meta Box via wp-admin -> Plugins -> Add New -> Search "Meta Box"

This plugin has already been included in the theme package. After installing and activating the theme, you can install this plugin normally in Plazart Installation part.
You can use it freely WITHOUT A LICENSE. In case you want to activate Live Update, please buy a license of this plugin.
Similarly, you can install this plugin in Plazart Installation part and use it WITHOUT A LICENSE.
- Add new form: Go to Dashboard > Contact > Add New
- In this theme, there is 1 demo contact form used in Vehicle Detail Page:
<div class="request-infomation">
<div class="car-detail">
[hidden title]
</div>
<div class="row">
<div class="col-md-6">
<p>Your Name <em>*</em><br />
[text* your-name placeholder "John Doe"] </p>
<p>Your Email <em>*</em><br />
[email* your-email placeholder "[email protected]"] </p>
<p>Phone number <em>*</em><br />
[text* your-phone placeholder "+1-888-456-8888"] </p>
</div>
<div class="col-md-6">
<p>Your Message<br />
[textarea your-message] </p>
</div>
<p class="btn">[submit "Submit Form"]</p>
</div>
</div>
Last modified 1yr ago