The Summit || Responsive Coming Soon Page

Documentation


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 --> in the body of the HTML file named 'index.html'.

Part to edit:

<!-- intro -->
<div class="introduction">
<div class="intro">

<!-- author -->
<div class="author">from the author of <span class="author-one">The One</span></div>
<!-- author end -->

<!-- feature -->
<div class="feature">
<h1><span class="feature-line">Not there.</span><span class="feature-first">The</span> Summit<span class="feature-line">Yet.</span></h1>
</div>
<!-- feature end -->

</div>
</div>
<!-- intro end -->

To edit the 'Quotes', simply find the appropriate label <!-- quotes --> in the body of the HTML file named 'index.html'.

Part to edit:

<!-- quote 1 -->                
<div class="cbp-qtcontent">
<blockquote>
<p>GRIPPING...<br>
a heart-throbbing experience</p>
<footer>C. Eastwood</footer>
</blockquote>
</div>
<!-- quote 1 end -->

<!-- quote 2 -->
<div class="cbp-qtcontent">
<blockquote>
<p>DAZZLING...<br>
The Summit is triumphant</p>
<footer>R. Redford</footer>
</blockquote>
</div>
<!-- quote 2 end -->

<!-- quote 3 -->
<div class="cbp-qtcontent">
<blockquote>
<p>stylistically brash,<br>
pulsing with life</p>
<footer>K.W. Wong</footer>
</blockquote>
</div>
<!-- quote 3 end -->

<!-- quote 4 -->
<div class="cbp-qtcontent">
<blockquote>
<p>dizzy with a romantic spirit that has been<br>
missing from the cinema forever</p>
<footer>T. Scott</footer>
</blockquote>
</div>
<!-- quote 4 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">
<h2><span class="about-line">Trusted</span><span class="about-first">About</span> Us<span class="about-line">Allies</span></h2>
</div>
<!-- about intro end -->

<!-- about column -->
<!-- sixteen columns -->
<div class="sixteen columns">
<p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing elit</a>. [...]</p>
<p>Curabitur gravida, magna id condimentum convallis, nibh odio tristique lorem, [...]</p>
</div>
<!-- sixteen columns end -->
<!-- about column 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">
<h2><span class="contact-line">Introduce</span><span class="contact-first">Contact</span> Us<span class="contact-line">Yourself</span></h2>
</div>
<!-- contact intro end -->

<!-- contact column 1 -->
<!-- eight columns -->
<div class="eight columns column">
<p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing elit</a>. [...]</p>
</div>
<!-- eight columns end -->
<!-- contact column 1 end -->

<!-- contact column 2 -->
<!-- eight columns -->
<div class="eight columns column">
<p>Lorem ipsum dolor sit amet, <a href="#">consectetur adipiscing elit</a>. [...]</p>
</div>
<!-- eight columns end -->
<!-- contact column 2 end -->

To edit the real time live 'Twitter Feed', simply find the files named 'the-summit.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, jquery.tweet.js 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.

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 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 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:

<!-- social icons -->
<div class="social-icons-wrapper">
<ul class="social-icons">
<li><a href="#"><img src="images/social/twitter.png" alt="Twitter"></a></li>
<li><a href="#"><img src="images/social/facebook.png" alt="Facebook"></a></li>
<li><a href="#"><img src="images/social/googleplus.png" alt="GooglePlus"></a></li>
<li><a href="#"><img src="images/social/linkedin.png" alt="LinkedIn"></a></li>
</ul>
</div>
<!-- social icons end -->

To set the 'Countdown Target Date', simply find the appropriate label <!-- countdown --> at the bottom of the HTML file named 'index.html'.

Edit this section:

date: "25 October 2014 12:00:00",

To add images in the background of the template, simply find the files named 'the-summit.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 : ''}

With:

{image : 'images/background/your-image-name-1.jpg', title : '', thumb : '', url : ''},
{image : 'images/background/your-image-name-2.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=n3YSU06k4BA" id="bgndVideo" class="player {containment:'body', autoPlay:true, mute:true, startAt:0, opacity:1, loop:true}"></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}"></a>
<!-- YTPlayer end -->

Please note;
By default the sound of the video is set mute. To unmute the sound, change 'mute:true' into 'mute:false'.

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