Documentation version 1.0.0
Thank you for purchasing our Theme. If you have any questions that are beyond the scope of this help file, please feel free to email via our contact form Here. Thanks so much!
Download Now Visit Our Product PageWPLandingz – App & Product Landing WordPress Theme is an awesome WordPress template built with modern technologies like Elementor Page Builder, HTML5, CSS3, jQuery, Bootstrap3.x, Font Awesome 4.x, LESS, Gulp, and more which is specially designed for any kind of promotion . To easily modify all those pages according to your need, this documentation is going to help you.
After download unzip the package you will find a folder named "wplandingz.zip" in that folder which is the zip package of the them.Then please follow the instruction given below.
Go to your wordpress admin panel, Appearance.
Go to Themes. Click Add New.
Now click "Upload Theme". Choose the zip file and upload it.
Now Activate Theme.
To install the suggested and required plugins of this theme, follow the instruction.
Go to your wordpress admin panel, Appearance. Then click to Install Plugins.
Hit checkbox's of Required plugins and select bulk selection firstly install and hit apply buttn. After that again hit checkbox's of Required plugins and select bulk selection activate and hit apply button.
To Import Demo Data of this theme, follow the instruction.
Go to your wordpress admin panel, Appearance. Then click to Import Demo Data.
Hit Import Demo Data button and wait for several minutes.
After Several minutes, Demo Data Import process will be completed.
To start customizing the theme need to do little setup. Open command promt in the WordPress root folder. Please note that, you need to do this if you want to compile less to css and compile js and minify as per our theme setup or how provided.
Make sure you opened the command prompt to WordPress root directory. Now type:
npm install
. It will install necessary node modules. If you don't have
node.js
installed then download and install for
your os version.
Then Copy gulpfile.js from Theme root directory to WordPress root directory and run following script for installing node modules.
npm install --global gulp
npm install gulp --save-dev
npm install gulp-less --save-dev
npm install gulp-minify-css --save-dev
npm install gulp-watch --save-dev
npm install gulp-minify --save-dev
npm install gulp-rename --save-dev
After all node modules are installed successfully type gulp
in command prompt and see it will compile all less files from less
dir and put single css file(s) in css
dir. Same time from dir js
theme.js
will be minified and new file theme.min.js
will be created/updated.
To change Brand Logo, follow the instruction.
Go to wordpress top bar, click customize to go customizer panel.
Click Site Identity, Select logo button and choose your desire logo image or add text logo in below Site title text field and hit publish button.
To import Elementor Template, please follow the instruction. Elementor Template is located in package bundle and folder name is " elementor_template ". There are two Landing Template - App Landing Template , Sports Landing Template.
Go to Elementor from left sidebar, click My Library.
Hit Import Template button then choose your file from storage and hit Import Now.
To use Elementor Template , go any page edit option and change Template from Page Attributes.
Go to Edit with Elementor. Hit Add Template
Hit My Template, Choose Any Template and hit Insert.
To use CBX Google Map, it must to have google map api key, go to this link and grab your google map api key. To enable CBX Google Map, please follow the instruction.
Go to CBX Googlemaps from left sidebar, click Settings.
Enter Google Map API Key.
To use Contact Form, it must to have Contact Form 7 WordPress Plugin. Please follow the instruction.
Contact Form Code Snippet
[text* your-name class:form-control placeholder "Name"][email* your-email class:form-control placeholder "Email"][textarea your-message class:form-control placeholder "Message"][submit class:btn class:btn-block "Send"]
----------------------------------------------------------------------------------------- Version 1.0 - 01.02.2018 ----------------------------------------------------------------------------------------- - Initial Release