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">
Rebel!
</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 -->
[...]
To edit the 'Home' page text ('Full Screen Content Image Slider Background' version), simply find the appropriate label <!-- hero fullscreen content slider start --> in the body of the HTML file.
Part to edit:
[...]
<!-- hero fullscreen content slider start -->
[...]
<!-- fullscreen slider item 1 start -->
[...]
<h1>
Rebel!
</h1>
<h2>
Simplicity is complex
</h2>
[...]
[...]<!-- fullscreen slider item 1 end -->
<!-- fullscreen slider item 2 start -->
[...]
<h1>
Fully Responsive
</h1>
<h2>
Design is a process
</h2>
[...]
[...]<!-- fullscreen slider item 2 end -->
<!-- fullscreen slider item 3 start -->
[...]
<h1>
Creative Portfolio
</h1>
<h2>
Aesthetic is a decision
</h2>
[...]
[...]<!-- fullscreen slider item 3 end -->
<!-- fullscreen slider item 4 start -->
[...]
<h1>
Made for Rebels!
</h1>
<h2>
Style is everything
</h2>
[...]
[...]<!-- fullscreen slider item 4 end -->
[...]<!-- hero fullscreen content slider end -->
[...]
You can edit the 'Home' section images via CSS file (e.g. style.css).
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">
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.
[...]
[...]
[...]
<div class="quotations">
<span class="quote-mark-l ion-quote"></span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dictum tellus. Praesent ullamcorper fermentum
egestas.<span class="quote-mark-r ion-quote"></span>
</div>
[...]
[...]
<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>
The know-how
</h3>
[...]
<!-- skill 1 start -->
<div class="skillbar" data-percent="95">
<span class="skillbar-title">HTML5</span>
[...]
</div><!-- skill 1 end -->
<!-- skill 2 start -->
<div class="skillbar" data-percent="90">
<span class="skillbar-title">CSS3</span>
[...]
</div><!-- skill 2 end -->
[...]<!-- skills bar end -->
[...]
[...]
<!-- skills bar start -->
[...]
<!-- skill 3 start -->
<div class="skillbar" data-percent="85">
<span class="skillbar-title">jQuery</span>
[...]
</div><!-- skill 3 end -->
<!-- skill 4 start -->
<div class="skillbar" data-percent="76">
<span class="skillbar-title">PHP</span>
[...]
</div><!-- skill 4 end -->
[...]<!-- skills bar end -->
[...]
[...]
<!-- about page images start -->
[...]
[...]
<img alt="About" src="img/about/1-woman.jpg">
[...]
[...]
<img alt="About" src="img/about/2-woman.jpg">
[...]
[...]
<img alt="About" 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 -->
[...]
[...]
<!-- fact 1 start -->
<div class="facts-counter-number">
1976
</div>
[...]
<i class="ion-ios-briefcase-outline facts-counter-description-img"></i> <span class="facts-counter-title">Completed Jobs</span>
[...]<!-- fact 1 end -->
[...]
[...]
<!-- fact 2 start -->
<div class="facts-counter-number large">
141
</div>
[...]
<i class="ion-ios-wineglass-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Clients Served</span>
[...]<!-- fact 2 end -->
[...]
[...]
<!-- fact 3 start -->
<div class="facts-counter-number large">
212
</div>
[...]
<i class="ion-ios-world-outline facts-counter-description-img large"></i> <span class="facts-counter-title large">Countries Reached</span>
[...]<!-- fact 3 end -->
[...]
[...]
<!-- fact 4 start -->
<div class="facts-counter-number">
10976
</div>
[...]
<i class="ion-ios-photos-outline facts-counter-description-img"></i> <span class="facts-counter-title">Photos Taken</span>
[...]<!-- fact 4 end -->
[...]<!-- 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">
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.
[...]
[...]
[...]
<div class="service-number services-img">
1
</div>
<h3 class="services-title">
Brand Identity
</h3>
<div class="services-description">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fermentum nibh <a class="section-links" href="#">et metus</a>.
</div>
[...]
[...]
<div class="service-number services-img">
2
</div>
<h3 class="services-title">
Brand Design
</h3>
<div class="services-description">
Vivamus scelerisque velit nec gravida ornare. Nam egestas purus eget sagittis tempor.
</div>
[...]
[...]
<div class="service-number services-img">
3
</div>
<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.
</div>
[...]
[...]
<div class="service-number services-img">
4
</div>
<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 <a class="section-links" href="#">euismod dui</a>.
</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">
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 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 ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
[...]
[...]
[...]<!-- gallery item 1 end -->
<!-- gallery item 2 start -->
[...]
<a 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 ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
[...]
[...]
[...]<!-- gallery item 2 end -->
<!-- gallery item 3 start -->
[...]
<a 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 ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
[...]
[...]
[...]<!-- gallery item 3 end -->
<!-- gallery item 4 start -->
[...]
<a 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 ion-ios-plus-empty" href="#"></a> <a class="iw-slide-left ion-share" href="#"></a>
[...]
[...]
[...]<!-- gallery item 4 end -->
</div><!-- photoSwipe end -->
</div><!-- 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 ion-quote"></span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fermentum nibh et metus
facilisis sollicitudin.<span class="section-testimonials quote-mark-r ion-quote"></span>
</p>
[...]
C. Eastwood
[...]
[...]<!-- 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 ion-quote"></span>Vivamus scelerisque velit nec gravida ornare. Nam egestas purus eget sagittis
tempor.<span class="section-testimonials quote-mark-r ion-quote"></span>
</p>
[...]
R. Redford
[...]
[...]<!-- 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 ion-quote"></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 ion-quote"></span>
</p>
[...]
K.W. Wong
[...]
[...]<!-- 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 ion-quote"></span> Vivamus consectetur commodo enim, ut accumsan mauris interdum quis. Donec et euismod dui,
eu lobortis augue.<span class="section-testimonials quote-mark-r ion-quote"></span>
</p>
[...]
T. Scott
[...]
[...]<!-- 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.
[...]
[...]
[...]
<!-- news carousel start -->
[...]
<!-- news item 1 start -->
[...]
[...]
<img alt="News Img" src="img/news/news-1.jpg">
<div class="date">
May 10, 2017, Wednesday
</div>
[...]
<h2>
Lorem ipsum dolor sit amet
</h2>
<h3>
Photography / Portfolio
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-1"><span>Read more</span></a>
[...]
[...]
[...]<!-- news item 1 end -->
<!-- news item 2 start -->
[...]
[...]
<img alt="News Img" src="img/news/news-2.jpg">
<div class="date">
May 11, 2017, Thursday
</div>
[...]
<h2>
Consectetur adipiscing elit
</h2>
<h3>
Beauty / Fashion
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-2"><span>Read more</span></a>
[...]
[...]
[...]<!-- news item 2 end -->
<!-- news item 3 start -->
[...]
[...]
<img alt="News Img" src="img/news/news-3.jpg">
<div class="date">
May 12, 2017, Friday
</div>
[...]
<h2>
Sed nec neque eu ipsum
</h2>
<h3>
Nature / Landscapes
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-3"><span>Read more</span></a>
[...]
[...]
[...]<!-- news item 3 end -->
<!-- news item 4 start -->
[...]
[...]
<img alt="News Img" src="img/news/news-4.jpg">
<div class="date">
May 13, 2017, Saturday
</div>
[...]
<h2>
Iaculis sagittis eget ac libero
</h2>
<h3>
Commercial / Stock
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-4"><span>Read more</span></a>
[...]
[...]
[...]<!-- news item 4 end -->
<!-- news item 5 start -->
[...]
[...]
<img alt="News Img" src="img/news/news-5.jpg">
<div class="date">
May 14, 2017, Sunday
</div>
[...]
<h2>
Etiam felis massa
</h2>
<h3>
People / Portraits
</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a
semper.
</p><a class="c-btn" data-toggle="modal" href="#newsModal-5"><span>Read more</span></a>
[...]
[...]
[...]<!-- news item 5 end -->
[...]<!-- news carousel end -->
[...]<!-- 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 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 = new MCAPI('YOUR_API_KEY');
[...]
$retval = $api->listSubscribe( 'YOUR_LIST_ID', $_POST["subscribe-email"], $merge_vars, 'html', false, true );
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 edit the 'Google Maps Location', simply find and open the file named 'rebel.js' or/and 'rebel-the-wall-slider.js' or/and 'rebel-the-wall-static.js' placed in the folder named 'js'.
Part to edit:
[...]
// google maps POSITION
[...]
// EDIT: map latitude and longitude
var myLatlng = new google.maps.LatLng(34.052235, -118.243683);
// EDIT: map marker
var imagePath = "img/location-icon.png";
[...]
[...]
[...]
// EDIT: map address
var contentString = "<strong>Rebel!</strong><br>ex Inc. Touchdown Dr<br>1176 Los Angeles, CA";
[...]
[...]
// EDIT: map title
title: "Rebel!"
[...]
[...]
[...]
To add 'YouTube Videos' in the background of the template, simply find and open the file named 'rebel.js' placed in the folder named 'js'.
Part to edit:
[...]
// YTPlayer
[...]
videoId: "r8j-MWq4HZc", // DEMO URL is: https://www.youtube.com/watch?v=r8j-MWq4HZc
mute: true, // 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:
[...]
/* ken burns slideshow IMG BACKGROUND */
.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);
}
/* home carousel slider IMG BACKGROUND */
.home-page-img-item-1 {
background-image: url(../img/background/home-page-img-item-1.jpg);
}
.home-page-img-item-2 {
background-image: url(../img/background/home-page-img-item-2.jpg);
}
.home-page-img-item-3 {
background-image: url(../img/background/home-page-img-item-3.jpg);
}
.home-page-img-item-4 {
background-image: url(../img/background/home-page-img-item-4.jpg);
}
.home-page-img-item-5 {
background-image: url(../img/background/home-page-img-item-5.jpg);
}
.home-page-img-item-6 {
background-image: url(../img/background/home-page-img-item-6.jpg);
}
.home-page-img-item-7 {
background-image: url(../img/background/home-page-img-item-7.jpg);
}
/* thumbnail slider IMG BACKGROUND */
.thumbnail-slider-bg-1 {
background-image: url(../img/background/thumbnail-slider-bg-1.jpg);
}
.thumbnail-slider-bg-2 {
background-image: url(../img/background/thumbnail-slider-bg-2.jpg);
}
.thumbnail-slider-bg-3 {
background-image: url(../img/background/thumbnail-slider-bg-3.jpg);
}
.thumbnail-slider-bg-4 {
background-image: url(../img/background/thumbnail-slider-bg-4.jpg);
}
.thumbnail-slider-bg-5 {
background-image: url(../img/background/thumbnail-slider-bg-5.jpg);
}
.thumbnail-slider-bg-6 {
background-image: url(../img/background/thumbnail-slider-bg-6.jpg);
}
.thumbnail-slider-bg-7 {
background-image: url(../img/background/thumbnail-slider-bg-7.jpg);
}
.thumbnail-slider-bg-8 {
background-image: url(../img/background/thumbnail-slider-bg-8.jpg);
}
/* hero content slider 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);
}
/* hero split slider IMG BACKGROUND */
.bg-split-img-1 {
background-image: url(../img/background/hero-split-bg-1.jpg);
}
.bg-split-img-2 {
background-image: url(../img/background/hero-split-bg-2.jpg);
}
.bg-split-img-3 {
background-image: url(../img/background/hero-split-bg-3.jpg);
}
.bg-split-img-4 {
background-image: url(../img/background/hero-split-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 'rebel-the-wall-slider.js' or/and 'rebel-the-wall-static.js' placed in the folder named 'js'.
Part to edit:
[...]
// the Wall
[...]
[...]
["the-wall/1.jpg", [
["the-wall/1-2.jpg", "Item Name<br />
Commercial / Stock"]
]],
["the-wall/2.jpg", [
["the-wall/2-2.jpg", "Item Name<br />
Beauty / Fashion"]
]],
["the-wall/3.jpg", [
["the-wall/3-2.jpg", "Item Name<br />
Life / Stories"]
]],
["the-wall/4.jpg", [
["the-wall/4-2.jpg", "Item Name<br />
People / Portraits"]
]],
["the-wall/5.jpg", [
["the-wall/5-2.jpg", "Item Name<br />
Editorials / Magazines"]
]],
["the-wall/6.jpg", [
["the-wall/6-2.jpg", "Item Name<br />
Commercial / Stock"]
]],
["the-wall/7.jpg", [
["the-wall/7-2.jpg", "Item Name<br />
Beauty / Fashion"]
]],
["the-wall/8.jpg", [
["the-wall/8-2.jpg", "Item Name<br />
Life / Stories"]
]],
["the-wall/9.jpg", [
["the-wall/9-2.jpg", "Item Name<br />
People / Portraits"]
]],
["the-wall/10.jpg", [
["the-wall/10-2.jpg", "Item Name<br />
Editorials / Magazines"]
]],
["the-wall/11.jpg", [
["the-wall/11-2.jpg", "Item Name<br />
Commercial / Stock"]
]],
["the-wall/12.jpg", [
["the-wall/12-2.jpg", "Item Name<br />
Beauty / Fashion"]
]],
["the-wall/13.jpg", [
["the-wall/13-2.jpg", "Item Name<br />
Life / Stories"],
["the-wall/13-3.jpg", "Item Name 2<br />
Life / Stories"],
["the-wall/13-4.jpg", "Item Name 3<br />
Life / Stories"]
]],
[...]
[...]
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.
To add 'Vimeo Videos' in the background of the template, simply open the JS file named 'rebel.js' placed in the folder named 'js'.
Part to edit:
[...]
// Vimeo player
[...]
"url": "https://vimeo.com/105001064", // Vimeo VIDEO URL
[...]
[...]
[...]
Please note;
This template is designed to use Vimeo videos as a background; however, 'Vimeo Video Background' plugin is not supported by mobile devices and it doesn't work on 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 add 'Self-Hosted HTML5 Videos' in the background of the template, simply find the appropriate label <!-- self-hosted HTML5 video start --> in the body of the HTML file.
Part to edit:
[...]
<!-- self-hosted HTML5 video start -->
<div class="hero-bg" data-vide-bg="http://www.11-76.com/html5-videos/rebel.mp4" data-vide-options="loop: true, muted: true, position: 0% 0%" id="video-bg"></div><!-- self-hosted HTML5 video end -->
[...]
Please note;
By default the sound of the video is set mute. To unmute the sound, change 'muted: true' into 'muted: false'.
To add images in the background of the template ['Solid Background with Image Wall' variation], simply find the appropriate label <!-- wall images start --> in the body of the HTML file.
Part to edit:
[...]
<!-- wall images start -->
[...]
[...]
<img alt="Wall Image" class="wall-animation slide-in-top wall-image-2 wall-photo-2" src="img/wall/wall-image-2.jpg"> <img alt="Wall Image" class=
"wall-animation slide-in-top wall-image-1 wall-photo-1" src="img/wall/wall-image-1.jpg"> <img alt="Wall Image" class="wall-animation slide-in-top wall-image-3 wall-photo-3"
src="img/wall/wall-image-3.jpg"> <img alt="Wall Image" class="wall-animation slide-in-top wall-image-4 wall-photo-4" src="img/wall/wall-image-4.jpg"> <img alt="Wall Image"
class="wall-animation slide-in-top wall-image-5 wall-photo-5" src="img/wall/wall-image-5.jpg"> <img alt="Wall Image" class=
"wall-animation slide-in-top wall-image-6 wall-photo-6" src="img/wall/wall-image-6.jpg">
[...]
[...]<!-- wall images end -->
[...]
You can also edit the 'Solid Background Image Wall' images by following its URL path: 'img/wall/', and replace existing image files with your own images.
To add images in the background of the template ['Vertical Image Flow Background' variation], simply find the appropriate label <!-- imgFlow start --> in the body of the HTML file.
Part to edit:
[...]
<!-- imgFlow start -->
[...]
[...]
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-1.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-2.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-3.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-4.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-1.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-2.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-3.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-4.jpg">
</li>
[...]
[...]
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-5.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-6.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-7.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-8.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-5.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-6.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-7.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-8.jpg">
</li>
[...]
[...]
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-9.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-10.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-11.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-12.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-9.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-10.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-11.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-12.jpg">
</li>
[...]
[...]
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-13.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-14.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-15.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-16.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-13.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-14.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-15.jpg">
</li>
<li>
<img alt="Flow IMG" src="img/img-flow/flow-img-16.jpg">
</li>
[...]
[...]<!-- imgFlow end -->
[...]
You can also edit the 'Solid Background Image Wall' images by following its URL path: 'img/img-flow/', and replace existing image files with your own images.
Please make sure to double each image column to assure continuous flow.
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)