To edit the 'Home' section, simply find the appropriate label <!-- section home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section home start -->
[...]
<!-- section title start -->
[...]
<h4 class="section-title-subheading section-title-subheading-home">
Ex Nihilo's
</h4>
<div class="section-title-heading section-title-heading-home">
Wildone
</div>
[...]<!-- section title end -->
[...]
<!-- bottom credits start -->
[...]
<a class="link-underline" href="#">Wildone</a> © 2018 All Rights Reserved.
[...]<!-- bottom credits end -->
<!-- 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 -->
[...]<!-- section 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.
Please note;
Demo images are not included. Image placeholders are provided instead.
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 class="logo element-color-switch">
<div class="logo-img fadeIn-element"></div></a><!-- logo end -->
[...]
To edit the 'Logo' images, please open the 'style.css' file.
Part to edit:
[...]
/* 6.1. logo */
[...]
.logo-img-dark:before,
.logo-light .logo-img:before {
background: url(../img/logo-light.png) no-repeat;
}
.logo-img:before,
.logo-dark .logo-img-dark:before {
background: url(../img/logo-dark.png) no-repeat;
}
[...]
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 57x34px.
To edit the 'About' section, simply find the appropriate label <!-- section about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section about start -->
[...]
<!-- section title start -->
[...]
<h4 class="section-title-subheading">
Who we are
</h4>
<div class="section-title-heading">
About
</div>
[...]<!-- section title end -->
[...]
<!-- about left start -->
[...]
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>Inspiring</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-light">
Generations
</h2>
[...]
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline" href="#">since the 1500s</a>.
</p>
[...]
[...]<!-- about left end -->
[...]
[...]<!-- section about end -->
[...]
To edit the 'About' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. about IMG BACKGROUND */
.about-bg {
background-image: url(../img/about/about-bg.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.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Services' section, simply find the appropriate label <!-- section services start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section services start -->
[...]
<!-- section title start -->
[...]
<h4 class="section-title-subheading">
What we do
</h4>
<div class="section-title-heading">
Services
</div>
[...]<!-- section title end -->
[...]
[...]
<!-- services content start -->
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>The Importance of Being</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-dark">
Punctual
</h2>
[...]
<p class="services-txt services-txt-dark">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- services content end -->
[...]
[...]
[...]
<!-- services content start -->
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>The Customer is</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-light">
King
</h2>
[...]
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever
<a class="link-underline" href="#">since the 1500s</a>.
</p>
[...]<!-- services content end -->
[...]
[...]<!-- section services end -->
[...]
To edit the 'Services' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.3. services IMG BACKGROUND */
.services-bg-1 {
background-image: url(../img/services/services-bg-1.jpg);
}
.services-bg-2 {
background-image: url(../img/services/services-bg-2.jpg);
}
.services-bg-3 {
background-image: url(../img/services/services-bg-3.jpg);
}
.services-bg-4 {
background-image: url(../img/services/services-bg-4.jpg);
}
.services-bg-5 {
background-image: url(../img/services/services-bg-5.jpg);
}
.services-bg-6 {
background-image: url(../img/services/services-bg-6.jpg);
}
[...]
You can also edit the 'Services' section images by following its URL path: 'img/services/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Works' section, simply find the appropriate label <!-- section works start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section works start -->
[...]
<!-- section title start -->
[...]
<h4 class="section-title-subheading">
What it look like
</h4>
<div class="section-title-heading">
Works
</div>
[...]<!-- section title end -->
[...]
<!-- works IMG carousel item start -->
[...]
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-1.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Web
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-2.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Design
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap" data-lity="" href="https://vimeo.com/98929509"><span></span><span></span></a><!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Logo
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap" data-lity="" href="https://www.youtube.com/watch?v=3zXrWmkVjTM"><span></span><span></span></a><!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Print
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-5.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Web
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-6.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Design
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-7.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Logo
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-8.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Print
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap" data-lity="" href="https://vimeo.com/119744580"><span></span><span></span></a> <!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Web
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap" data-lity="" href="https://www.youtube.com/watch?v=YM_EFN4CbWc"><span></span><span></span></a> <!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Design
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-11.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Logo
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
<!-- works IMG carousel item start -->
[...]
<!-- works item IMG hover effect start -->
<a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-12.jpg"><span></span><span></span></a>
<!-- works item IMG hover effect end -->
<!-- works item description start -->
[...]
<h3>
Print
</h3><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- works item description end -->
[...]<!-- works IMG carousel item end -->
[...]<!-- works IMG carousel item end -->
[...]<!-- section works end -->
[...]
To edit the 'Works' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.4. works IMG carousel IMG BACKGROUND */
.works-page-img-carousel-item-1 {
background-image: url(../img/works/works-page-img-carousel-item-1.jpg);
}
.works-page-img-carousel-item-2 {
background-image: url(../img/works/works-page-img-carousel-item-2.jpg);
}
.works-page-img-carousel-item-3 {
background-image: url(../img/works/works-page-img-carousel-item-3.jpg);
}
.works-page-img-carousel-item-4 {
background-image: url(../img/works/works-page-img-carousel-item-4.jpg);
}
.works-page-img-carousel-item-5 {
background-image: url(../img/works/works-page-img-carousel-item-5.jpg);
}
.works-page-img-carousel-item-6 {
background-image: url(../img/works/works-page-img-carousel-item-6.jpg);
}
.works-page-img-carousel-item-7 {
background-image: url(../img/works/works-page-img-carousel-item-7.jpg);
}
.works-page-img-carousel-item-8 {
background-image: url(../img/works/works-page-img-carousel-item-8.jpg);
}
.works-page-img-carousel-item-9 {
background-image: url(../img/works/works-page-img-carousel-item-9.jpg);
}
.works-page-img-carousel-item-10 {
background-image: url(../img/works/works-page-img-carousel-item-10.jpg);
}
.works-page-img-carousel-item-11 {
background-image: url(../img/works/works-page-img-carousel-item-11.jpg);
}
.works-page-img-carousel-item-12 {
background-image: url(../img/works/works-page-img-carousel-item-12.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.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'News' section, simply find the appropriate label <!-- section news start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section news start -->
[...]
<!-- section title start -->
[...]
<h4 class="section-title-subheading">
Stay informed
</h4>
<div class="section-title-heading">
News
</div>
[...]<!-- section title end -->
[...]
<!-- news IMG carousel item start -->
[...]
<!-- news item IMG hover effect start -->
<a class="link-wrap c-btn-news" data-id="news-more-1"><span></span><span></span></a> <!-- news item IMG hover effect end -->
<!-- news item description start -->
[...]
<h4>
Simplicity is complex
</h4><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- news item description end -->
[...]<!-- news IMG carousel item end -->
<!-- news IMG carousel item start -->
[...]
<!-- news item IMG hover effect start -->
<a class="link-wrap c-btn-news" data-id="news-more-2"><span></span><span></span></a> <!-- news item IMG hover effect end -->
<!-- news item description start -->
[...]
<h4>
Design is a process
</h4><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- news item description end -->
[...]<!-- news IMG carousel item end -->
<!-- news IMG carousel item start -->
[...]
<!-- news item IMG hover effect start -->
<a class="link-wrap c-btn-news" data-id="news-more-3"><span></span><span></span></a> <!-- news item IMG hover effect end -->
<!-- news item description start -->
[...]
<h4>
Aesthetic is a decision
</h4><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- news item description end -->
[...]<!-- news IMG carousel item end -->
<!-- news IMG carousel item start -->
[...]
<!-- news item IMG hover effect start -->
<a class="link-wrap c-btn-news" data-id="news-more-4"><span></span><span></span></a> <!-- news item IMG hover effect end -->
<!-- news item description start -->
[...]
<h4>
Style is everything
</h4><span>Lorem ipsum dolor sit amet.</span>
[...]<!-- news item description end -->
[...]<!-- news IMG carousel item end -->
[...]
[...]
<!-- news MORE carousel item start -->
[...]
<!-- news modal content start -->
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>Simplicity is</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-dark">
Complex
</h2>
[...]
<p class="news-modal-txt news-modal-txt-dark">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- news modal content end -->
[...]<!-- news MORE carousel item end -->
<!-- news MORE carousel item start -->
[...]
<!-- news modal content start -->
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>Design is a</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-dark">
Process
</h2>
[...]
<p class="news-modal-txt news-modal-txt-dark">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- news modal content end -->
[...]<!-- news MORE carousel item end -->
<!-- news MORE carousel item start -->
[...]
<!-- news modal content start -->
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>Aesthetic is a</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-dark">
Decision
</h2>
[...]
<p class="news-modal-txt news-modal-txt-dark">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- news modal content end -->
[...]<!-- news MORE carousel item end -->
<!-- news MORE carousel item start -->
[...]
<!-- news modal content start -->
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>Style is</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-dark">
Everything
</h2>
[...]
<p class="news-modal-txt news-modal-txt-dark">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever <a class=
"link-underline link-underline-dark" href="#">since the 1500s</a>.
</p>
[...]<!-- news modal content end -->
[...]<!-- news MORE carousel item end -->
[...]<!-- section news end -->
[...]
To edit the 'News' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.5. news IMG carousel IMG BACKGROUND */
.news-page-img-carousel-item-1 {
background-image: url(../img/news/news-page-img-carousel-item-1.jpg);
}
.news-page-img-carousel-item-2 {
background-image: url(../img/news/news-page-img-carousel-item-2.jpg);
}
.news-page-img-carousel-item-3 {
background-image: url(../img/news/news-page-img-carousel-item-3.jpg);
}
.news-page-img-carousel-item-4 {
background-image: url(../img/news/news-page-img-carousel-item-4.jpg);
}
/* 1.5.1. news panel left bg IMG BACKGROUND */
.panel-left-1.panel-left-bg-1 {
background-image: url(../img/news/news-page-img-carousel-item-1.jpg);
}
.panel-left-2.panel-left-bg-2 {
background-image: url(../img/news/news-page-img-carousel-item-2.jpg);
}
.panel-left-3.panel-left-bg-3 {
background-image: url(../img/news/news-page-img-carousel-item-3.jpg);
}
.panel-left-4.panel-left-bg-4 {
background-image: url(../img/news/news-page-img-carousel-item-4.jpg);
}
[...]
You can also edit the 'News' section images by following its URL path: 'img/news/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Contact' section, simply find the appropriate label <!-- section contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- section contact start -->
[...]
<!-- section title start -->
[...]
<h4 class="section-title-subheading">
We won't stay silent
</h4>
<div class="section-title-heading">
Contact
</div>
[...]<!-- section title end -->
[...]
<!-- contact left start -->
[...]
<!-- contact content start -->
[...]
<h2 class="section-subheading section-subheading-about section-subheading-light">
<span>Get In Touch</span>
</h2>
[...]
<h2 class="section-heading section-heading-about section-heading-dark">
With Us, Sir
</h2>
[...]
[...]
<p>
ex Inc., Touchdown Dr 1176<br>
United States
</p>
[...]
[...]
<p>
<span class="contact-info-mail"><a class="link-underline link-underline-dark" href=
"mailto:contact@domainname.com">contact@domainname.com</a></span>
</p>
[...]
<!-- contact form launcher start -->
[...]
Use the form
[...]
[...]<!-- contact form launcher end -->
[...]<!-- contact content end -->
[...]<!-- contact left end -->
[...]
[...]<!-- section contact end -->
[...]
To edit the 'Contact' section images, please open the 'style.css' file.
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.6. contact IMG BACKGROUND */
.contact-bg {
background-image: url(../img/contact/contact-bg.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.
Please note;
Demo images are not included. Image placeholders are provided instead.
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 '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: '3S9rxiz1lsU', 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}"
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:
[...]
/* 21.1. 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:
[...]
/* 21.2. 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/wildone.mp4" data-vide-options="loop: true, muted: true, position: 0% 0%"></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:
[...]
/* 21.3. 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. home IMG BACKGROUND */
.section-bg-home {
background-image: url(../img/background/home-bg.jpg);
}
[...]
/* 1.7. slick fullscreen slideshow IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.bg-img-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.bg-img-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.bg-img-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.
Please note;
Demo images are not included. Image placeholders are provided instead.
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)