To edit the 'Home' section, simply find the appropriate label <!-- bottom credits start --> in the body of the HTML file.
Part to edit:
[...]
<!-- bottom credits start -->
[...]
<a href="#">Enex © 2020 All Rights Reserved.</a>
[...]<!-- bottom credits end -->
<!-- social icons wrapper start -->
[...]
<!-- social icons start -->
[...]
<li class="social-icon">
<a class="ion-social-twitter" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-facebook" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-googleplus" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-youtube" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-linkedin" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-instagram" href="#"></a>
</li>
<li class="social-icon">
<a class="ion-social-pinterest" href="#"></a>
</li>
[...]<!-- social icons end -->
[...]<!-- social icons wrapper start end -->
[...]
<!-- home start -->
[...]
<!-- page title start -->
<h2 class="hero-heading">
Creative <span>Ex</span>perience.
</h2><!-- page title end -->
<!-- sign up modal launcher start -->
[...]
<a><span class="effect-navigation"><span class="nav-indicator-wrapper"><span class="nav-indicator"></span></span>Subscribe</span></a>
[...]<!-- sign up modal launcher end -->
[...]<!-- home end -->
[...]
You can edit the 'Home' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'Home' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
To edit the 'Logo' images, simply find the appropriate label <!-- logo start --> in the body of the HTML file.
Part to edit:
[...]
<!-- logo start -->
[...]
<span><img alt="Logo" src="img/logo.png"></span>
[...]<!-- logo end -->
[...]
You can also edit the 'Logo' images by following its URL path: 'img/', and replace existing image files with your own images.
Please note;
Demo 'Logo" image size is 67x40px.
To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>01.</span> about
</h2><!-- page title end -->
[...]
<!-- section title start -->
<h3 class="section-header">
<span>simplicity</span> is not a style, it is more a <span>philosophy</span> about how to <span>design</span> something more <span>effectively</span>.
</h3><!-- section title end -->
[...]
<!-- section txt start -->
<div class="col-md-4 section-txt">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 section-txt">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 section-txt">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
</div><!-- section txt end -->
[...]<!-- about end -->
[...]
To edit the 'Services' section, simply find the appropriate label <!-- services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>02.</span> services
</h2><!-- page title end -->
[...]
<!-- section title start -->
<h3 class="section-header">
shooting <span>fashion</span> & <span>portraits</span> photos.<br>
editing selected <span>wedding</span> photos.<br>
delivering <span>high-resolution</span> image files.
</h3><!-- section title end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<!-- section subtitle start -->
<h6 class="services">
<span class="awesome">Brand</span> Identity
</h6><!-- section subtitle end -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<!-- section subtitle start -->
<h6 class="services">
<span class="awesome">Brand</span> Design
</h6><!-- section subtitle end -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-services section-txt">
<!-- section subtitle start -->
<h6 class="services">
<span class="awesome">Web</span> Identity
</h6><!-- section subtitle end -->
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline"
href="#">ever since the 1500s</a>.
</p>
</div><!-- section txt end -->
[...]<!-- services end -->
[...]
To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<!-- page title start -->
<h2 class="section-heading-all">
<span>03.</span> contact
</h2><!-- page title end -->
[...]
<!-- section title start -->
<h3 class="section-header">
please send an e-mail at the <span>address provided below</span> or feel free to <a class="link-underline link-underline-contact contact-modal-launcher" href=
"#">use the form</a>.
</h3><!-- section title end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-contact section-txt">
<h6 class="contact">
<span class="awesome">Street</span> Address
</h6>
<p>
ex Inc. Touchdown Dr 1176
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-contact section-txt">
<h6 class="contact">
<span class="awesome">Phone</span> Number
</h6>
<p>
+123 456 7890
</p>
</div><!-- section txt end -->
[...]
<!-- section txt start -->
<div class="col-md-4 col-contact section-txt">
<h6 class="contact">
<span class="awesome">Email</span> Enquiry
</h6>
<p>
<a class="link-underline" href="mailto:contact@domainname.com">contact@domainname.com</a>
</p>
</div><!-- section txt end -->
[...]<!-- contact end -->
[...]
To edit the 'Contact Modal' section, simply find the appropriate label <!-- contact modal start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact modal start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
Get in touch
</h2><!-- section title end -->
<!-- section txt start -->
<p>
Promise, we won't stay silent
</p><!-- section txt end -->
[...]
<!-- contact form start -->
<[...]
<button class="c-btn fullwidth-liquid c-btn-contact-modal-wrapper-only" id="submit" type="submit"><span>Submit</span></button>
[...]<!-- contact form end -->
[...]<!-- contact modal 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 edit the 'Sign Up Modal' section, simply find the appropriate label <!-- sign up modal start --> in the body of the HTML file.
Part to edit:
[...]
<!-- sign up modal start -->
[...]
<!-- section title start -->
<h2 class="section-heading">
Newsletter sign up
</h2><!-- section title end -->
<!-- section txt start -->
<p>
Subscribe today to receive the latest news
</p><!-- section txt end -->
[...]
<!-- newsletter form start -->
[...]<button class=
"c-btn fullwidth-liquid" id="submit-2" type="submit"><span>Subscribe</span></button>
[...]<!-- newsletter form end -->
[...]<!-- sign up modal end -->
[...]
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_key = 'YOUR_API_KEY'; [...] $list_id = 'YOUR_LIST_ID';
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 add 'YouTube Videos - SINGLE' in the background of the template, simply find the appropriate label <!-- YouTube video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- YouTube video URL start -->
<div class="player" data-property=
"{videoURL: '3zXrWmkVjTM', containment: '#videoContainment', showControls: false, autoPlay: true, loop: true, vol: 50, mute: true, startAt: 0, stopAt: 0, opacity: 1, addRaster: false, quality: 'large', optimizeDisplay: true, ratio: 16/9, playOnlyIfVisible: false}"
id="bgndVideo"></div><!-- YouTube video URL end -->
[...]
Please note;
This template is designed to use YouTube videos as a background; however, 'YouTube Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL 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/YT-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* YouTube video */
[...]
@media only screen and (max-width: 880px) {
.YT-bg {
[...]
background-image: url(../img/background/YT-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
By default the sound of the video is set mute. To unmute the sound, change 'mute: true' into 'mute: false'.
To add 'Vimeo Videos' in the background of the template, simply find the appropriate label <!-- Vimeo video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- Vimeo video URL start -->
<iframe data-fullscreeneo="" src="https://player.vimeo.com/video/98929509?autoplay=1&background=1&hd=1&loop=1"></iframe><!-- Vimeo video URL end -->
[...]
Please note;
By default the sound of the video is set mute. To unmute the sound, change 'background=1' into 'background=0'.
Please note;
This template is designed to use Vimeo videos as a background; however, 'Vimeo Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL 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/vimeo-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* Vimeo video */
[...]
@media only screen and (max-width: 880px) {
.vimeo-bg {
[...]
background-image: url(../img/background/vimeo-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
To add 'Self-Hosted HTML5 Videos' in the background of the template, simply find the appropriate label <!-- HTML5 video URL start --> in the body of the HTML file.
Part to edit:
[...]
<!-- HTML5 video URL start -->
<div class="html5-videoContainment" data-vide-bg="http://www.11-76.com/html5-videos/enex.mp4" data-vide-options="loop: true, muted: true"></div><!-- HTML5 video URL end -->
[...]
Please note;
By default the sound of the video is set mute. To unmute the sound, change 'muted: true' into 'muted: false'.
Please note;
This template is designed to use Self-Hosted HTML5 videos as a background; however, 'Self-Hosted HTML5 Videos' plugin is not supported by SOME mobile devices and it doesn't work on ALL 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/html5-bg.jpg'.
To activate the background image, please open the 'style.css' file.
Part to edit:
[...]
/* HTML5 video */
[...]
@media only screen and (max-width: 880px) {
.html5-bg {
[...]
background-image: url(../img/background/html5-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
To add images in the background of the template, simply find the appropriate CSS file placed in the folder named 'css' (e.g. style.css).
Open the file and find the appropriate label '/* 1. TEMPLATE BACKGROUNDS */'.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
/* 1.2. slick fullscreen - ken burns slideshow ZOOM/FADE IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}
[...]
You can also edit the images by following its URL path: '/img/background/', and replace existing image files with your own images.
To setup the 'Countdown' target date, simply find and open the file named 'enex.js' placed in the folder named 'js'.
Part to edit:
[...]
// 10.1. countdown SETUP
var end = new Date("05/05/2025 06:00 PM"); // FORMAT: month/day/year time
[...]
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)