Thank you for purchasing our theme. We covered almost everything in this document that how easily you can setup your theme. If you have any questions that are beyond the scope of this help file, please feel free to use the free support forums.
To install theme first you must have a working WordPress site, make sure you follow the instructions step by step.If you have trouble installing WordPress read this tutorial.
There are two ways to install theme.
Style.css Missing ErrorIf your getting error that style.css missing. Kindly upload theme using ftp.
After installing theme you have to configure theme and fill in demo content (importing data and theme options code).
Please check following screenshot to import data quickly with 1 click.
Log in into the admin area, navigate through Tools > Import > WordPress and install WP-importer plugin, if you don’t have it. Choose demo-data.xml file from your theme package and click Upload. Don’t forget to check “Upload attachment files”!
There are two methods to update your theme
1:- Using Envato Took Kit
2:- Using FTP
This is the easist way to update your theme any time. You need an API key for this. Kindly check following screenshot and generate an API key.
Kindly install and activate Envato WordPress Toolkit. Its already included in theme. And now open tool kit page. Enter your envato username and API key and save settings.Its recommended to make a backup for old files.
After saving settings you will see list of themes you have downloaded and it will also show you update notifications.
Using FTP you can upload new files and replace with old folder. (Make a backup for old files before replace)
If you want to change something which is not availble in themeoptions panel. You may need to make changes in theme files. But when you will update theme you will lose your changes. So in that case child theme is very useful for you.
After installing Werock as instruction given above. Log in into your site’s FTP through a FTP Client and go into the WordPress installation directory and then navigate to: /wp-content/themes/ and upload the child theme folder here. After the uplad is complete go to Appearance > Themes into your admin area, you will see child theme there, hit Activate to activate currently installed child theme.
Now make changes in any file of theme and upload to child theme folder and its done. If you are going to update theme just update parant theme.
There is only one default home page in theme. More can be created by using page builder. If you have already imported theme data then you will have ready made layouts for home page2 and homepage3 under pages tabs.
In following screenshots you can how to create default home page or home page by using page builder.
First of all we need to create a a page with “Home Page” Template Please follow sub steps as shown in screenshot.
First of all we need to create a a page with “Home Page” Template Please follow sub steps as shown in screenshot.
To setup home page click at “Settings > Reading” in your dashboard. Under “Front page displays” clcik at “A static page (select below)” and select “Home” from dorpdown as “Front page” and for “Posts page” select any of blog template of your choice. As you can see in following screenshot
Home page theme options can be found in theme options panel in wordpress dashboard sidebar.
All custom post types work same as default wordpress posts/pages. Just select a post type and Add New Post:
To add mega menu kindly check Manage Menu Section.
> Create a wordpress page and give a title for example : Gallery
> Select a page template Gallery for this page and publish it.
> Create some categories for your gallery
> Add some gallery posts and select featured images.
> Publish it
> Create a menu link for your gallery if you are using mega menu copy page link and just paste it in MENU URL field
and its done
Please follow following steps to create a blog page.
To setup blog page click at “Settings > Reading” in your dashboard. Under “Front page displays” clcik at “A static page (select below)” and select “Home” from dorpdown as “Front page” and for “Posts page” select any of blog template of your choice.
This theme comes with two type of menus.
Setup WordPress Default Widgets
Drag twitter widget to any of your sidebar or footer locations available in theme options panel.
Login to twiiter and visit https://apps.twitter.com/ and please follow steps to create an app for twitter feed.
Create a simple wordpress page and select ” Contact Page” as template.
Follow sub steps according to following screenshot
Adding contact form ID to theme options panel of your theme.
* We recommend you to import demo.xml and edit data after importing, so you avoid any difficulties.
<div class=”row”>
<div class=”col-lg-5 col-md-5 col-sm-5″>
<h5>Your Name:</h5>
[text name id:name]
</div>
<div class=”col-lg-5 col-md-5 col-sm-5″>
<h5>Your Email:</h5>
[text email id:email]
</div>
</div>
<div class=”row”>
<div class=”col-lg-12 col-md-12 col-sm-12″>
<h5>Your Message:</h5>
[textarea* message id:message]
</div>
</div>
[submit id:submit1 class:btn]
From: [your-name] <[your-email]>
Subject: [your-subject]
Message Body:
[your-message]
If you are going to create your home page using page builder you may face issue of extra padding and margins. Normally it happens with Album carousel or slider.
To solve this issue:
Kindly change allow_url_fopen=0 to allow_url_fopen=1 in php.ini file. If you don’t know about it kindly contact to your hosting provider i hope he can help you.