In order to edit the template, please read the documentation file (user guide) provided within the download package.
It's a simple task, no coding knowledge is required.
Further customization of the main template files [HTML, CSS, JS, PHP] can be done by using Dreamweaver (for example). You can simply open the files in Dreamweaver, make your edits, and then upload them to the server.
Please note, this is not a WordPress theme, it’s an HTML5 template.
In order to upload files to your server, please follow these relatively easy steps:
1. unzip the purchased ZIP file
2. open the template folder
3. connect to your server via your preferred FTP client
4. open the server folder named ‘public_html’
(if you don't have a ‘public_html’ folder, please contact your hosting provider for further instructions)
5. upload all files from the template folder
public_html folder
The public_html folder is the web root for your primary domain name.
This means that public_html is the folder where you put all website files which you want to appear when someone types your main domain (the one you provided when you signed up for hosting).
Or put another way, when someone types your domain name into their browser, whatever is in the public_html folder is what will be shown to them.
Examples
For example, if you have a file called index.html (or any of the other default filenames) in the public_html folder, it will display that page.
If you do not have a default file in the public_html folder (such as index.html, default.html, etc.), then a list of files in the public_html folder will be shown.
To edit the 'Home' section, simply find the appropriate label <!-- home section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home section start -->
[...]
<!-- halves start -->
[...]
<!-- bottom credits start -->
<div class="bottom-credits">
© All Rights Reserved.
</div>
<!-- bottom credits end -->
<!-- social icons wrapper start -->
[...]
<!-- social icons start -->
<ul>
<li>
<a class="ion-social-twitter" href="#"><span>Twitter</span></a>
</li>
<li>
<a class="ion-social-facebook" href="#"><span>Facebook</span></a>
</li>
<li>
<a class="ion-social-instagram" href="#"><span>Instagram</span></a>
</li>
</ul>
<!-- social icons end -->
[...]
<!-- social icons wrapper end -->
<!-- hero bg start -->
[...]
<!-- swiper slider item start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-home section-title-inner-dark">
<span class="first-line">Made</span>
<span class="second-line">for</span>
<span class="third-line">Kings</span>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-home section-title-inner-dark">
<span class="first-line">Made</span>
<span class="second-line">for</span>
<span class="third-line">Kings</span>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- HTML5 video URL start -->
<video playsinline data-autoplay muted loop>
<source src="https://www.11-76.com/html5-videos-22/nikex/nikex.mp4" type="video/mp4">
</video>
<!-- HTML5 video URL end -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-home section-title-inner-dark">
<span class="first-line">Made</span>
<span class="second-line">for</span>
<span class="third-line">Kings</span>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-home section-title-inner-dark">
<span class="first-line">Made</span>
<span class="second-line">for</span>
<span class="third-line">Kings</span>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
[...]
<!-- hero bg end -->
[...]
<!-- halves end -->
[...]
<!-- home section 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 -->
[...]
<a href="#"><img alt="Logo" src="img/logo/logo.png"></a>
[...]
<!-- logo end -->
[...]
You can also edit the 'Logo' images by following its URL path: 'img/logo/', and replace existing image files with your own images.
Please note;
Demo 'Logo" image size is 57x34px.
To edit the 'About' section, simply find the appropriate label <!-- about section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about section start -->
[...]
<!-- about carousel start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-about section-title-inner-dark">
<span>Simplicity</span> is not a style,<br>
it is more a <span>philosophy</span> about how to<br>
<span>design</span> something more <span>effectively</span>.
</div>
<!-- section title end -->
[...]
<!-- team carousel start -->
[...]
<!-- section item start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-plus popup-photo-team-open" href="img/about/1.jpg" title="IMG Description"></a> <a class="iw-slide-right ion-social-instagram" href="#"></a>
[...]
<!-- section subtitle start -->
<div class="post-box-inner">
<a class="popup-photo" href="img/about/1.jpg" title="IMG Description">
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm">
<span>C. Eastwood</span><br>
Chief Photographer
</h2>
</a>
</div>
<!-- section subtitle end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-plus popup-photo-team-open" href="img/about/2.jpg" title="IMG Description"></a> <a class="iw-slide-right ion-social-instagram" href="#"></a>
[...]
<!-- section subtitle start -->
<div class="post-box-inner">
<a class="popup-photo" href="img/about/2.jpg" title="IMG Description">
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm">
<span>R. Redford</span><br>
Assistant Photographer
</h2>
</a>
</div>
<!-- section subtitle end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-plus popup-photo-team-open" href="img/about/3.jpg" title="IMG Description"></a> <a class="iw-slide-right ion-social-instagram" href="#"></a>
[...]
<!-- section subtitle start -->
<div class="post-box-inner">
<a class="popup-photo" href="img/about/3.jpg" title="IMG Description">
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm">
<span>M. Scorsese</span><br>
Advertising Photographer
</h2>
</a>
</div>
<!-- section subtitle end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-plus popup-photo-team-open" href="img/about/4.jpg" title="IMG Description"></a> <a class="iw-slide-right ion-social-instagram" href="#"></a>
[...]
<!-- section subtitle start -->
<div class="post-box-inner">
<a class="popup-photo" href="img/about/4.jpg" title="IMG Description">
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm">
<span>W. Kar-wai</span><br>
Editorial Photographer
</h2>
</a>
</div>
<!-- section subtitle end -->
[...]
<!-- section item end -->
[...]
<!-- team carousel end -->
[...]
<!-- about carousel end -->
[...]
<!-- about content MORE start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm-light">
<span>We are</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-light">
Nikex
</h2>
<!-- section title end -->
[...]
<!-- section TXT wrapper start -->
[...]
<!-- section TXT start -->
<p class="link-effect">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's dummy text ever <a href="#">since
the 1500s</a>.
</p>
<!-- section TXT end -->
[...]
<!-- section TXT wrapper end -->
[...]
<!-- about content MORE end -->
[...]
<!-- about section end -->
[...]
You can edit the 'About' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'About' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
You can edit the 'About/Team' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.3. about team IMG BACKGROUND */
.carousel-item-team-01 {
background-image: url(../img/about/1.jpg);
}
.carousel-item-team-02 {
background-image: url(../img/about/2.jpg);
}
.carousel-item-team-03 {
background-image: url(../img/about/3.jpg);
}
.carousel-item-team-04 {
background-image: url(../img/about/4.jpg);
}
[...]
You can also edit the 'About/Team' section images by following its URL path: 'img/about/', and replace existing image files with your own images.
To edit the 'Services' section, simply find the appropriate label <!-- services section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services section start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-services section-title-inner-dark">
Web Design<br>
<span>Branding</span><br>
Identity
</div>
<!-- section title end -->
[...]
<!-- services content MORE start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading-sm section-subheading-sm-all section-subheading-sm">
<span>Brand</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<h2 class="section-heading-details section-heading-details-all section-heading-details-dark">
Identity
</h2>
<!-- section title end -->
[...]
<!-- section TXT wrapper start -->
[...]
<!-- section TXT start -->
<p class="link-effect link-effect-dark">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's dummy text ever <a href="#">since
the 1500s</a>.
</p>
<!-- section TXT end -->
[...]
<!-- section TXT wrapper end -->
[...]
<!-- services content MORE end -->
[...]
<!-- services section end -->
[...]
You can edit the 'Services' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'Services' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
To edit the 'Works' section, simply find the appropriate label <!-- works section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- works section start -->
[...]
<!-- works carousel start -->
[...]
<!-- works carousel item 1 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark">
Image <span>Gallery</span>
</div>
<!-- section title end -->
[...]
<!-- button start -->
<div class="popup-photo-gallery">
<div class="more-wraper-right">
<a href="img/works/works-gallery/gallery-1/1.jpg" title="Gallery 1 / Image description">
[...]
<div class="more-button-txt-center more-button-txt-center-color">
<span>View photos</span>
</div>
</a>
<a href="img/works/works-gallery/gallery-1/2.jpg" title="Gallery 1 / Image description"></a>
<a href="img/works/works-gallery/gallery-1/3.jpg" title="Gallery 1 / Image description"></a>
<a href="img/works/works-gallery/gallery-1/4.jpg" title="Gallery 1 / Image description"></a>
</div>
</div>
<!-- button end -->
[...]
<!-- works carousel item 1 end -->
<!-- works carousel item 2 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark">
YouTube <span>Video</span>
</div>
<!-- section title end -->
[...]
<!-- button start -->
<div class="more-wraper-right">
<a data-lity="" href="https://www.youtube.com/watch?v=v6yOz3oZ0gM">
[...]
<div class="more-button-txt-center more-button-txt-center-color">
<span>Watch video</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- works carousel item 2 end -->
<!-- works carousel item 3 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark">
Image <span>Gallery</span>
</div>
<!-- section title end -->
[...]
<!-- button start -->
<div class="popup-photo-gallery">
<div class="more-wraper-right">
<a href="img/works/works-gallery/gallery-2/1.jpg" title="Gallery 2 / Image description">
[...]
<div class="more-button-txt-center more-button-txt-center-color">
<span>View photos</span>
</div>
</a>
<a href="img/works/works-gallery/gallery-2/2.jpg" title="Gallery 2 / Image description"></a>
<a href="img/works/works-gallery/gallery-2/3.jpg" title="Gallery 2 / Image description"></a>
<a href="img/works/works-gallery/gallery-2/4.jpg" title="Gallery 2 / Image description"></a>
</div>
</div>
<!-- button end -->
[...]
<!-- works carousel item 3 end -->
<!-- works carousel item 4 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark">
Vimeo <span>Video</span>
</div>
<!-- section title end -->
[...]
<!-- button start -->
<div class="more-wraper-right">
<a data-lity="" href="https://vimeo.com/29042580">
[...]
<div class="more-button-txt-center more-button-txt-center-color">
<span>Watch video</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- works carousel item 4 end -->
<!-- works carousel item 5 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark">
Single <span>Image</span>
</div>
<!-- section title end -->
[...]
<!-- button start -->
<div class="more-wraper-right">
<a class="popup-photo" href="img/works/works-single/5.jpg" title="Image description">
[...]
<div class="more-button-txt-center more-button-txt-center-color">
<span>View photo</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- works carousel item 5 end -->
[...]
<!-- works carousel end -->
[...]
<!-- works section end -->
[...]
You can edit the 'Works' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.4. works IMG gallery carousel IMG BACKGROUND */
.works-page-carousel-item-1 {
background-image: url(../img/works/1.jpg);
}
.works-page-carousel-item-2 {
background-image: url(../img/works/2.jpg);
}
.works-page-carousel-item-3 {
background-image: url(../img/works/3.jpg);
}
.works-page-carousel-item-4 {
background-image: url(../img/works/4.jpg);
}
.works-page-carousel-item-5 {
background-image: url(../img/works/5.jpg);
}
[...]
You can also edit the 'Works' section images by following its URL path: 'img/works/', and replace existing image files with your own images.
To edit the 'Contact' section, simply find the appropriate label <!-- contact section start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact section start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-contact section-title-inner-dark">
contact@domainname.com
</div>
<!-- section title end -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-contact section-title-inner-contact-xl section-title-inner-dark">
ex Inc. Touchdown Dr 1176<br>
<span>+123 456 7890</span>
</div>
<!-- section title end -->
[...]
<!-- contact content MORE start -->
[...]
<!-- contact content MORE end -->
[...]
<!-- contact section end -->
[...]
You can edit the 'Contact' section images according to the documentation bellow (please read Background Images section).
You can also edit the 'Contact' section images by following its URL path: 'img/background/', and replace existing image files with your own images.
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 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. sections IMG BACKGROUND */
.bg-img-about {
background-image: url(../img/background/bg-img-about.jpg);
}
.bg-img-services {
background-image: url(../img/background/bg-img-services.jpg);
}
.bg-img-contact {
background-image: url(../img/background/bg-img-contact.jpg);
}
/* 1.2. slideshow/slider 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.
Contact the author
Ex Nihilo provides support through email contact form [http://themeforest.net/user/ex-nihilo#contact].
Typical response time is less than 1 business day.
Item support includes:
Availability of the author to answer questions
Get assistance with reported bugs and issues
Help with included 3rd party assets
Item support does not include:
Customizations and installations
Working time:
Monday thru Friday 9am to 5pm,
Central European Time (UTC+01:00)