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 STYLE 1, simply find the appropriate label <!-- home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home start -->
[...]
<!-- swiper slider item start -->
[...]
<!-- intro subtitle start -->
<div class="intro-subtitle">
LA-based Company
</div>
<!-- intro subtitle end -->
[...]
<!-- intro title start -->
<div class="intro-title-lead">
A Folio
</div>
<!-- intro title end -->
[...]
<!-- intro title start -->
<div class="intro-title">
Ex' Basex
</div>
<!-- intro title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- intro subtitle start -->
<div class="intro-subtitle">
LA-based Company
</div>
<!-- intro subtitle end -->
[...]
<!-- intro title start -->
<div class="intro-title-lead">
A Folio
</div>
<!-- intro title end -->
[...]
<!-- intro title start -->
<div class="intro-title">
Ex' Basex
</div>
<!-- intro title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- intro subtitle start -->
<div class="intro-subtitle">
LA-based Company
</div>
<!-- intro subtitle end -->
[...]
<!-- intro title start -->
<div class="intro-title-lead">
A Folio
</div>
<!-- intro title end -->
[...]
<!-- intro title start -->
<div class="intro-title">
Ex' Basex
</div>
<!-- intro title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- intro subtitle start -->
<div class="intro-subtitle">
LA-based Company
</div>
<!-- intro subtitle end -->
[...]
<!-- intro title start -->
<div class="intro-title-lead">
A Folio
</div>
<!-- intro title end -->
[...]
<!-- intro title start -->
<div class="intro-title">
Ex' Basex
</div>
<!-- intro title end -->
[...]
<!-- swiper slider item end -->
[...]
<!-- bottom credits start -->
<div class="bottom-credits">
© All Rights Reserved.
</div>
<!-- bottom credits end -->
[...]
<!-- home end -->
[...]
To edit the 'Home' section STYLE 2, simply find the appropriate label <!-- home start --> in the body of the HTML file.
Part to edit:
[...]
<!-- home start -->
[...]
<!-- swiper slider item start -->
[...]
<!-- section title start -->
<div class="subtitle introduction">
Template crafted by
</div>
<!-- section title end -->
[...]
<!-- section title start -->
<div class="main-title introduction">
<h1 class="main-title-line">
<span>Ex Nihilo</span>
</h1>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- section title start -->
<div class="subtitle introduction">
Template crafted by
</div>
<!-- section title end -->
[...]
<!-- section title start -->
<div class="main-title introduction">
<h1 class="main-title-line">
<span>Ex Nihilo</span>
</h1>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- HTML5 video URL start -->
<video playsinline autoplay muted loop>
<source src="https://www.11-76.com/html5-videos-22/basex/basex.mp4" type="video/mp4">
</video>
<!-- HTML5 video URL end -->
[...]
[...]
<!-- section title start -->
<div class="subtitle introduction">
Template crafted by
</div>
<!-- section title end -->
[...]
<!-- section title start -->
<div class="main-title introduction">
<h1 class="main-title-line">
<span>Ex Nihilo</span>
</h1>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
<!-- swiper slider item start -->
[...]
<!-- section title start -->
<div class="subtitle introduction">
Template crafted by
</div>
<!-- section title end -->
[...]
<!-- section title start -->
<div class="main-title introduction">
<h1 class="main-title-line">
<span>Ex Nihilo</span>
</h1>
</div>
<!-- section title end -->
[...]
<!-- swiper slider item end -->
[...]
<!-- bottom credits start -->
<div class="bottom-credits">
© All Rights Reserved.
</div>
<!-- bottom credits end -->
[...]
<!-- home end -->
[...]
You can edit the 'Home' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
/* 1.1. home IMG BACKGROUND */
.item-home-01 {
background-image: url(../img/home/1.jpg);
}
/* 1.2. home slider IMG BACKGROUND */
.bg-img-1 {
background-image: url(../img/background/1.jpg);
}
.bg-img-2 {
background-image: url(../img/background/2.jpg);
}
.bg-img-3 {
background-image: url(../img/background/3.jpg);
}
.bg-img-4 {
background-image: url(../img/background/4.jpg);
}
[...]
You can also edit the 'Home' section images by following its URL path: 'img/home/' and '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 class="logo" href="#">
<div class="logo-img"></div>
</a>
<!-- logo end -->
[...]
You can edit the 'Logo' image via CSS file (e.g. style.css).
Part to edit:
[...]
/* 11. logo */
[...]
.logo .logo-img::before {
background: url(../img/logo.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.
To edit the 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.
Part to edit:
[...]
<!-- about start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper">
<h2 class="section-subheading">
<span>Who we are</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-center">
The Brand
</div>
<!-- section title end -->
[...]
<!-- quote start -->
[...]
<blockquote class="quote-inner quote-inner-top">
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.
</blockquote>
[...]
<!-- quote end -->
[...]
<!-- button start -->
[...]
<a data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
[...]
<div class="more-button-txt-center more-button-txt-center-light">
<span>Watch Video</span>
</div>
</a>
[...]
<!-- button end -->
[...]
<!-- section title start -->
<div class="post-title post-title-center post-title-s">
Being around for
</div>
<!-- section title end -->
[...]
<!-- parallax wrapper start -->
[...]
<div class="parallax-years-content facts-counter-number-years">
76
</div>
[...]
<!-- parallax wrapper end -->
[...]
<!-- section title start -->
<div class="post-title post-title-center">
Years
</div>
<!-- section title end -->
[...]
<!-- about end -->
<!-- team start -->
[...]
<!-- section subtitle start -->
[...]
<h2 class="section-subheading">
<span>We love our job</span>
</h2>
[...]
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title">
The Team
</div>
<!-- section title end -->
[...]
<!-- carousel start -->
[...]
<!-- section item start -->
[...]
<a class="popup-photo" href="img/team/1.jpg" title="Single Image / Image description">
<div class="carousel-item-all carousel-item-team-01"></div>
</a>
[...]
<!-- section title start -->
<div class="post-title post-title-s">
C. Eastwood
</div>
<!-- section title end -->
[...]
<!-- section txt 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 -->
[...]
<!-- section txt end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<a class="popup-photo" href="img/team/2.jpg" title="Single Image / Image description">
<div class="carousel-item-all carousel-item-team-02"></div>
</a>
[...]
<!-- section title start -->
<div class="post-title post-title-s">
W. Kar-wai
</div>
<!-- section title end -->
[...]
<!-- section txt 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 -->
[...]
<!-- section txt end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<a class="popup-photo" href="img/team/3.jpg" title="Single Image / Image description">
<div class="carousel-item-all carousel-item-team-03"></div>
</a>
[...]
<!-- section title start -->
<div class="post-title post-title-s">
R. Redford
</div>
<!-- section title end -->
[...]
<!-- section txt 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 -->
[...]
<!-- section txt end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<a class="popup-photo" href="img/team/4.jpg" title="Single Image / Image description">
<div class="carousel-item-all carousel-item-team-04"></div>
</a>
[...]
<!-- section title start -->
<div class="post-title post-title-s">
T. Scott
</div>
<!-- section title end -->
[...]
<!-- section txt 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 -->
[...]
<!-- section txt end -->
[...]
<!-- section item end -->
[...]
<!-- carousel end -->
[...]
<!-- team end -->
<!-- skills start -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading">
<span>List of</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Languages
</div>
<!-- section title end -->
[...]
<!-- skills bar start -->
[...]
<!-- skill start -->
<div class="skillbar" data-percent="95">
<span class="skillbar-title">English</span>
[...]
</div>
<!-- skill end -->
<!-- skill start -->
<div class="skillbar" data-percent="90">
<span class="skillbar-title">French</span>
[...]
</div>
<!-- skill end -->
<!-- skill start -->
<div class="skillbar" data-percent="85">
<span class="skillbar-title">Italian</span>
[...]
</div>
<!-- skill end -->
<!-- skill start -->
<div class="skillbar" data-percent="80">
<span class="skillbar-title">German</span>
[...]
</div>
<!-- skill end -->
[...]
<!-- skills bar end -->
[...]
<!-- section subtitle start -->
<h2 class="section-subheading">
<span>Set of</span>
</h2>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Skills
</div>
<!-- section title end -->
[...]
<!-- skills bar start -->
[...]
<!-- skill start -->
<div class="skillbar" data-percent="95">
<span class="skillbar-title">Color</span>
[...]
</div>
<!-- skill end -->
<!-- skill start -->
<div class="skillbar" data-percent="90">
<span class="skillbar-title">Clarity</span>
[...]
</div>
<!-- skill end -->
<!-- skill start -->
<div class="skillbar" data-percent="85">
<span class="skillbar-title">Lighting</span>
[...]
</div>
<!-- skill end -->
<!-- skill start -->
<div class="skillbar" data-percent="80">
<span class="skillbar-title">Composition</span>
[...]
</div>
<!-- skill end -->
[...]
<!-- skills bar end -->
[...]
<!-- skills end -->
[...]
[...]
<!-- services start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Shooting</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Portraits
</div>
<!-- section title end -->
[...]
<!-- chart skills start -->
[...]
<span class="chart-skills chart-appear-skills" data-percent="86"><span class="percent-skills"></span></span>
[...]
<!-- chart skills end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Filming</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Weddings
</div>
<!-- section title end -->
[...]
<!-- chart skills start -->
[...]
<span class="chart-skills chart-appear-skills" data-percent="76"><span class="percent-skills"></span></span>
[...]
<!-- chart skills end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Photo</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Editing
</div>
<!-- section title end -->
[...]
<!-- chart skills start -->
[...]
<span class="chart-skills chart-appear-skills" data-percent="66"><span class="percent-skills"></span></span>
[...]
<!-- chart skills end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Delivering</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Quality
</div>
<!-- section title end -->
[...]
<!-- chart skills start -->
[...]
<span class="chart-skills chart-appear-skills" data-percent="56"><span class="percent-skills"></span></span>
[...]
<!-- chart skills end -->
[...]
<!-- services end -->
[...]
You can edit the 'About' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.3. team IMG BACKGROUND */
.carousel-item-team-01 {
background-image: url(../img/team/1.jpg);
}
.carousel-item-team-02 {
background-image: url(../img/team/2.jpg);
}
.carousel-item-team-03 {
background-image: url(../img/team/3.jpg);
}
.carousel-item-team-04 {
background-image: url(../img/team/4.jpg);
}
/* 1.4. about parallax IMG BACKGROUND */
.parallax-years {
background-image: url(../img/about/1.jpg);
}
[...]
You can also edit the 'About' section images by following its URL path: 'img/team/' and 'img/about/', and replace existing image files with your own images.
To edit the 'Facts' section, simply find the appropriate label <!-- facts start --> in the body of the HTML file.
Part to edit:
[...]
<!-- facts start -->
[...]
<!-- section subheading start -->
[...]
<h2 class="section-subheading">
<span>A real dedication</span>
</h2>
[...]
<!-- section subheading end -->
[...]
<!-- section title start -->
<div class="post-title post-title-center">
The Facts
</div>
<!-- section title end -->
[...]
<!-- facts counter start -->
[...]
<!-- fact 1 start -->
<div class="facts-counter-number">
9
</div>
[...]
<i class="ion-ios-timer-outline facts-counter-description-img"></i>
[...]
<span class="facts-counter-title">Years</span>
[...]
<!-- fact 1 end -->
[...]
<!-- fact 2 start -->
<div class="facts-counter-number">
124
</div>
[...]
<i class="ion-ios-photos-outline facts-counter-description-img"></i>
[...]
<span class="facts-counter-title large">Items</span>
[...]
<!-- fact 2 end -->
[...]
<!-- fact 3 start -->
<div class="facts-counter-number">
8107
</div>
<[...]
<i class="ion-ios-world-outline facts-counter-description-img"></i>
[...]
<span class="facts-counter-title large">Clients</span>
[...]
<!-- fact 3 end -->
[...]
<!-- fact 4 start -->
<div class="facts-counter-number">
481
</div>
[...]
<i class="ion-ios-people facts-counter-description-img"></i>
[...]
<span class="facts-counter-title">Followers</span>
[...]
<!-- fact 4 end -->
[...]
<!-- facts counter end -->
[...]
<!-- facts end -->
[...]
You can edit the 'Facts' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.5. facts parallax IMG BACKGROUND */
.parallax-facts {
background-image: url(../img/facts/1.jpg);
}
body.body-dark .parallax-facts {
background-image: url(../img/facts/2.jpg);
}
[...]
You can also edit the 'Facts' section images by following its URL path: 'img/facts/', and replace existing image files with your own images.
To edit the 'Facts' section, simply find the appropriate label <!-- testimonials start --> in the body of the HTML file.
Part to edit:
[...]
<!-- testimonials start -->
[...]
<!-- testimonials start -->
[...]
<!-- testimonials quote start -->
[...]
<blockquote class="quote-inner">
Lorem Ipsum is simply dummy text of the printing and typesetting industry. <a class="link-effect" href="#">Lorem Ipsum</a> has been the industry's
standard dummy text ever since the 1500s.
</blockquote>
<cite class="quote-author">C. Eastwood</cite>
[...]
<!-- testimonials quote end -->
<!-- testimonials quote start -->
[...]
<blockquote class="quote-inner">
Suspendisse lobortis bibendum blandit. Fusce consectetur urna eget nunc interdum convallis. Sed volutpat vestibulum nisl a sollicitudin.
</blockquote>
<cite class="quote-author">T. Scott</cite>
[...]
<!-- testimonials quote end -->
<!-- testimonials quote start -->
[...]
<blockquote class="quote-inner">
Aliquam erat volutpat. Vivamus ornare rhoncus tellus, eget feugiat lorem bibendum nec. Nam sapien urna, tincidunt vel semper id, rhoncus vel
mauris.
</blockquote>
<cite class="quote-author">K.W. Wong</cite>
[...]
<!-- testimonials quote end -->
[...]
<!-- testimonials end -->
[...]
<!-- testimonials end -->
[...]
To edit the 'Works' section, simply find the appropriate label <!-- works start --> in the body of the HTML file.
Part to edit:
[...]
<!-- works start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>What I've done thus far</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title">
The Works
</div>
<!-- section title end -->
[...]
[...]
<!-- circle wrapper start -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1280" href="img/works/1.jpg">
[...]
<span>View Image</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- circle wrapper end -->
[...]
[...]
<!-- circle wrapper start -->
[...]
<!-- button start -->
[...]
<a class="thumb-link more-button-wrapper" data-size="1920x1280" href="img/works/2.jpg">
[...]
<span>View Image</span>
</a>
<!-- works item description start -->
<div class="item-folio__caption">
Lorem Ipsum is simply dummy text.
</div>
<!-- works item description end -->
[...]
<!-- button end -->
[...]
<!-- circle wrapper end -->
[...]
[...]
<!-- circle wrapper start -->
[...]
<!-- button start -->
[...]
<a class="more-button-wrapper" data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
[...]
<span>Watch Video</span>
</a>
[...]
<!-- button end -->
[...]
<!-- circle wrapper end -->
[...]
[...]
<!-- circle wrapper start -->
[...]
<!-- button start -->
[...]
<a class="more-button-wrapper" data-lity="" href="https://vimeo.com/126363491">
[...]
<span>Watch Video</span>
</a>
[...]
<!-- button end -->
[...]
<!-- circle wrapper end -->
[...]
<!-- works end -->
[...]
You can edit the 'Works' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.6. works IMG BACKGROUND */
.item-works-01 {
background-image: url(../img/works/1.jpg);
}
.item-works-02 {
background-image: url(../img/works/2.jpg);
}
.item-works-03 {
background-image: url(../img/works/3.jpg);
}
.item-works-04 {
background-image: url(../img/works/4.jpg);
}
.item-works-05 {
background-image: url(../img/works/5.jpg);
}
.item-works-06 {
background-image: url(../img/works/6.jpg);
}
.item-works-07 {
background-image: url(../img/works/7.jpg);
}
.item-works-08 {
background-image: url(../img/works/8.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 'News' section, simply find the appropriate label <!-- news start --> in the body of the HTML file.
Part to edit:
[...]
<!-- news start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Stay In The Know</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title">
The News
</div>
<!-- section title end -->
[...]
[...]
<!-- carousel start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>February 1, 2022</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Latest Photoshoot
</div>
<!-- section title end -->
[...]
<!-- section TXT start -->
<div class="post-txt">
<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-effect" href="#">since the 1500s</a>.
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section txt start -->
<div class="blog-quote">
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
<div class="more-wraper" data-toggle="modal" data-target="#newsModal-1">
<div class="more-button-bg more-button-circle"></div>
<div class="more-button-txt">
<span>Read more</span>
</div>
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="popup-photo-gallery">
<div class="more-wraper-center">
<a href="img/news/news-gallery/gallery-1/1.jpg" title="Gallery 1 / Image description">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>View Photos</span>
</div>
</a>
<a href="img/news/news-gallery/gallery-1/2.jpg" title="Gallery 1 / Image description"></a>
<a href="img/news/news-gallery/gallery-1/3.jpg" title="Gallery 1 / Image description"></a>
<a href="img/news/news-gallery/gallery-1/4.jpg" title="Gallery 1 / Image description"></a>
</div>
</div>
<!-- button end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>February 2, 2022</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
New Video Released
</div>
<!-- section title end -->
[...]
<!-- section TXT start -->
<div class="post-txt">
<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-effect" href="#">since the 1500s</a>.
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section txt start -->
<div class="blog-quote">
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
<div class="more-wraper" data-toggle="modal" data-target="#newsModal-2">
<div class="more-button-bg more-button-circle"></div>
<div class="more-button-txt">
<span>Read more</span>
</div>
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center">
<a data-lity="" href="https://www.youtube.com/watch?v=9Co2-HD7W_E">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>Watch Video</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>February 3, 2022</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Photo Review
</div>
<!-- section title end -->
[...]
<!-- section TXT start -->
<div class="post-txt">
<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-effect" href="#">since the 1500s</a>.
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section txt start -->
<div class="blog-quote">
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
<div class="more-wraper" data-toggle="modal" data-target="#newsModal-3">
<div class="more-button-bg more-button-circle"></div>
<div class="more-button-txt">
<span>Read more</span>
</div>
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="more-wraper-center">
<a class="popup-photo" href="img/news/3.jpg" title="Single Image / Image description">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>View Image</span>
</div>
</a>
</div>
<!-- button end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>February 4, 2022</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Digital Cameras
</div>
<!-- section title end -->
<[...]
<!-- section TXT start -->
<div class="post-txt">
<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-effect" href="#">since the 1500s</a>.
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section txt start -->
<div class="blog-quote">
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
<!-- section txt end -->
[...]
<!-- button start -->
<div class="more-wraper" data-toggle="modal" data-target="#newsModal-4">
<div class="more-button-bg more-button-circle"></div>
<div class="more-button-txt">
<span>Read more</span>
</div>
</div>
<!-- button end -->
[...]
<!-- button start -->
<div class="popup-photo-gallery">
<div class="more-wraper-center">
<a href="img/news/news-gallery/gallery-2/1.jpg" title="Gallery 2 / Image description">
<div class="more-button-bg-center more-button-circle"></div>
<div class="more-button-txt-center">
<span>View Photos</span>
</div>
</a>
<a href="img/news/news-gallery/gallery-2/2.jpg" title="Gallery 2 / Image description"></a>
<a href="img/news/news-gallery/gallery-2/3.jpg" title="Gallery 2 / Image description"></a>
<a href="img/news/news-gallery/gallery-2/4.jpg" title="Gallery 2 / Image description"></a>
</div>
</div>
<!-- button end -->
[...]
<!-- carousel end -->
[...]
<!-- news modal 1 start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>February 1, 2022</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title post-title-s">
Latest Photoshoot
</div>
<!-- section title end -->
[...]
<!-- section TXT start -->
<div class="personal-block">
<p>
<span class="head-details">Date</span> February 1, 2022
</p>
<p>
<span class="head-details">Client</span> Envato
</p>
<p>
<span class="head-details">Duration</span> 1 Month
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section txt start -->
<p class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <a class="link-effect" href="#">magna aliqua</a>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id <a class="link-effect" href="#">est laborum</a>.
</p>
<!-- section txt end -->
[...]
<!-- carousel start -->
[...]
<!-- section item start -->
[...]
<img alt="Img" src="img/news/blog-gallery/gallery-1/1.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<img alt="Img" src="img/news/blog-gallery/gallery-1/2.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<img alt="Img" src="img/news/blog-gallery/gallery-1/3.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit
</div>
<!-- section title end -->
[...]
<!-- section item end -->
<!-- section item start -->
[...]
<img alt="Img" src="img/news/blog-gallery/gallery-1/4.jpg">
[...]
<!-- section title start -->
<div class="section-title-inner">
Photo Credit
</div>
<!-- section title end -->
[...]
<!-- section item end -->
[...]
<!-- carousel end -->
[...]
<!-- section txt start -->
<p class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <a class="link-effect" href="#">magna aliqua</a>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id <a class="link-effect" href="#">est laborum</a>.
</p>
<!-- section txt end -->
[...]
<!-- section txt start -->
<div class="blog-quote">
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam.</p>
</div>
<!-- section txt end -->
[...]
<!-- section txt start -->
<p class="text">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore <a class="link-effect" href="#">magna aliqua</a>. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id <a class="link-effect" href="#">est laborum</a>.
</p>
<!-- section txt end -->
[...]
<!-- button start -->
[...]
<button>
<span>Close</span>
</button>
[...]
<!-- button end -->
[...]
<!-- news modal 1 end -->
<!-- news modal 2 start -->
[...]
<!-- news modal 2 end -->
<!-- news modal 3 start -->
[...]
<!-- news modal 3 end -->
<!-- news modal 4 start -->
[...]
<!-- news modal 4 end -->
<!-- news end -->
[...]
You can edit the 'News' section background images via CSS file (e.g. style.css).
Part to edit:
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.7. news IMG BACKGROUND */
.carousel-item-news-01 {
background-image: url(../img/news/1.jpg);
}
.carousel-item-news-02 {
background-image: url(../img/news/2.jpg);
}
.carousel-item-news-03 {
background-image: url(../img/news/3.jpg);
}
.carousel-item-news-04 {
background-image: url(../img/news/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.
To edit the 'Contact' section, simply find the appropriate label <!-- contact start --> in the body of the HTML file.
Part to edit:
[...]
<!-- contact start -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>Get in touch</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section title start -->
<div class="post-title">
Let's Talk
</div>
<!-- section title end -->
[...]
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>The Address</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section TXT start -->
<div class="section-txt">
<p>
ex Inc. Touchdown Dr 1176
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>The Email</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section TXT start -->
<div class="section-txt">
<p>
<a class="link-effect" href="mailto:oneex@oneex.com">oneex@oneex.com</a>
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>The Phone</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section TXT start -->
<div class="section-txt">
<p>
+123 456 7890
</p>
</div>
<!-- section TXT end -->
[...]
<!-- section subtitle start -->
<div class="section-subheading-wrapper-all">
<h2 class="section-subheading">
<span>The Web</span>
</h2>
</div>
<!-- section subtitle end -->
[...]
<!-- section TXT start -->
<!-- social icons start -->
<div class="social-icons-wrapper">
<ul class="social-icons">
<li>
<a class="ion-social-twitter" href="#"></a>
</li>
<li>
<a class="ion-social-facebook" href="#"></a>
</li>
<li>
<a class="ion-social-youtube" href="#"></a>
</li>
<li>
<a class="ion-social-linkedin" href="#"></a>
</li>
<li>
<a class="ion-social-instagram" href="#"></a>
</li>
<li>
<a class="ion-social-pinterest" href="#"></a>
</li>
</ul>
</div>
<!-- social icons end -->
<!-- section TXT end -->
[...]
<!-- button start -->
[...]
<a class="contact-modal-launcher" href="#">
[...]
<span>The Form</span>
[...]
</a>
[...]
<!-- button end -->
[...]
<!-- contact end -->
<!-- contact modal start -->
[...]
<!-- section title start -->
<div class="post-title post-title-light post-title-center">
Let's Talk
</div>
<!-- section title end -->
[...]
<!-- contact form start -->
[...]
<!-- button start -->
[...]
<span>Submit</span>
[...]
<!-- button end -->
[...]
<!-- contact form end -->
[...]
<!-- contact modal 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 'Draggable Image Wall', simply find and open the file named 'basex-wall.js' placed in the folder named 'js'.
Part to edit:
// 11. 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"]
]],
["the-wall/14.jpg", [
["the-wall/14-2.jpg", "Item Name<br />
People / Portraits"]
]],
[...]
]]
];
var maxLength = 36;
[...]
"slideshow": true, // options: true, false
[...]
[...]
You can edit the 'Draggable 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
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)