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 file named 'mustang.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// wordRotator'.
Edit this section:
[...] words: ['this is<br><span class="highlighter">mustang.</span>', 'building<br><span class="highlighter">the net.</span>', 'faster<br><span class="highlighter">than ever.</span>'] [...]
To edit the 'Logo', simply find the appropriate label <!-- logo start --> in the body of the HTML file.
Part to edit:
[...]
<!-- logo start -->
<div id="logo">
<a class="logo" href="#"><img alt="Logo" src="img/mustang-logo-light.png"></a>
</div><!-- logo end -->
[...]
To edit the 'About' page, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<h2>
About
</h2>
[...]
<a class="effect-bubba-2" href="#">Read more</a>
[...]
<h3>
<span class="awesome"><span class="fa fa-user-secret"></span></span> Customer First
</h3>
<p>
Suspendisse ut feugiat orci, in laoreet augue. Aliquam ultricies, ligula non dignissim suscipit, neque nunc <a href="#">efficitur felis</a>.
</p>
[...]
<h3>
<span class="awesome"><span class="fa fa-star"></span></span> Quality First
</h3>
<p>
Suspendisse ut feugiat orci, in laoreet augue. Aliquam ultricies, ligula non dignissim suscipit, neque nunc efficitur felis.
</p>
[...]
<p>
<span class="quote-mark-l fa fa-quote-left"></span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dictum pharetra
congue.<span class="quote-mark-r fa fa-quote-right"></span>
</p>
[...]
<ul id="skills">
<li>
<span class="expand html5"></span><span class="skills-description">HTML5</span>
</li>
<li>
<span class="expand css3"></span><span class="skills-description">CSS3</span>
</li>
<li>
<span class="expand jquery"></span><span class="skills-description">jQuery</span>
</li>
<li>
<span class="expand photoshop"></span><span class="skills-description">Photoshop</span>
</li>
<li class="last">
<span class="expand dreamweaver"></span><span class="skills-description">Dreamweaver</span>
</li>
</ul>
[...]
<!-- about end -->
[...]
To edit the 'Services' page, simply find the appropriate label <!-- services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services start -->
[...]
<h2>
Services
</h2>
[...]
<a class="effect-bubba-2" href="#">Read more</a>
[...]
<!-- owl carousel start -->
<div class="services-gallery">
<ul class="services-gallery-slider owl-carousel">
<li>
<img alt="" src="img/sky-image-dark.png">
</li>
<li>
<img alt="" src="img/sky-image-light.png">
</li>
<li>
<img alt="" src="img/the-sea-image-dark.png">
</li>
<li>
<img alt="" src="img/the-sea-image-light.png">
</li>
</ul>
</div><!-- owl carousel end -->
[...]
<h3>
<span class="awesome"><span class="fa fa-diamond"></span></span> Core Values
</h3>
<p>
Suspendisse ut feugiat orci, in laoreet augue. Aliquam ultricies, ligula non dignissim suscipit, neque nunc <a href="#">efficitur felis</a>.
</p>
[...]
<h3>
<span class="awesome"><span class="fa fa-bank"></span></span> Core Principles
</h3>
<p>
Suspendisse ut feugiat orci, in laoreet augue. Aliquam ultricies, ligula non dignissim suscipit, neque nunc efficitur felis.
</p>
[...]
<!-- services end -->
[...]
To edit the 'Contact' page, simply find the appropriate label <!-- contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<h2>
Contact
</h2>
[...]
<a class="effect-bubba-2" href="#">Read more</a>
[...]
<h3>
<span class="awesome"><span class="fa fa-map-marker"></span></span> Address
</h3>
<p>
ex nihilo, Inc.<br>
Touchdown Dr 1176
</p>
[...]
<h3>
<span class="awesome"><span class="fa fa-paper-plane"></span></span> Telephone
</h3>
<p>
[00] 11 - 76<br>
[01] 11 - 76
</p>
[...]
<h3>
<span class="awesome"><span class="fa fa-mobile"></span></span> Email
</h3>
<p>
<a href="mailto:you@yoursite.com">you@yoursite.com</a>
</p>
[...]
<!-- contact end -->
[...]
To send the contents of your 'Contact Form' to your email, simply open the file named 'contact.php'.
Your email address goes here:
$myemail = 'you@yoursite.com';
To add form submissions to a subscriber list in your MailChimp account, simply open the file named 'subscribe.php' and configure it with your MailChimp credentials in the assigned slots below:
$api = new MCAPI('YOUR_API_KEY');
[...]
$retval = $api->listSubscribe( 'YOUR_LIST_ID', $_POST["subscribeemail"], $merge_vars, 'html', false, true );
Please make sure you have generated your MailChimp API Key and copied your MailChimp List ID.
- MailChimp API Key ARTICLE as available at: http://kb.mailchimp.com/accounts/management/about-api-keys#Finding-or-generating-your-API-key
- MailChimp List ID ARTICLE as available at: http://kb.mailchimp.com/lists/managing-subscribers/find-your-list-id
To set the 'Countdown Target Date', simply find the file named 'mustang.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// countdown setup start'.
Edit this section:
date: "01 July 2016 12:00:00", // countdown target date settings
To add images in the background of the template, simply find the appropriate label <!-- kenburnsy start --> in the body of the HTML file.
Part to edit:
<!-- kenburnsy start -->
<div id="kenburnsy-bg">
<img alt="Background" src="img/background/1.jpg">
<img alt="Background" src="img/background/2.jpg">
<img alt="Background" src="img/background/3.jpg">
</div><!-- kenburnsy end -->
You can use any size for a background image.
Please note;
Demo images are not included. Image placeholders are provided instead.
To add images in the background of the template, simply find the files named 'supersized.3.2.7.bg-single-image.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// supersized'.
Replace:
{image : 'img/background/bg-layer.jpg', title : '', thumb : '', url : ''}
With:
{image : 'img/background/your-image-name-1.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 images in the background of the template, simply find the files named 'supersized.3.2.7.bg-slideshow-image.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// supersized'.
Replace:
{image : 'img/background/1.jpg', title : '', thumb : '', url : ''},
{image : 'img/background/2.jpg', title : '', thumb : '', url : ''},
{image : 'img/background/3.jpg', title : '', thumb : '', url : ''}
With:
{image : 'img/background/your-image-name-1.jpg', title : '', thumb : '', url : ''},
{image : 'img/background/your-image-name-2.jpg', title : '', thumb : '', url : ''},
{image : 'img/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 start --> in the body of the HTML file.
Replace:
<!-- YTPlayer start -->
<a class="player" data-property=
"{videoURL:'http://www.youtube.com/watch?v=YPqIBIHrHkc', containment:'#videoContainment', showControls:false, autoPlay:true, loop:true, mute:true, startAt:0, opacity:1, addRaster:false, quality:'default'}"
id="bgndVideo"></a><!-- YTPlayer end -->
With:
<!-- YTPlayer start -->
<a class="player" data-property=
"{videoURL:'https://www.youtube.com/watch?v=youryoutubevideouniqueID', containment:'#videoContainment', showControls:false, autoPlay:true, loop:true, mute:true, startAt:0, opacity:1, addRaster:false, quality:'default'}"
id="bgndVideo"></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: 'img/background/video.jpg'.
By default the sound of the video is set mute. To unmute the sound, change 'mute:true' into 'mute:false'.
To add 'Self-Hosted HTML5 Videos' in the background of the template, simply find the appropriate label <!-- HTML5 start --> in the body of the HTML file.
Part to edit:
<!-- HTML5 start -->
<div id="video-bg" data-vide-bg="http://video-js.zencoder.com/oceans-clip.mp4" data-vide-options="loop: true, muted: true, position: 0% 0%"></div><!-- HTML5 end -->
Please note;
This template is designed to use Self-Hosted MP4 file format videos as a background; however, 'Self-Hosted HTML5 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: 'img/background/video-HTML5.jpg'.
By default the sound of the video is set mute. To unmute the sound, change 'muted: true' into 'muted: 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
Social Icons
To edit the 'Social Icons' links, simply find the appropriate label <!-- social icons start --> in the body of the HTML file.
Part to edit:
[...] <!-- social icons start --> <div class="social-icons-wrapper"> <ul class="social-icons"> <li> <a class="fa fa-twitter-square fa-2x" href="#"></a> </li> <li> <a class="fa fa-facebook-square fa-2x" href="#"></a> </li> <li> <a class="fa fa-google-plus-square fa-2x" href="#"></a> </li> <li> <a class="fa fa-youtube-square fa-2x" href="#"></a> </li> <li> <a class="fa fa-linkedin-square fa-2x" href="#"></a> </li> <li> <a class="fa fa-instagram fa-2x" href="#"></a> </li> <li> <a class="fa fa-pinterest-square fa-2x" href="#"></a> </li> <li> <a class="fa fa-share-alt-square fa-2x" href="#"></a> </li> </ul> </div><!-- social icons end --> [...]