To edit the 'Home' page text, simply find the appropriate label <!-- home page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home page start -->
[...]
<!-- single image start -->
<div class="parallax-window" data-image-src="img/background/SINGLE-bg.jpg" data-parallax="scroll"></div><!-- single image end -->
[...]
<h1 class="home-page-title">
Youth
</h1>
[...]
<h2 class="home-page-title">
<a data-scroll-to="about" href="#">Simplicity is complex</a>
</h2>
<h2 class="home-page-title">
<a data-scroll-to="about" href="#">Design is a process</a>
</h2>
<h2 class="home-page-title">
<a data-scroll-to="about" href="#">Aesthetic is a decision</a>
</h2>
<h2 class="home-page-title">
<a data-scroll-to="about" href="#">Style is everything</a>
</h2>
[...]<!-- home page end -->
[...]
You can also edit the 'Home' page 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', simply find the appropriate label <!-- logo start --> in the body of the HTML file.
Part to edit:
[...]
<!-- logo start -->
<a class="logo logo-light scrollToTop">
[...]</a><!-- logo end -->
[...]
You can also edit the 'Logo' images by following its URL path: 'img/', and replace existing image files with your own images.
To edit the 'About' page, simply find the appropriate label <!-- about page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about page start -->
[...]
<h2 class="section-title" data-aos="fade-up">
About
</h2>
[...]
<span class="section-all-subtitle-first">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span><br>
Curabitur sed dictum tellus. Praesent ullamcorper fermentum egestas.
[...]
<span class="quote-mark-l fa fa-quote-left"></span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dictum tellus. Praesent ullamcorper fermentum
egestas.<span class="quote-mark-r fa fa-quote-right"></span>
[...]
<h3 class="section-all-subtitle-second">
Lorem ipsum dolor sit amet
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dictum tellus. Praesent ullamcorper fermentum egestas. Sed magna tortor, consectetur ac purus
feugiat, porta aliquam turpis.
</p>
<p>
Aliquam nec ipsum feugiat nibh cursus gravida. Nullam mattis condimentum dapibus. Suspendisse congue tincidunt felis, et porttitor ligula <a class="section-links"
data-scroll-to="works" href="#">aliquet sit amet</a>.
</p>
[...]
<!-- skills bar start -->
<h3>
Know-how
</h3>
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="95">
<span class="skillbar-title">HTML5</span>
[...]<!-- skill 1 end -->
<!-- skill 2 start -->
<div class="skillbar" data-percent="90">
<span class="skillbar-title">CSS3</span>
[...]<!-- skill 2 end -->
[...]<!-- skills bar end -->
[...]
<!-- skills bar start -->
[...]
<!-- skill 3 start -->
<div class="skillbar" data-percent="85">
<span class="skillbar-title">jQuery</span>
[...]<!-- skill 3 end -->
<!-- skill 4 start -->
<div class="skillbar" data-percent="76">
<span class="skillbar-title">PHP</span>
[...]<!-- skill 4 end -->
[...]<!-- skills bar end -->
[...]
<!-- about page images start -->
[...]
<img alt="About" data-aos="fade-up" data-aos-delay="150" src="img/about/1-woman.jpg">
[...]
<img alt="About" data-aos="fade-up" data-aos-delay="250" src="img/about/2-woman.jpg">
[...]
<img alt="About" data-aos="fade-up" data-aos-delay="350" src="img/about/3-woman.jpg">
[...]<!-- about page images end -->
[...]<!-- about page end -->
[...]
You can also edit the 'About' 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 'Facts' page, simply find the appropriate label <!-- facts page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- facts page start -->
[...]
<!-- facts counter start -->
[...]
<div class="facts-counter-number">
76
</div>
[...]
<i class="fa fa-briefcase"></i> <span class="facts-counter-title">Completed Projects</span>
[...]
[...]
<div class="facts-counter-number">
41
</div>
[...]
<i class="fa fa-users"></i> <span class="facts-counter-title">Clients Served</span>
[...]
<div class="facts-counter-number">
12
</div>
[...]
<i class="fa fa-globe"></i> <span class="facts-counter-title">Countries Reached</span>
[...]
<div class="facts-counter-number">
1976
</div>
[...]
<i class="fa fa-camera-retro"></i> <span class="facts-counter-title">Photos Taken</span>
[...]<!-- facts counter end -->
[...]<!-- facts page end -->
[...]
To edit the 'Services' page, simply find the appropriate label <!-- services page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- services page start -->
[...]
<h2 class="section-title" data-aos="fade-up">
Services
</h2>
[...]
<span class="section-all-subtitle-first">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span><br>
Curabitur sed dictum tellus. Praesent ullamcorper fermentum egestas.
[...]
<span class="fa fa-briefcase"></span>
[...]
<h3 class="services-title">
Brand Identity
</h3>
<div class="services-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fermentum nibh et metus facilisis sollicitudin.
</div>
[...]
<span class="fa fa-users"></span>
[...]
<h3 class="services-title">
Brand Design
</h3>
<div class="services-description">
Vivamus scelerisque velit nec gravida ornare. Nam egestas purus eget sagittis tempor.
</div>
[...]
<span class="fa fa-globe"></span>
[...]
<h3 class="services-title">
Web Design
</h3>
<div class="services-description">
Duis ac massa at neque scelerisque finibus vel sed erat. Sed vulputate nisl vitae elit laoreet laoreet.
</div>
[...]
<span class="fa fa-camera-retro"></span>
[...]
<h3 class="services-title">
Web Development
</h3>
<div class="services-description services-description-last">
Vivamus consectetur commodo enim, ut accumsan mauris interdum quis. Donec et euismod dui, eu lobortis augue.
</div>
[...]<!-- services page end -->
[...]
To edit the 'Works' page, simply find the appropriate label <!-- works page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- works page start -->
[...]
<h2 class="section-title" data-aos="fade-up">
Works
</h2>
[...]
<span class="section-all-subtitle-first">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span><br>
Curabitur sed dictum tellus. Praesent ullamcorper fermentum egestas.
[...]
<!-- photoSwipe start -->
[...]
<!-- gallery item 1 start -->
[...]
<a class="effect-bubba-photos" data-size="1920x1280" href="photoswipe/photos/large/1.jpg"><img alt="Image description" class="img-responsive" src=
"photoswipe/photos/small/1.jpg"></a>
[...]
<span class="img-caption">Image caption 1</span>
[...]
<a class="iw-slide-right fa fa-plus" href="#"></a> <a class="iw-slide-left fa fa-share-alt" href="#"></a>
[...]<!-- gallery item 1 end -->
<!-- gallery item 2 start -->
[...]
<a class="effect-bubba-photos" data-size="1920x1280" href="photoswipe/photos/large/2.jpg"><img alt="Image description" class="img-responsive" src=
"photoswipe/photos/small/2.jpg"></a>
[...]
<span class="img-caption">Image caption 2</span>
[...]
<a class="iw-slide-right fa fa-plus" href="#"></a> <a class="iw-slide-left fa fa-share-alt" href="#"></a>
[...]<!-- gallery item 2 end -->
<!-- gallery item 3 start -->
[...]
<a class="effect-bubba-photos" data-size="1920x1280" href="photoswipe/photos/large/3.jpg"><img alt="Image description" class="img-responsive" src=
"photoswipe/photos/small/3.jpg"></a>
[...]
<span class="img-caption">Image caption 3</span>
[...]
<a class="iw-slide-right fa fa-plus" href="#"></a> <a class="iw-slide-left fa fa-share-alt" href="#"></a>
[...]<!-- gallery item 3 end -->
<!-- gallery item 4 start -->
[...]
<a class="effect-bubba-photos" data-size="1920x1280" href="photoswipe/photos/large/4.jpg"><img alt="Image description" class="img-responsive" src=
"photoswipe/photos/small/4.jpg"></a>
[...]
<span class="img-caption">Image caption 4</span>
[...]
<a class="iw-slide-right fa fa-plus" href="#"></a> <a class="iw-slide-left fa fa-share-alt" href="#"></a>
[...]<!-- gallery item 4 end -->
[...]<!-- photoSwipe end -->
[...]<!-- works page end -->
[...]
You can also edit the 'Works' images by following its URL path: 'photoswipe/photos/', and replace existing image files with your own images.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Testimonials' page, simply find the appropriate label <!-- testimonials page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- testimonials page start -->
[...]
<!-- testimonials quote 1 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-1.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l fa fa-quote-left"></span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fermentum nibh et metus
facilisis sollicitudin.<span class="section-testimonials quote-mark-r fa fa-quote-right"></span>
</p>
<div class="testimonials-signature">
C. Eastwood
</div>
[...]<!-- testimonials quote 1 end -->
<!-- testimonials quote 2 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-2.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l fa fa-quote-left"></span>Vivamus scelerisque velit nec gravida ornare. Nam egestas purus eget sagittis
tempor.<span class="section-testimonials quote-mark-r fa fa-quote-right"></span>
</p>
<div class="testimonials-signature">
R. Redford
</div>
[...]<!-- testimonials quote 2 end -->
<!-- testimonials quote 3 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-3.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l fa fa-quote-left"></span>Duis ac massa at neque scelerisque finibus vel sed erat. Sed vulputate nisl vitae elit
laoreet laoreet.<span class="section-testimonials quote-mark-r fa fa-quote-right"></span>
</p>
<div class="testimonials-signature">
K.W. Wong
</div>
[...]<!-- testimonials quote 3 end -->
<!-- testimonials quote 4 start -->
[...]
<img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-4.jpg">
[...]
<p>
<span class="section-testimonials quote-mark-l fa fa-quote-left"></span> Vivamus consectetur commodo enim, ut accumsan mauris interdum quis. Donec et euismod dui,
eu lobortis augue.<span class="section-testimonials quote-mark-r fa fa-quote-right"></span>
</p>
<div class="testimonials-signature">
T. Scott
</div>
[...]<!-- testimonials quote 4 end -->
[...]<!-- testimonials page end -->
[...]
You can also edit the 'Testimonials' images by following its URL path: 'img/testimonials/', 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' page, simply find the appropriate label <!-- news page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- news page start -->
[...]
<h2 class="section-title">
News
</h2>
[...]
<span class="section-all-subtitle-first">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span><br>
Curabitur sed dictum tellus. Praesent ullamcorper fermentum egestas.
[...]
<div class="news-carousel owl-carousel">
[...]
<div class="news-date">
17.3.2017, Friday
</div>
<h3 class="news-title">
Lorem ipsum dolor sit amet
</h3>
<div class="news-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fermentum nibh et metus facilisis sollicitudin.
</div>
[...]
<div class="news-date">
18.3.2017, Saturday
</div>
<h3 class="news-title">
Consectetur adipiscing elit
</h3>
<div class="news-description">
Vivamus scelerisque velit nec gravida ornare. Nam egestas purus eget sagittis tempor.
</div>
[...]
<div class="news-date">
19.3.2017, Sunday
</div>
<h3 class="news-title">
Vivamus scelerisque velit
</h3>
<div class="news-description">
Duis ac massa at neque scelerisque finibus vel sed erat. Sed vulputate nisl vitae elit laoreet laoreet.
</div>
[...]
<div class="news-date">
20.3.2017, Monday
</div>
<h3 class="news-title">
Nec gravida ornare
</h3>
<div class="news-description">
Vivamus consectetur commodo enim, ut accumsan mauris interdum quis. Donec et euismod dui, eu lobortis augue.
</div>
[...]<!-- news page end -->
[...]
To edit the 'Contact' page, simply find the appropriate label <!-- contact page start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact page start -->
[...]
<h2 class="section-title">
Contact
</h2>
[...]
<span class="section-all-subtitle-first">Lorem ipsum dolor sit amet, consectetur adipiscing elit.</span><br>
Curabitur sed dictum tellus. Praesent ullamcorper fermentum egestas.
[...]
<!-- contact details start -->
<span class="footer-contact-block-label">Address:</span> ex nihilo, Inc. Touchdown Dr 1176 <!-- contact details end -->
[...]
<!-- contact details start -->
<span class="footer-contact-block-label">Phone:</span> [00] 11 - 76, [01] 11 - 76 <!-- contact details end -->
[...]
<!-- contact details start -->
<span class="footer-contact-block-label">Email:</span> <a class="email" href="mailto:contact@yourdomainname.com">contact@yourdomainname.com</a>
<!-- contact details end -->
[...]<!-- contact page 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 'Google Maps Location', simply find and open the file named 'youth.js' or/and 'youth-the-wall-slider.js' or/and 'youth-the-wall-static.js' placed in the folder named 'js'.
Part to edit:
[...]
// 14. google maps POSITION
[...]
// EDIT: latitude and longitude to center the map
center: new google.maps.LatLng(34.052235, -118.243683),
[...]
var contentString = "<h1>This is Youth.</h1>";
[...]
// EDIT: latitude and longitude to center the marker
position: new google.maps.LatLng(34.052235, -118.243683),
[...]
title: "Youth",
icon: "img/location-icon.png"
[...]
[...]
To add 'YouTube Videos' in the background of the template, simply find and open the file named 'youth.js' placed in the folder named 'js'.
Part to edit:
[...]
// 10. YTPlayer
[...]
videoId: "r8j-MWq4HZc", // DEMO URL is: https://www.youtube.com/watch?v=r8j-MWq4HZc
mute: true, // sound options: true, false
[...]
[...]
[...]
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'.
By default the sound of the video is set mute. To unmute the sound, change 'mute: true' into 'mute: false'.
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 '/* TEMPLATE BACKGROUNDS */'.
Part to edit:
[...]
/* TEMPLATE BACKGROUNDS */
/* ken burns slideshow IMG */
.kenburns-slide-1 {
background-image: url(../img/background/kenburns-bg-1.jpg);
}
.kenburns-slide-2 {
background-image: url(../img/background/kenburns-bg-2.jpg);
}
.kenburns-slide-3 {
background-image: url(../img/background/kenburns-bg-3.jpg);
}
.kenburns-slide-4 {
background-image: url(../img/background/kenburns-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.
You can use any size for a background image.
Please note;
Demo images are not included. Image placeholders are provided instead.
To edit the 'Draggable Image Wall', simply find and open the file named 'youth-the-wall-slider.js' or/and 'youth-the-wall-static.js' placed in the folder named 'js'.
Part to edit:
[...]
// 16. the Wall
[...]
["the-wall/1.jpg", [
["the-wall/1-2.jpg"]
]],
["the-wall/2.jpg", [
["the-wall/2-2.jpg"]
]],
["the-wall/3.jpg", [
["the-wall/3-2.jpg"]
]],
["the-wall/4.jpg", [
["the-wall/4-2.jpg"]
]],
["the-wall/5.jpg", [
["the-wall/5-2.jpg"]
]],
["the-wall/6.jpg", [
["the-wall/6-2.jpg"]
]],
["the-wall/7.jpg", [
["the-wall/7-2.jpg"]
]],
["the-wall/8.jpg", [
["the-wall/8-2.jpg"]
]],
["the-wall/9.jpg", [
["the-wall/9-2.jpg"]
]],
["the-wall/10.jpg", [
["the-wall/10-2.jpg"]
]],
[...]
["the-wall/plus-1.jpg", [
["the-wall/plus-1-2.jpg"] // an extra image to compensate for the gap
]]
[...]
var maxLength = 36;
[...]
"slideshow": true, // options: true, false
[...]
[...]
You can edit the 'Image Wall' images by following its URL path: 'the-wall/', and replace existing image files with your own images.
Please note,
Demo is using 36 images, if you want to use less or more images, please edit the following line:
[...]var maxLength = 36;[...]
Deafault image size is: width - 301px and height - 320px.
Please note,
There is an extra image (named: plus-1.jpg) at the end to compensate for the gap.
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)