Installing The Theme
You'll want to install this theme just like any other WordPress theme, either by uploading the main theme folder via FTP (unzipped) or the zipped file via the Wordpress theme upload section
Using FTP
- Log into your site via FTP
- Browse to your folder located at wp-content/themes
- Upload the MAIN theme folder. This is the folder located inside the "Portable" folder in the zip file that you downloaded from Themeforest.
- Log Into Wordpress and go to Apperance --> Themes
- Find the theme and click to activate
Using Wordpress
- Log into your WP dashboard
- Browse to Apperance --> Themes
- Click to "add new" and then follow the instructions on the screen
- When it askes to select a file find the zipped theme folder located in the "Portable" folder in the zip downloaded from Themeforest.
Uploading The Sample Data
This theme includes a sample.xml data file which will allow you to upload some dummy content to your site to help you get started with the theme.
- Unzip the folder you downloaded from themeforest
- Browse to the folder called "SampleData"
- Find the sample-data.xml file
- Log into WordPress
- Go to Tools --> Import
- Click on "WordPress"
- If you don't have it already, install the plugin. Once done, return to the previous screen
- Click to select your file
- Choose the "sample-data.xml" file located previously
Theme Options
PLease Go To Apperance -> Theme Options to see the theme optionGeneral
From here you can upload logo and Favicon and sother options
Background Slideshow (Important)
After Installing the theme please go to this option page and add some or an image for the background slideshow. also you can add slideshow for each page or post.
Blog Page
From here you can can cheange Title and Subtitle
Social Profiles
Integration
You can Custom CSS, JavaScript and Google Analytics
Footer
Setup Home Page and Blog Page
For setting up your home page and blog page you need to create two page call "Home" , "Blog" Please follow the steps below
- Log into WordPress
- Go to Pages --> Add New
- Create Two Page "Home" , "Blog"
- Go to Settings --> Reading
- Click A static page (select below) See the image below to get a berrer idea
- Select Front page: as Home page and Posts page: as BLOG page

Setting Up The Menu
This theme makes use of the latest WP menu system.
- Go To Apperance --> Menu
- Create A New Menu by clicking the little + tab
- Add your menu items by selecting them on the left side

Adding A Home Button
Adding a home button to your site is really easy. Simply go to the "pages" section on the left and click the "ALL" tab. The first option should be to add a home link

The theme has a built-in shortcodes editor..
Adding A Contact Form
This theme doesn't have a built-in contact form, but it does have included styles for the Contact Form 7 Plugin. So I would highly recommend using that plugin. Of course any should work.Setting UP The Gallery
Add New Gallery Galley
On the gallery edit page Please enter your gallery title and set an featured image.
After that Click on Add New button to add image to the gallery.
Setup the Gallery with a Page
Translating The Theme
This theme has been localized and it includes a .po and .mo file so you can translate the theme to your own language.
Step 1: Copy Default.po File
Located in the "languages" folder of the theme is a file called default.po. Copy this file to your desktop for editing.
Step 2: Edit Default.po File
Open the .po file using a program like PoEdit.
Click on the text to edit and enter your translation in the bottom box
Step 3: Save Default.po File
Next you have to save your .po file using the naming convention is based on the language code (e.g. pt for Portuguese) followed by the country code (e.g. _BR for Brazil). So, the Brazilian Portuguese file would be called pt_BR.po.
When saing your .po it will automatically create a new .mo file for you, with the same naming convention ( so using the example above, the file would be called pt_BR.mo
Step 4: Upload New Files
Upload the .po and .mo files you just created to your /languages folder so they are in the same directory as the default.po and default.mo
Step 5: Edit Your WP-Config File
The last step is to tell WordPress what languange to show
Open your wp-config.php file in a text editor and search for:
define ('WPLANG', '');
Edit this line according to the .mo file you've just downloaded, e.g. for the Portuguese spoken in Brazil you must add:
define ('WPLANG', 'pt_BR');
Having Issues With IE7?
It was brought to my attention that sometimes IE7 won't play well with modern sites. If you are experiencing any freezing try adding the following to your .htaccess file:
Header set X-UA-Compatible IE=EmulateIE7
Resources Used
The following resources where used in the development of this theme:
- jQuery - http://jquery.com/
- Quicksand - http://razorjack.net/quicksand/docs-and-demos.html
- jQuery Easing - http://gsgd.co.uk/sandbox/jquery/easing/
- Fitvids - http://fitvidsjs.com/
- FlexSlider - http://flexslider.woothemes.com/
- jQuery gMap - http://github.com/marioestrada/jQuery-gMap
- jPlayer - http://www.jplayer.org
- Modernizr - http://modernizr.com/
- SelectNav - https://github.com/lukaszfiszer/selectnav.js