Updated:16 June 2013
By: ridianur
Thank you for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!
This coming soon page is a responsive layout. All of the content area is divided within a <section> element.The sections are section with id home, section with id content and section with id footer.
Every file have many comments within HTML code explaining it’s role part by part. Additionally every part of the code is marked by " <!--name content start -->" and "<!--name content end -->" or <!--/.class or id content--> comments, e.g:
Im using many css files in this theme. Because some page need different styling.
List of css and use:
style.css This file is used to provide default layout style
font-awesome.css This file is used for icon.
supersized.css and supersized.shutter.css This file is used to provide slider style.
and some files from bootstrap
Those files contain all of the specific stylings for the page. This file is separated into sections using:
/* -- Header Section ---*/ some code /*-----Header Section end---/ /* ----Main Section ---*/ some code /*-----Main Section end----*/ /* ----Sidebar Section ---*/ some code /* ---- Footer ---*/ some code etc, etc.
If you would like to edit a specific section of the site, simply find the appropriate label in the CSS file, and then scroll down until you find the appropriate style that needs to be edited.
This theme imports three type of Javascript files.
//Script something start... //some explanation...
You can change the background image in script.js file. Its below the comment
//slider setting
Its started with comment :
<!-- MODAL START -->
Its based on modal by twitter bootstrap. For better explanation you can check this page
You can simply add any icon you want by putting this code <i class="your-class-icon"></i>
You can check this page for find the icon that you need.
For further explaination visit this page
Open the script.js and find this comment:
//countdown setting ... $('div#clock').countdown("2014/06/28", function(event) ...
Change it 2014/06/28 with your desire time
For further information visit this page
FInd this code in script.js
//parallax setting $('#supersized').scrollingParallax({ staticSpeed : 1.18, staticScrollLimit : false });
staticSpeed is the default speed for parallax scrolling effect. For further explanation you can check this page
Be sure your host is support php files.
You can open contact.php,contact.js for setting contact section, and subscribe.php,subscribe.js for setting subscribe section.
Contact section can find in modal section in html files.
There is comment in files for explanation.
Remember, this plugin only work in host that support php, if you want see it locally use program like xampp/wampp.
First you need to go to the Developers website of Twitter.
Go to https://dev.twitter.com/
Login with your Twitter account and go to My Applications.
From there click on the “Create a new application” button.
Fill the form with the information required.
Once you’re done, you’ll be presented with a page like this:
You’ll need four Keys from that page.
- Consumer Key
- Consumer Secret
- Access Token
- Access Token Secret
Insert those information in index.php inside twitter folder its about line 23
class ezTweet {
/*************************************** config ***************************************/
// Your Twitter App Consumer Key
private $consumer_key = 'YOUR_CONSUMER_KEY';
// Your Twitter App Consumer Secret
private $consumer_secret = 'YOUR_CONSUMER_SECRET';
// Your Twitter App Access Token
private $user_token = 'YOUR_ACCESS_TOKEN';
// Your Twitter App Access Token Secret
private $user_secret = 'YOUR_ACCESS_TOKEN_SECRET';
then open script.js find this code
/script recent Tweets
$('#tweets').tweet({
modpath: 'twitter/',
username: 'envato',
count: 4,
loading_text: "loading tweets..."
});
change envato to your twitter username
for further explanation for this you can check this page
I've used the following images, icons or other files as listed.
Once again, thank you so much for purchasing this template. As I said at the beginning, I'd be glad to help you if you have any questions relating to this template. No guarantees, but I'll do my best to assist. If you have a more general question relating to the template on ThemeForest, you might consider visiting the forums and asking your question in the "Item Discussion" section.
ridianur