Note: If you contact us directed at jakjim@gmail.com, please attach info about purchase code:
Then open file and find "Item Purchase Code" like
Item Purchase Code: cdf581e0-ed42-41a2-ab3f-26bb5fb9c874
To install this theme you must have a working version of WordPress already installed.
To install this theme you must have a working version of WordPress already installed. If you need help installing WordPress, follow the instructions in WordPress Codex or you can watch the Instructional Video. Below are all the useful links for WordPress information.
To use theme, you must be running WordPress 4.0 or higher, PHP5 or higher, and mysql 5 or higher. We have tested it with Mac, Windows and Linux. Below are a list of items you should ensure your host can comply with.
How to install theme:
1: Read "installing the theme" section
2: Read "Config in page" section
3: Read "Customizer" in theme
4: Read custom post type
5: Read config in extra plugins: contact form 7, mailchimp
6: Read "Translations" section: Translate text in theme
Once you have setup a copy of WordPress, there are two ways you can go about installing the theme:
- Install via Wordpress
- Install via FTP
For example: Install theme appon.zip
Step 1 - Unzip the downloaded package from Themeforest. Find the folder theme and inside it find the file appon.zip
Step 2 - Login to your WordPress dashboard, go to Appearance > Themes >> Click "Add New" >> Click "Upload theme"
Step 3 - Click "Choose file" and find the file "appon.zip" on your computer. Click "Install Now"

Step 4 - Activate the theme: Go to Appearance > Themes and Activate.

Step 5: Install Plugins
Step 6: Import demo Data
Go to the WordPress Admin > Tools > Import and click WordPress as displayed in image below.
At 1st time you need to install WordPress importer plugin
Once installed you need to activate the plugin and run the importer.
Select the XML file from demo_content folder in downloaded package that you have downloaded from themeforest.
Step 7: Import Widget
Step 8: Setup Home page
From Left bar >> Settings >> Reading
Step 9: Setup Menu
|
Step 1 - Please surely 'transfer type' in your FTP is 'Binary' Step 2 - Upload your-theme folder from downloaded package into wp-content > themes folder Step 3 - Read step 4,5,6,7,8 in "install via wordpress" section |
|
- Step 1: Backup all files of theme
- Step 2: Read changelog.txt in download package
- Step 3: Upload changed files via FTP software
Home page - config
- You can use some option for theme in: Appearance >> Customize
- Global settings
+ Display Spin
+ Display ToTop icon
+ Main layout
+ Width of site
+ Seo keywords, Description
- Typography settings
+ Main color
+ Body font
+ Heading font
- Header settings
+ Logo
+ Logo text
- Error settings
+ background for error page
1: Slideshow header
You can change content in some available items
OverView
You can read detail here: http://vc.wpbakery.com/
Note: If you want to auto update Visual Composer, you have to purchase "Regular License" at codecanyon (http://codecanyon.net/item/visual-composer-page-builder-for-wordpress/242431) then update info in settings of Visual Composer:
1: Contact Form
From Left Bar >> Contact >> Contact From >> Form tab and insert this code
<div class="contact-form-wrap clearfix">
<div class="contact-form">
<div class="form-group col-sm-6 no-padding">
[text* your-name class:form-control class:name class:input-your-name placeholder "Your Name"]
</div>
<div class="form-group col-sm-6 no-padding">
[email* your-email class:form-control class:email class:input-email placeholder "Email Address"]
</div>
<div class="form-group col-sm-12 no-padding">
[textarea* your-message class:form-control class:message class:input-message placeholder "Your Massage"]
</div>
</div>
<div class="form-group col-sm-12 no-padding text-center">
[submit class:theme-btn class:btn class:submit-btn class:submit-button "Send now"]
</div>
</div>
2: Mailchimp for WP
From left bar >> Mailchimp for WP >> Forms >> Insert this code in Form mark-up
<div class="newsletter text-center">
<div class="form-group pull-left">
<input type="email" class="form-control input-email" name="EMAIL" placeholder="Your email address" required />
</div>
<div class="form-group pull-right">
<button type="submit" name="sf_submit" id="sf_submit" class="theme-btn btn submit-btn submit-button">Subscribe</button>
</div>
</div>
The theme is compatible with WPML plugin, thus can be translated into multiple languages. Follow this link for guide. You can also use POEdit plugin for translation.
Codestyling Localization is a good alternative for POEdit. It also works with .po/.mo files and is very easy to use.