Thank you kindly for purchasing my template. If you have any questions that are beyond the scope of this help file, please feel free to contact me via my ThemeForest profile.
To edit the 'Welcome Message', simply find the appropriate label <!-- intro wrapper --> in the body of the HTML file named 'index.html'.
Part to edit:
<!-- sixteen columns --> <div class="sixteen columns"> <!-- intro --> <div class="intro-wrapper"> <div class="intro"> <div class="introduction"> <h3>AN EX NIHILO TEMPLATE</h3> <h1><span class="intro-color">EVE</span>NINGS</h1> <div> <span class="intro-line"></span> <span>WE'RE BUILDING TRUST</span> <span class="intro-line"></span> </div> </div> </div> </div> <!-- intro end --> </div> <!-- sixteen columns end -->
To edit the 'About' page, simply find the appropriate label <!-- about --> in the body of the HTML file named 'index.html'.
Part to edit:
<!-- about intro --> <div class="about-intro"> <h1>About</h1> </div> <!-- about intro end -->
[...]
<!-- about full --> <!-- sixteen columns --> <div class="sixteen columns"> <p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing elit</a>. [...]</p> </div> <!-- sixteen columns end --> <!-- about full end -->
[...]
<!-- about column 1 --> <!-- one third column --> <div class="one-third column"> <h2>Process Evaluation</h2> <!-- effect 8 --> <section class="set-8"> <div class="hi-icon-wrap hi-icon-effect-8"> <a href="#" class="hi-icon hi-icon-pencil">Process Evaluation</a> </div> </section> <!-- effect 8 end --> <p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing elit</a>. Sed risus purus, pellentesque a consequat a, accumsan vel libero.</p> </div> <!-- one third column end --> <!-- about column 1 end -->
[...]
To edit the 'Contact' page, simply find the appropriate label <!-- contact --> in the body of the HTML file named 'index.html'.
Part to edit:
<!-- contact intro --> <div class="contact-intro"> <h1>Contact</h1> </div> <!-- contact intro end -->
[...]
<!-- contact column 1 --> <!-- one third column --> <div class="one-third column"> <div class="info-address"> <p><strong>Address</strong></p> <p>ex nihilo, Inc.<br> Touchdown Dr<br> 1176</p> </div> </div> <!-- one third column end --> <!-- contact column 1 end -->
[...]
To send the contents of your 'Subscription Form' to your email, simply open the file named 'subscribe.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To send the contents of your 'Contact Form' to your email, simply open the file named 'send.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To set the 'Countdown Target Date', simply find the appropriate label <!-- countdown setup --> at the very bottom of the HTML file named 'index.html'.
Edit this section:
date: "23 February 2015 12:00:00",
To edit the 'Credits' links, simply find the appropriate label <!-- credits --> in the body of the HTML file named 'index.html'.
Part to edit:
<!-- credits --> <div class="credits"> <ul class="email-us"><li><a class="envelope" href="mailto:you@yoursite.com"><span>Email</span></a></li></ul> <span class="address"><a href="http://www.11-76.com/" target="_self">All rights reserved. ©<script type="text/javascript">var d = new Date(); document.write(d.getFullYear());</script></a></span> </div> <!-- credits end -->
To add images in the background of the template, simply find the files named 'supersized.3.2.7.bg.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// supersized'.
Replace:
{image : 'images/background/1.jpg', title : '', thumb : '', url : ''},
{image : 'images/background/2.jpg', title : '', thumb : '', url : ''},
{image : 'images/background/3.jpg', title : '', thumb : '', url : ''}
With:
{image : 'images/background/your-image-name-1.jpg', title : '', thumb : '', url : ''},
{image : 'images/background/your-image-name-2.jpg', title : '', thumb : '', url : ''},
{image : 'images/background/your-image-name-3.jpg', title : '', thumb : '', url : ''}
You can use any size for a background image.
Please note;
Demo images are not included. Image placeholders are provided instead.
To add 'YouTube Videos' in the background of the template, simply find the appropriate label <!-- YTPlayer --> in the body of the HTML file named 'index.html'.
Replace:
<!-- YTPlayer -->
<a href="http://www.youtube.com/watch?v=JVuUwvUUPro" id="bgndVideo" class="player {containment:'body', autoPlay:true, mute:true, startAt:0, opacity:1, loop:true, showControls:true, ratio:'16/9'}"></a>
<!-- YTPlayer end -->
With:
<!-- YTPlayer -->
<a href="http://www.youtube.com/watch?v=youryoutubevideouniqueID" id="bgndVideo" class="player {containment:'body', autoPlay:true, mute:true, startAt:0, opacity:1, loop:true, showControls:true, ratio:'16/9'}"></a>
<!-- YTPlayer end -->
Please note;
This template is designed to use YouTube videos as a background; however, 'YouTube Video Background' plugin is not supported by mobile devices and it doesn't work on mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'images/background/1.jpg'.
By default the sound of the video is set mute. To unmute the sound, change 'mute:true' into 'mute:false'.
To edit the real time live 'Twitter Feed', simply find the file named 'evenings.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// twitter ticker'.
Replace:
username: "enihilo",
With:
username: "yourtwitterusername",
To link the 'Twitter Logo' to your account, simply find the appropriate label <!-- twitter ticker --> in the body of the HTML file named 'index.html'.
Replace:
<a class="logo" href="https://twitter.com/enihilo" target="_blank">Twitter</a>
With:
<a class="logo" href="https://twitter.com/yourtwitterusername" target="_blank">Twitter</a>
Twitter API 1.1 OAuth authentication process
[Step 1] Setup a Twitter Application
1. Visit https://dev.twitter.com/apps and sign in with your Twitter account username and password
2. Select 'Create a new application' and fill in the application form with the following application details:
- Name: e.g. 'yoursite.com'
- Description: e.g. 'tweet.js-mod'
- Website: e.g. http://www.yoursite.com/
- Callback URL: This field can be left blank
3. Enter the CAPTCHA and click 'Create your Twitter application'
4. Create your access token
5. Make a note of the 'Consumer key', 'Consumer secret', 'Access token' and 'Access token secret'
[Step 2] Authenticate the Twitter Feed
After creating your application, open the file named 'index.php' placed in the folder named 'twitter'.
Open the 'index.php' file and configure it with your OAuth credentials in the assigned slots below:
// 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';
Save the edited 'index.php' file. Upload the entire 'twitter' folder on your web server.
Please note;
The 'twitter' folder [containing: index.php, ticker.js, jquery.tweet.js, jquery.tweet.css, twitter-logo.png and the lib files) is designed to be placed in the document root of your website as a whole (e.g. yourdomain.com/twitter), otherwise it will not work.
I will respond to buyers' questions via the contact form on my profile.
Support for my items includes:
Responding to questions or problems regarding the item and its features
Fixing bugs and reported issues
Providing updates to ensure compatibility with new software versions
Item support does not include:
Customization and installation services
Support for third party software and plug-ins
Social Icons
To edit the 'Social Icons' links, simply find the appropriate label <!-- social icons --> in the body of the HTML file named 'index.html'.
Part to edit: