This is a one page template, meaning all pages can be found and edited via single file, INDEX HTML file.
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 -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-dark">
ex nihilo's
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-home section-title-inner-dark">
Wext
</div><!-- section title 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 -->
[...]
<!-- carousel item 1 start -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-light">
Who we are
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-page section-title-inner-page-all section-title-inner-light">
About
</div><!-- section title end -->
[...]
<!-- testimonials start -->
[...]
<!-- testimonials quote 1 start -->
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard
dummy text ever since the 1500s.
</p>
[...]<!-- testimonials quote 1 end -->
<!-- testimonials quote 2 start -->
[...]
<p>
When an unknown printer took a galley of type and scrambled it to make a type specimen book.
</p>
[...]<!-- testimonials quote 2 end -->
<!-- testimonials quote 3 start -->
[...]
<p>
It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
</p>
[...]<!-- testimonials quote 3 end -->
[...]<!-- testimonials end -->
[...]
[...]
<!-- play video button start -->
[...]
<a class="" data-lity="" href="https://www.youtube.com/watch?v=3S9rxiz1lsU">
[...]
[...]
[...]</a>
[...]<!-- play video button end -->
[...]<!-- carousel item 1 end -->
<!-- carousel item 2 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-light">
Customer
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-page section-title-inner-page-all section-title-inner-light">
Care
</div><!-- section title end -->
[...]
<!-- section chart start -->
[...]
<span class="chart-about chart-appear-about" data-percent="76"><span class="percent-about"></span></span>
[...]<!-- section chart end -->
<!-- section TXT start -->
<p>
Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p><!-- section TXT end -->
[...]<!-- carousel item 2 end -->
<!-- carousel item 3 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-light">
Process
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-page section-title-inner-page-all section-title-inner-light">
Control
</div><!-- section title end -->
[...]
<!-- section chart start -->
[...]
<span class="chart-about chart-appear-about" data-percent="66"><span class="percent-about"></span></span>
[...]<!-- section chart end -->
<!-- section TXT start -->
<p>
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.
</p><!-- section TXT end -->
[...]<!-- carousel item 3 end -->
<!-- carousel item 4 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-light">
Quality
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-page section-title-inner-page-all section-title-inner-light">
Result
</div><!-- section title end -->
[...]
<!-- section chart start -->
[...]
<span class="chart-about chart-appear-about" data-percent="56"><span class="percent-about"></span></span>
[...]<!-- section chart end -->
<!-- section TXT start -->
<p>
Lorem Ipsum has been the industry's standard dummy text <a class="link-effect" href="#">ever since the 1500s</a>.
</p><!-- section TXT end -->
[...]<!-- carousel item 4 end -->
[...]<!-- about section end -->
[...]
You can edit the 'About' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.4. about carousel IMG BACKGROUND */
.about-page-carousel-item-1 {
background-image: url(../img/about/about-page-img-carousel-item-1.jpg);
}
.about-page-carousel-item-2 {
background-image: url(../img/about/about-page-img-carousel-item-2.jpg);
}
.about-page-carousel-item-3 {
background-image: url(../img/about/about-page-img-carousel-item-3.jpg);
}
.about-page-carousel-item-4 {
background-image: url(../img/about/about-page-img-carousel-item-4.jpg);
}
[...]
You can also edit the 'About' section images by following its URL path: 'img/about/', 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 -->
[...]
<!-- carousel item 1 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-dark">
What we do
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-page section-title-inner-page-all section-title-inner-dark">
Works
</div><!-- section title end -->
[...]
<!-- section TXT start -->
<[...]
<p>
Simplicity is not a style, it is more a philosophy about how to design something more effectively.
</p>
[...]<!-- section TXT end -->
[...]<!-- carousel item 1 end -->
<!-- carousel item 2 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark section-title-inner-dark-works">
Image Gallery
</div><!-- section title end -->
[...]
<a href="img/works/works-gallery-slider/works-gallery-slider-1.jpg" title="Gallery 1 / Image description 1">
<div class="the-button">
View gallery
</div></a> <a href="img/works/works-gallery-slider/works-gallery-slider-2.jpg" title="Gallery 1 / Image description 2"></a>
<a href="img/works/works-gallery-slider/works-gallery-slider-3.jpg" title="Gallery 1 / Image description 3"></a> <a href=
"img/works/works-gallery-slider/works-gallery-slider-4.jpg" title="Gallery 1 / Image description 4"></a>
[...]<!-- carousel item 2 end -->
<!-- carousel item 3 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark section-title-inner-dark-works">
YouTube Video
</div><!-- section title end -->
[...]
<a data-lity="" href="https://www.youtube.com/watch?v=v6yOz3oZ0gM">
<div class="the-button">
Watch video
</div></a>
[...]<!-- carousel item 3 end -->
<!-- carousel item 4 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark section-title-inner-dark-works">
Single Image
</div><!-- section title end -->
[...]
<a class="popup-photo" href="img/works/works-large/works-page-img-carousel-item-large.jpg" title="Lorem ipsum dolor sit amet.">
<div class="the-button">
View image
</div></a>
[...]<!-- carousel item 4 end -->
<!-- carousel item 5 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark section-title-inner-dark-works">
Vimeo Video
</div><!-- section title end -->
[...]
<a data-lity="" href="https://vimeo.com/29042580">
<div class="the-button">
Watch video
</div></a>
[...]<!-- carousel item 5 end -->
<!-- carousel item 6 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-works section-title-inner-dark section-title-inner-dark-works">
Image Gallery
</div><!-- section title end -->
[...]
<a href="img/works/works-gallery-slider-2/works-gallery-slider-1.jpg" title="Gallery 2 / Image description 1">
<div class="the-button">
View gallery
</div></a> <a href="img/works/works-gallery-slider-2/works-gallery-slider-2.jpg" title="Gallery 2 / Image description 2"></a>
<a href="img/works/works-gallery-slider-2/works-gallery-slider-3.jpg" title="Gallery 2 / Image description 3"></a> <a href=
"img/works/works-gallery-slider-2/works-gallery-slider-4.jpg" title="Gallery 2 / Image description 4"></a>
[...]<!-- carousel item 6 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.5. works carousel IMG BACKGROUND */
.works-page-carousel-item-1 {
background-image: url(../img/works/works-page-img-carousel-item-1.jpg);
}
.works-page-carousel-item-2 {
background-image: url(../img/works/works-page-img-carousel-item-2.jpg);
}
.works-page-carousel-item-3 {
background-image: url(../img/works/works-page-img-carousel-item-3.jpg);
}
.works-page-carousel-item-4 {
background-image: url(../img/works/works-page-img-carousel-item-4.jpg);
}
.works-page-carousel-item-5 {
background-image: url(../img/works/works-page-img-carousel-item-5.jpg);
}
.works-page-carousel-item-6 {
background-image: url(../img/works/works-page-img-carousel-item-6.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 -->
[...]
<!-- carousel item 1 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-light">
Let's talk
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-page section-title-inner-page-all section-title-inner-light">
Contact
</div><!-- section title end -->
[...]
<!-- section TXT start -->
[...]
<p>
Have an idea or a project in mind?<br>
By all means, please feel free to send us a message.
</p>
[...]<!-- section TXT end -->
[...]
<!-- section email start -->
[...]
<a class="link-effect" href="mailto:contact@domainname.com">contact@domain.com</a>
[...]<!-- section email end -->
[...]<!-- carousel item 1 end -->
<!-- carousel item 2 start -->
[...]
<!-- section title start -->
<div class="section-title-inner section-title-inner-all section-title-inner-light">
Get in
</div><!-- section title end -->
<!-- section title start -->
<div class="section-title-inner section-title-inner-page section-title-inner-page-all section-title-inner-light">
Touch
</div><!-- section title end -->
[...]
<!-- section subtitle start -->
<h3>
Address
</h3><!-- section subtitle end -->
[...]
<!-- section TXT start -->
<p>
ex Inc. Touchdown Dr 1176
</p><!-- section TXT end -->
[...]
<!-- section subtitle start -->
<h3>
On the web
</h3><!-- section subtitle end -->
[...]
<!-- section TXT start -->
[...]
<!-- social icons start -->
[...]
<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>
[...]<!-- social icons end -->
[...]<!-- section TXT end -->
[...]
[...]
<!-- section subtitle start -->
<h3>
Phone
</h3><!-- section subtitle end -->
[...]
<!-- section TXT start -->
<p>
+123 456 7890
</p><!-- section TXT end -->
[...]<!-- carousel item 2 end -->
[...]<!-- contact section end -->
[...]
You can edit the 'Contact' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.6. contact carousel IMG BACKGROUND */
.contact-page-carousel-item-1 {
background-image: url(../img/contact/contact-page-img-carousel-item-1.jpg);
}
.contact-page-carousel-item-2 {
background-image: url(../img/contact/contact-page-img-carousel-item-2.jpg);
}
[...]
You can also edit the 'Contact' section images by following its URL path: 'img/contact/', and replace existing image files with your own images.
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: true}"
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: 995px) {
.YT-bg {
[...]
background-image: url(../img/background/YT-bg.jpg);
[...]
/* uncomment the following to show an image for mobile devices */
/* display: block; */
}
}
[...]
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;
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: 995px) {
.vimeo-bg {
[...]
background-image: url(../img/background/vimeo-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.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);
}
/* 1.3. swiper parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {
background-image: url(../img/background/parallax-bg.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
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)