To edit the 'Welcome Message', simply find the appropriate label <!-- intro start --> in the body of the HTML file.
Part to edit:
[...]
<!-- intro start -->
[...]
<h3>
The Best Place
</h3>
[...]
<h3>
To Meet People
</h3>
[...]
<h1>
Ex
</h1>
[...]<!-- intro end -->
[...]
To edit the 'Logo', simply find the appropriate label <!-- logo start --> in the body of the HTML file.
Part to edit:
[...]
<!-- logo start -->
[...]
<img alt="Logo" src="img/logo.png">
[...]<!-- logo end -->
<!-- logo mobile start -->
[...]
<img alt="Logo" src="img/logo-mobile.png">
[...]<!-- logo mobile 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 -->
[...]
<h4>
Who we are
</h4>
<h2>
About
</h2>
[...]
<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>
[...]
<li>
<span class="expand photoshop"></span><span class="skills-description">Photoshop</span>
</li>
<li>
<span class="expand jquery"></span><span class="skills-description">jQuery</span>
</li>
<li>
<span class="expand css3"></span><span class="skills-description">CSS3</span>
</li>
<li>
<span class="expand html5"></span><span class="skills-description">HTML5</span>
</li>
<li class="last">
<span class="expand dreamweaver"></span><span class="skills-description">Dreamweaver</span>
</li>
[...]
<span class="awesome"><span class="fa fa-user-secret"></span></span>
<h5>
<span class="awesome-2">Customer</span> First
</h5>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dictum <a href="#">pharetra congue</a>.
</p>
<p>
Suspendisse ut feugiat orci, in laoreet augue. Aliquam ultricies, ligula non dignissim suscipit, neque nunc efficitur felis.
</p>
[...]
<span class="awesome"><span class="fa fa-star"></span></span>
<h5>
<span class="awesome-2">Quality</span> First
</h5>
<p>
Curabitur sit amet odio vitae odio gravida tempus. Aenean in lectus neque.
</p>
<p>
Nunc in lacus quis enim ultrices suscipit sit amet id lorem. Sed in lorem felis. Nulla tempus consequat magna, eu <a href="#">finibus mauris</a>.
</p>
[...]<!-- 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 -->
[...]
<h4>
What we do
</h4>
<h2>
Services
</h2>
[...]
<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>
[...]
<span class="awesome"><span class="fa fa-balance-scale"></span></span>
<h5>
<span class="awesome-2">Core</span> Strategy
</h5>
<p>
Curabitur sit amet odio vitae odio gravida.
</p>
[...]
<span class="awesome"><span class="fa fa-diamond"></span></span>
<h5>
<span class="awesome-2">Core</span> Values
</h5>
<p>
Aenean in lectus neque.
</p>
[...]
<span class="awesome"><span class="fa fa-cogs"></span></span>
<h5>
<span class="awesome-2">Core</span> Solutions
</h5>
<p>
Nunc in lacus quis enim ultrices suscipit.
</p>
[...]
<span class="awesome"><span class="fa fa-bank"></span></span>
<h5>
<span class="awesome-2">Core</span> Principles
</h5>
<p>
Nulla tempus <a href="#">consequat magna.</a>
</p>
[...]
<ul class="services-gallery-slider owl-carousel">
<li>
<img alt="Services" src="img/services/1.png">
</li>
<li>
<img alt="Services" src="img/services/2.png">
</li>
<li>
<img alt="Services" src="img/services/3.png">
</li>
<li>
<img alt="Services" src="img/services/4.png">
</li>
<li>
<img alt="Services" src="img/services/5.png">
</li>
<li>
<img alt="Services" src="img/services/6.png">
</li>
<li>
<img alt="Services" src="img/services/7.png">
</li>
<li>
<img alt="Services" src="img/services/8.png">
</li>
</ul>
[...]<!-- services end -->
[...]
To edit the 'Photos' page, simply find the appropriate label <!-- photos start --> in the body of the HTML file.
Part to edit:
[...]
<!-- photos start -->
[...]
<h4>
What it looks like
</h4>
<h2>
Photos
</h2>
[...]
<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 class="photos-gallery-slider owl-carousel">
<li>
<a class="popup-photo" href="img/photos/large/1.jpg"><img alt="Photos" src="img/photos/small/1.png"></a>
</li>
<li>
<a class="popup-photo" href="img/photos/large/2.jpg"><img alt="Photos" src="img/photos/small/2.png"></a>
</li>
<li>
<a class="popup-photo" href="img/photos/large/3.jpg"><img alt="Photos" src="img/photos/small/3.png"></a>
</li>
<li>
<a class="popup-photo" href="img/photos/large/4.jpg"><img alt="Photos" src="img/photos/small/4.png"></a>
</li>
<li>
<a class="popup-photo" href="img/photos/large/5.jpg"><img alt="Photos" src="img/photos/small/5.png"></a>
</li>
<li>
<a class="popup-photo" href="img/photos/large/6.jpg"><img alt="Photos" src="img/photos/small/6.png"></a>
</li>
<li>
<a class="popup-photo" href="img/photos/large/7.jpg"><img alt="Photos" src="img/photos/small/7.png"></a>
</li>
<li>
<a class="popup-photo" href="img/photos/large/8.jpg"><img alt="Photos" src="img/photos/small/8.png"></a>
</li>
</ul>
[...]<!-- photos 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 -->
[...]
<h4>
Where to find us
</h4>
<h2>
Contact
</h2>
[...]
<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>
[...]
<span class="awesome"><span class="fa fa-map-marker"></span></span>
<p>
ex nihilo, Inc.<br>
Touchdown Dr 1176
</p>
[...]
<span class="awesome"><span class="fa fa-mobile"></span></span>
<p>
[00] 11 - 76<br>
[01] 11 - 76
</p>
[...]
<span class="awesome"><span class="fa fa-paper-plane"></span></span>
<p>
<a href="mailto:contact@yourdomainname.com">contact@yourdomainname.com</a><br>
<a href="mailto:info@yourdomainname.com">info@yourdomainname.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["subscribe-email"], $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 'ex.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// countdown setup start'.
Edit this section:
date: "10 December 2016 12:00:00", // countdown target date settings
To set the 'Mobile Countdown Target Date', simply find the file named 'ex.js' placed in the folder named 'js'.
Open the file and find the appropriate label '// countdown mobile setup start'.
Edit this section:
date: "10 December 2016 12:00:00", // countdown mobile 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">
<img alt="Background" src="img/background/4.jpg">
</div><!-- kenburnsy end -->
[...]
You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.
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/1.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 : ''},
{image : 'img/background/4.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 : ''},
{image : 'img/background/your-image-name-4.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 -->
<div id="videoContainment"></div>
<a class="player" data-property=
"{videoURL:'https://www.youtube.com/watch?v=PDLSKYTbCp4', mute:true, showControls:false, quality:'default', opacity:1, containment:'#videoContainment', optimizeDisplay:true, loop:true, startAt:0, autoPlay:true, showYTLogo:false, addRaster:false, realfullscreen:true}"
id="bgndVideo"></a><!-- YTPlayer end -->
[...]
With:
[...]
<!-- YTPlayer start -->
<div id="videoContainment"></div>
<a class="player" data-property=
"{videoURL:'https://www.youtube.com/watch?v=youryoutubevideouniqueID', mute:true, showControls:false, quality:'default', opacity:1, containment:'#videoContainment', optimizeDisplay:true, loop:true, startAt:0, autoPlay:true, showYTLogo:false, addRaster:false, realfullscreen:true}"
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 data-vide-bg="http://vodkabears.github.io/vide/video/ocean.mp4" data-vide-options="loop: true, muted: true, position: 0% 0%" id="video-bg"></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'.
To add your 'Google Maps' location, simply find and open the file named 'google-maps.js' placed in the folder named 'js'.
Part to edit:
[...] center: new google.maps.LatLng(48.858278, 2.294254), // YOUR POSITION [...] position: new google.maps.LatLng(48.858278, 2.294254), // YOUR POSITION
Selected DEMO Location is:
Paris, France
Latitude: 48.858278°
Longitude: 2.294254°
You can visit this site: http://www.findlatitudeandlongitude.com/ to pinpoint your location.
Contact the author
This author provides limited support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
Item support includes:
Availability of the author to answer questions
Answering technical questions about item’s features
Assistance with reported bugs and issues
Help with included 3rd party assets
However, item support does not include:
Customization services
Installation services
This author’s response time can be up to 2 business days.
Working time:
Monday thru Friday 9am to 5pm
Central European Time (UTC+01:00)
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 --> [...] <li> <a class="fa fa-twitter" href="#"></a> </li> <li> <a class="fa fa-facebook" href="#"></a> </li> <li> <a class="fa fa-google-plus" href="#"></a> </li> <li> <a class="fa fa-youtube" href="#"></a> </li> <li> <a class="fa fa-linkedin" href="#"></a> </li> <li> <a class="fa fa-instagram" href="#"></a> </li> [...]<!-- social icons end --> [...]To edit the 'Mobile Social Icons' links, simply find the appropriate label <!-- social icons mobile start --> in the body of the HTML file.
Part to edit:
[...] <!-- social icons mobile start --> [...] <li> <a class="fa fa-twitter" href="#"></a> </li> <li> <a class="fa fa-facebook" href="#"></a> </li> <li> <a class="fa fa-google-plus" href="#"></a> </li> <li> <a class="fa fa-youtube" href="#"></a> </li> <li> <a class="fa fa-linkedin" href="#"></a> </li> <li> <a class="fa fa-instagram" href="#"></a> </li> [...]<!-- social icons mobile end --> [...]