Focus || Photography Portfolio Template

Documentation


To edit the 'Home' section, simply find the appropriate label <!-- home start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- home start -->
        [...]
                    <h1 class="home-page-title">
                        Focus
                    </h1>
                    [...]
                        <h2 class="home-page-title">
                            Simplicity is complex
                        </h2>
                        <h2 class="home-page-title">
                            Design is a process
                        </h2>
                        <h2 class="home-page-title">
                            Aesthetic is a decision
                        </h2>
                        <h2 class="home-page-title">
                            Style is everything
                        </h2>
                    [...]
                [...]<!-- home end -->
        [...]

To edit the 'Home' section 'Content Slider', simply find the appropriate label <!-- home start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- home start -->
        [...]
            <!-- hero fullscreen content slider start -->
            [...]
                <!-- fullscreen slider item 1 start -->
                [...]
                                <h1>
                                    Focused
                                </h1>
                                <h2>
                                    Simplicity is complex
                                </h2>
                            [...]
                        [...]<!-- fullscreen slider item 1 end -->
                <!-- fullscreen slider item 2 start -->
                [...]
                                <h1>
                                    Unique
                                </h1>
                                <h2>
                                    Design is a process
                                </h2>
                            [...]
                        [...]<!-- fullscreen slider item 2 end -->
                <!-- fullscreen slider item 3 start -->
                [...]
                                <h1>
                                    Modern
                                </h1>
                                <h2>
                                    Aesthetic is a decision
                                </h2>
                            [...]
                        [...]<!-- fullscreen slider item 3 end -->
                <!-- fullscreen slider item 4 start -->
                [...]
                                <h1>
                                    Powerfull
                                </h1>
                                <h2>
                                    Style is everything
                                </h2>
                            [...]
                        [...]<!-- hero fullscreen content slider end -->
        [...]<!-- home end -->
        [...]

To edit the 'Home' section 'Typed Text', simply find and open the file named 'focus.js' placed in the folder named 'js'.

Part to edit:


        [...]
    // typed text
    [...]
        strings: ["Focused", "Unique", "Modern", "Powerfull"],
        [...]
        [...]

To edit the 'Home' section 'Split 3D Carousel', simply find the appropriate label <!-- split carousel start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- split carousel start -->
                [...]
                                    <!-- split carousel content 1 start -->
                                    [...]
                                            <!-- split carousel left 1 start -->
                                            [...]
                                                    <h3>
                                                        Beauty / Fashion
                                                    </h3>
                                                    <p>
                                                        Lorem ipsum dolor sit amet, consectetur adipiscing elit.<br>
                                                        Sed euismod in tellus in mattis.
                                                    </p><a class="c-btn inverse" href="#"><span>Read more</span></a>
                                                [...]
                                            [...]<!-- split carousel left 1 end -->
                                            <!-- split carousel right 1 start -->
                                            [...]<!-- split carousel right 1 end -->
                                    [...]<!-- split carousel content 1 end -->
                                    <!-- split carousel content 2 start -->
                                    [...]
                                            <!-- split carousel left 2 start -->
                                            [...]
                                                    <h3>
                                                        Nature / Wild
                                                    </h3>
                                                    <p>
                                                        Aliquam erat volutpat. Praesent ultricies aliquet erat a semper.<br>
                                                        Maecenas risus ex, suscipit cursus felis.
                                                    </p><a class="c-btn inverse" href="#"><span>Read more</span></a>
                                                [...]
                                            [...]<!-- split carousel left 2 end -->
                                            <!-- split carousel right 2 start -->
                                            [...]<!-- split carousel right 2 end -->
                                    [...]<!-- split carousel content 2 end -->
                                    <!-- split carousel content 3 start -->
                                    [...]
                                            <!-- split carousel left 3 start -->
                                            [...]
                                                    <h3>
                                                        Royalty / Stock
                                                    </h3>
                                                    <p>
                                                        In dignissim accumsan ullamcorper.<br>
                                                        Aliquam nec augue id mauris convallis venenatis.
                                                    </p><a class="c-btn inverse" href="#"><span>Read more</span></a>
                                                [...]
                                            [...]<!-- split carousel left 3 end -->
                                            <!-- split carousel right 3 start -->
                                            [...]<!-- split carousel right 3 end -->
                                    [...]<!-- split carousel content 3 end -->
                                    <!-- split carousel content 4 start -->
                                    [...]
                                            <!-- split carousel left 4 start -->
                                            [...]
                                                    <h3>
                                                        People / Life
                                                    </h3>
                                                    <p>
                                                        Aenean tortor orci, luctus ut arcu eu, porta ultrices dui.<br>
                                                        Curabitur vitae purus porta.
                                                    </p><a class="c-btn inverse" href="#"><span>Read more</span></a>
                                               [...]
                                            [...]<!-- split carousel left 4 end -->
                                            <!-- split carousel right 4 start -->
                                            [...]<!-- split carousel right 4 end -->
                                    [...]<!-- split carousel content 4 end -->
                                [...]<!-- split carousel end -->
        [...]

You can edit the 'Split 3D Carousel' style images via CSS file (e.g. style.css).

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* split carousel IMG BACKGROUND */
.article-1 .spinner-content-right {
background-image: url(../img/split-carousel/1.jpg);
}
.article-2 .spinner-content-right {
background-image: url(../img/split-carousel/2.jpg);
}
.article-3 .spinner-content-right {
background-image: url(../img/split-carousel/3.jpg);
}
.article-4 .spinner-content-right {
background-image: url(../img/split-carousel/4.jpg);
}
[...]

You can also edit the 'Split 3D Carousel' style images by following its URL path: 'img/split-carousel/', and replace existing image files with your own images.

To edit the 'Home' section 'Vertical Split Slider', simply find the appropriate label <!-- vertical split slider start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- vertical split slider start -->
                [...]
                        <!-- vertical split slider IMG start -->
                        [...]<!-- vertical split slider IMG end -->
                        <!-- vertical split slider text start -->
                        [...]
                            <div class="item slideshow-item">
                                Focused
                            </div>
                            <div class="item slideshow-item">
                                Unique
                            </div>
                            <div class="item slideshow-item">
                                Modern
                            </div>
                            <div class="item slideshow-item">
                                Powerfull
                            </div>
                        [...]<!-- vertical split slider text end -->
                [...]<!-- vertical split slider end -->
        [...]

You can edit the 'Vertical Split Slider' style images via CSS file (e.g. style.css).

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* vertical split slider IMG BACKGROUND */
.item.item-1 {
background-image: url(../img/vertical-split-slider/1.jpg);
}
.item.item-2 {
background-image: url(../img/vertical-split-slider/2.jpg);
}
.item.item-3 {
background-image: url(../img/vertical-split-slider/3.jpg);
}
.item.item-4 {
background-image: url(../img/vertical-split-slider/4.jpg);
}
[...]

You can also edit the 'Vertical Split Slider' style images by following its URL path: 'img/vertical-split-slider/', and replace existing image files with your own images.

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 'About' section, simply find the appropriate label <!-- about start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- about start -->
        [...]
                        <h2 class="section-heading">
                            About
                        </h2>
                    [...]
                [...]
                        <!-- intro start -->
                        [...]
                            <h2>
                                Years
                            </h2>
                            [...]
                            <h3 class="facts-counter-number">
                                17
                            </h3>
                            <h4>
                                of Service
                            </h4>
                        [...]<!-- intro end -->
                    [...]
                    [...]
                        <!-- quote start -->
                        [...]
                            <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>
                        [...]<!-- quote end -->
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper. Maecenas risus
                            ex, suscipit cursus felis vitae, iaculis <a class="link-underline" href="#">tempor dolor</a>.
                        </p>
                    [...]
                [...]
                        <h2 class="section-heading secondary">
                            The Team
                        </h2>
                    [...]
                [...]
                        <!-- IMG carousel start -->
                        [...]
                            <!-- carousel img item 1 start -->
                            [...]
                                    <a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-social-facebook" href="#"></a> <a class="iw-slide-right ion-social-googleplus" href=
                                    "#"></a>
                                [...]
                                [...]
                                <div class="team-box">
                                    C. Eastwood<span>Chief Photographer</span>
                                </div>
                            [...]<!-- carousel img item 1 end -->
                            <!-- carousel img item 2 start -->
                            [...]
                                    <a class="iw-slide-left ion-social-twitter" href="#"></a> <a class="ion-social-facebook" href="#"></a> <a class="iw-slide-right ion-social-googleplus" href=
                                    "#"></a>
                                [...]
                                [...]
                                    R. Redford<span>Assistant Photographer</span>
                                </div>
                            [...]<!-- carousel img item 2 end -->
                            <!-- carousel img item 3 start -->
                            [...]<!-- carousel img item 3 end -->
                            [...]
                            [...]
                        [...]<!-- IMG carousel end -->
                    [...]<!-- about end -->
        [...]

You can edit the 'About - Team' section images via CSS file (e.g. style.css).

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* carousel slider IMG BACKGROUND */
.carousel-img-item-1 {        
background-image: url(../img/team/carousel-img-item-1.jpg);
}
.carousel-img-item-2 {        
background-image: url(../img/team/carousel-img-item-2.jpg);
}
.carousel-img-item-3 {    
background-image: url(../img/team/carousel-img-item-3.jpg);
}
.carousel-img-item-4 {        
background-image: url(../img/team/carousel-img-item-4.jpg);
}
.carousel-img-item-5 {        
background-image: url(../img/team/carousel-img-item-5.jpg);
}
.carousel-img-item-6 {        
background-image: url(../img/team/carousel-img-item-6.jpg);
}
.carousel-img-item-7 {        
background-image: url(../img/team/carousel-img-item-7.jpg);
}
[...]

You can also edit the 'About - Team' section images by following its URL path: 'img/team/', and replace existing image files with your own images.

To edit the 'The know-how' section, simply find the appropriate label <!-- know-how start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- know-how start -->
        [...]
                        <h2 class="section-heading secondary">
                            The Know-how
                        </h2>
                    [...]
                [...]
                        <!-- slick left start -->
                        [...]
                                        <!-- skills bar start -->
                                        [...]
                                            <!-- skill 1 start -->
                                            <div class="skillbar" data-percent="95">
                                                <span class="skillbar-title">Fashion</span>
                                                [...]
                                            </div><!-- skill 1 end -->
                                            <!-- skill 2 start -->
                                            <div class="skillbar" data-percent="90">
                                                <span class="skillbar-title">Documentary</span>
                                                [...]
                                            </div><!-- skill 2 end -->
                                            <!-- skill 3 start -->
                                            <div class="skillbar" data-percent="85">
                                                <span class="skillbar-title">Architectural</span>
                                                [...]
                                            </div><!-- skill 3 end -->
                                            <!-- skill 4 start -->
                                            <div class="skillbar" data-percent="76">
                                                <span class="skillbar-title">Conceptual / Fine-art</span>
                                                [...]
                                            </div><!-- skill 4 end -->
                                        [...]<!-- skills bar end -->
                                    [...]<!-- slick left end -->
                    [...]<!-- know-how end -->
        [...]

You can edit the 'Know-how' section images via CSS file (e.g. style.css).

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* know-how IMG BACKGROUND */
.img-fullwidth-know-how-carousel-1 {
background-image: url(../img/know-how/know-how-carousel-1.jpg);
}
.img-fullwidth-know-how-carousel-2 {
background-image: url(../img/know-how/know-how-carousel-2.jpg);
}
[...]

You can also edit the 'Know-how' section images by following its URL path: 'img/know-how/', 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' section, simply find the appropriate label <!-- facts start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- facts start -->
        [...]
                            <h2 class="section-heading light">
                                The Facts
                            </h2><!-- 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 end -->
        [...]

You can also edit the 'Facts' section images by following its URL path: 'img/parallax/', 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 <!-- services start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- services start -->
        [...]
                        <h2 class="section-heading">
                            Services
                        </h2>
                    [...]
                [...]
                        <h4 class="service-heading">
                            Full-day shoots
                        </h4>
                        <div class="service-number">
                            1
                        </div>
                        <p>
                            Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a <a class=
                            "link-underline" href="#">semper porta</a>.
                        </p>
                    [...]
                    [...]
                        <h4 class="service-heading">
                            Lighting setup
                        </h4>
                        <div class="service-number">
                            2
                        </div>
                        <p>
                            In dignissim accumsan ullamcorper. Aliquam nec augue id mauris convallis venenatis. Donec interdum ipsum quis varius tristique. Aenean tortor orci, luctus <a class=
                            "link-underline" href="#">ut arcu</a>.
                        </p>
                    [...]
                    [...]
                        <h4 class="service-heading">
                            Photo editing
                        </h4>
                        <div class="service-number">
                            3
                        </div>
                        <p>
                            Aenean commodo augue at libero luctus blandit. Ut non justo ipsum. Donec malesuada non nulla vitae porttitor. Ut vehicula augue erat, ut accumsan <a class="link-underline"
                            href="#">felis rutrum</a>.
                        </p>
                    [...]
                [...]<!-- services end -->
        <!-- services 2 start -->
        [...]
                        <!-- slick right start -->
                        <!-- services single item img start -->
                        [...]
                            <div class="img-fullwidth img-fullwidth-all img-fullwidth-services-single"></div>
                        [...]<!-- services single item img end -->
                        <!-- slick right end -->
                    [...]
                    [...]
                        <!-- slick left start -->
                        [...]
                            [...]
                                                <ul>
                                                    <li>
                                                        <span>Branding</span>
                                                        <ul>
                                                            <li>
                                                                <a class="link-underline services" href="#">Branding Campaigns</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Customer Surveys</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Advertising Campaigns</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li>
                                                        <span>Photography</span>
                                                        <ul>
                                                            <li>
                                                                <a class="link-underline services" href="#">Retouching</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Photo editing</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Color correction</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li>
                                                        <span>Brand Identity</span>
                                                        <ul>
                                                            <li>
                                                                <a class="link-underline services" href="#">Colors</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Design</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Logotype</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                </ul>
                                            [...]
                                        [...]<!-- slick left end -->
                    [...]
                [...]
                        <!-- slick right start -->
                        [...]
                            <!-- services carousel item 1 img start -->
                            [...]
                                <div class="img-fullwidth img-fullwidth-all img-fullwidth-services-carousel-1"></div>
                            [...]<!-- services carousel item 1 img end -->
                            <!-- services carousel item 2 img start -->
                            [...]
                                <div class="img-fullwidth img-fullwidth-all img-fullwidth-services-carousel-2"></div>
                            [...]<!-- services carousel item 2 img end -->
                            <!-- services carousel item 3 img start -->
                            [...]
                                <div class="img-fullwidth img-fullwidth-all img-fullwidth-services-carousel-3"></div>
                            [...]<!-- services carousel item 3 img end -->
                        [...]<!-- slick right end -->
                    [...]
                    [...]
                        <!-- slick left start -->
                        [...]
                                                <ul>
                                                    <li>
                                                        <span>Branding</span>
                                                        <ul>
                                                            <li>
                                                                <a class="link-underline services" href="#">Branding Campaigns</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Customer Surveys</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Advertising Campaigns</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li>
                                                        <span>Photography</span>
                                                        <ul>
                                                            <li>
                                                                <a class="link-underline services" href="#">Commercial / Stock</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Beauty / Fashion</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Nature / Landscapes</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                    <li>
                                                        <span>Brand Identity</span>
                                                        <ul>
                                                            <li>
                                                                <a class="link-underline services" href="#">Colors</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Design</a>
                                                            </li>
                                                            <li>
                                                                <a class="link-underline services" href="#">Logotype</a>
                                                            </li>
                                                        </ul>
                                                    </li>
                                                </ul>
                                            [...]
                                        [...]<!-- slick left end -->
                    [...]<!-- services 2 end -->
        [...]


You can edit the 'Services' section images via CSS file (e.g. style.css).

Part to edit:


[...]
/* TEMPLATE BACKGROUNDS */
[...]
/* services IMG BACKGROUND */
.img-fullwidth-services-single {
background-image: url(../img/services/services-single.jpg);
}
.img-fullwidth-services-carousel-1 {
background-image: url(../img/services/services-carousel-1.jpg);
}
.img-fullwidth-services-carousel-2 {
background-image: url(../img/services/services-carousel-2.jpg);
}
.img-fullwidth-services-carousel-3 {
background-image: url(../img/services/services-carousel-3.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 'Testimonials' section, simply find the appropriate label <!-- testimonials start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- testimonials start -->
        [...]
                        <h2 class="section-heading secondary">
                            Testimonials
                        </h2>
                    [...]
                [...]
                            <!-- 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>
                                <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 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>
                                <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 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>
                                <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 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>
                                <div class="testimonials-signature">
                                    T. Scott
                                </div>
                            [...]<!-- testimonials quote 4 end -->
                        [...]
                    [...]<!-- testimonials end -->
        [...]

You can also edit the 'Testimonials' section 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 'Works' section, simply find the appropriate label <!-- works start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- works start -->
        [...]
                        <h2 class="section-heading">
                            Works
                        </h2>
                    [...]
                [...]
                    <!-- 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 -->
                        [...]<!-- gallery item 4 end -->
                        [...]
                        [...]
                    [...]<!-- photoSwipe end -->
                [...]<!-- works end -->
        [...]

You can also edit the 'Works' section 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 'Timeline' section, simply find the appropriate label <!-- timeline start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- timeline start -->
        [...]
                        <h2 class="section-heading">
                            The Story
                        </h2>
                    [...]
                [...]
                        <!-- timeline steps start -->
                        [...]
                            <!-- timeline step 1 start -->
                            [...]
                                    <img alt="Timeline Img" class="img-circle img-responsive" src="img/timeline/timeline-1.jpg">
                                [...]
                                <[...]
                                        <h4 class="cd-timeline-date">
                                            April 2015 - Present
                                        </h4>
                                        <h3 class="cd-timeline-name">
                                            Chief Photographer <span class="cd-timeline-position">Full-time</span>
                                        </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.
                                            Maecenas risus ex, suscipit cursus felis vitae, iaculis tempor dolor.
                                        </p>
                                    [...]
                                [...]<!-- timeline step 1 end -->
                            <!-- timeline step 2 start -->
                            [...]
                                    <img alt="Timeline Img" class="img-circle img-responsive" src="img/timeline/timeline-2.jpg">
                                [...]
                                [...]
                                        <h4 class="cd-timeline-date">
                                            May 2008 - April 2015
                                        </h4>
                                        <h3 class="cd-timeline-name left">
                                            Assistant Photographer <span class="cd-timeline-position">Freelance</span>
                                        </h3>
                                    [...]
                                    [...]
                                        <p>
                                            In dignissim accumsan ullamcorper. Aliquam nec augue id mauris convallis venenatis. Donec interdum ipsum quis varius tristique. Aenean tortor orci, luctus
                                            ut arcu eu, porta ultrices dui. Ut et orci ipsum. Aliquam semper lorem nisi, sed pellentesque risus faucibus vitae.
                                        </p>
                                    [...]<!-- timeline step 2 end -->
                            <!-- timeline step 3 start -->
                            [...]
                                    <img alt="Timeline Img" class="img-circle img-responsive" src="img/timeline/timeline-3.jpg">
                                [...]
                                [...]
                                        <h4 class="cd-timeline-date">
                                            January 2004 - May 2008
                                        </h4>
                                        <h3 class="cd-timeline-name">
                                            Fashion Photographer <span class="cd-timeline-position">Part-time</span>
                                        </h3>
                                    [...]
                                    [...]
                                        <p>
                                            Aenean commodo augue at libero luctus blandit. Ut non justo ipsum. Donec malesuada non nulla vitae porttitor. Ut vehicula augue erat, ut accumsan felis
                                            rutrum a. Curabitur vitae purus porta, viverra justo vel, varius lectus.
                                        </p>
                                    [...]<!-- timeline step 3 end -->
                        [...]<!-- timeline steps end -->
                    [...]<!-- timeline end -->
        [...]

You can also edit the 'Timeline' section images by following its URL path: 'img/timeline/', 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 <!-- news start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- news start -->
        [...]
                        <h2 class="section-heading">
                            News
                        </h2>
                    [...]
                [...]
                        <!-- 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>
                                    <figcaption>
                                        <h2>
                                            Lorem ipsum dolor
                                        </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>
                                    </figcaption>
                                [...]
                            [...]<!-- 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>
                                    <figcaption>
                                        <h2>
                                            Consectetur adip
                                        </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>
                                    </figcaption>
                                [...]
                            [...]<!-- 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>
                                    <figcaption>
                                        <h2>
                                            Sed nec neque
                                        </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>
                                    </figcaption>
                                [...]
                            [...]<!-- 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>
                                    <figcaption>
                                        <h2>
                                            Iaculis sagittis
                                        </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>
                                    </figcaption>
                                [...]
                            [...]<!-- 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>
                                    <figcaption>
                                        <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>
                                    </figcaption>
                                [...]
                            [...]<!-- news item 5 end -->
                        [...]<!-- news carousel end -->
                    [...]
                [...]<!-- news end -->
        <!-- news modal 1 start -->
        [...]
            <!-- news modal content 1 start -->
            [...]
                            <!-- news modal body 1 start -->
                            [...]
                                <div class="modal-content-date">
                                    May 10, 2017, Wednesday
                                </div>
                                <h2>
                                    Lorem ipsum dolor
                                </h2>
                                <p class="item-intro">
                                    Photography / Portfolio
                                </p><img alt="News Modal" class="img-responsive" src="img/news/news-1.jpg">
                                <p>
                                    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed euismod in tellus in mattis. Aliquam erat volutpat. Praesent ultricies aliquet erat a semper. Maecenas
                                    risus ex, suscipit cursus felis vitae, iaculis tempor dolor. In dignissim accumsan ullamcorper. Aliquam nec augue id mauris convallis venenatis.
                                </p>[...]
                            [...]<!-- news modal body 1 end -->
                        [...]<!-- news modal content 1 end -->
        [...]<!-- news modal 1 end -->
        <!-- news modal 2 start -->
        [...]
            <!-- news modal content 2 start -->
            [...]
            <!-- news modal content 2 end -->
        [...]
        [...]
        [...]

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 <!-- contact start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- contact start -->
        [...]
                            <h2 class="section-heading light">
                                Contact
                            </h2><!-- contact info start -->
                            [...]
                                    <div class="contact-info-description">
                                        <i class="ion-ios-location-outline contact-info-description-img"></i> <span class="contact-info-text">ex Inc.<br>
                                        Touchdown Dr 1176</span>
                                    </div>
                                [...]
                                [...]
                                    <div class="contact-info-description">
                                        <i class="ion-ios-email-outline contact-info-description-img large"></i> <span class="contact-info-text large"><a class="link-underline contact" href=
                                        "mailto:contact@domainname.com">contact@domainname.com</a></span>
                                    </div>
                                [...]
                                [...]
                                    <div class="contact-info-description">
                                        <i class="ion-ios-telephone-outline contact-info-description-img"></i> <span class="contact-info-text">[00] 11 - 76<br>
                                        [01] 11 - 76</span>
                                    </div>
                                [...]
                            [...]<!-- contact info end -->
                        [...]<!-- contact end -->
        <!-- contact form start -->
        [...]
                        <h2 class="section-heading secondary">
                            Get in touch
                        </h2>
                    [...]
                [...]
                [...]<!-- contact form end -->
        [...]
        [...]

You can also edit the 'Contact' section images by following its URL path: 'img/parallax/', 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 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 'focus.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>Focus</strong><br>ex Inc. Touchdown Dr<br>1176 Los Angeles, CA";
    [...]
        // EDIT: map title
        title: "Focus"
    [...]
    [...]
[...]

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 */
/* single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
.bg-img-SINGLE-LIGHT {
background-image: url(../img/background/SINGLE-bg-LIGHT.jpg);
}
.bg-img-SINGLE-TYPED {
background-image: url(../img/background/SINGLE-bg-TYPED.jpg);
}
.bg-img-SINGLE-BORDERED {
background-image: url(../img/background/SINGLE-bg-BORDERED.jpg);
}
.bg-img-SINGLE-PLAY-VIDEO {
background-image: url(../img/background/SINGLE-bg-PLAY-VIDEO.jpg);
}
/* 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);
}
/* hero slider IMG BACKGROUND,
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);
}
/* 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);
}
[...]

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.

To add 'YouTube Videos' in the background of the template, simply find and open the file named 'focus.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 '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 data-vide-bg="http://www.11-76.com/html5-videos/focus.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 'Vimeo Videos' in the background of the template, simply open the JS file named 'focus.js' placed in the folder named 'js'.

Part to edit:


[...]
    // Vimeo player
    [...]
        "url": "https://vimeo.com/95515307", // 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'.

You can edit the 'Image Wall' images by following its URL path: 'img/freewall/', and replace existing image files with your own images. URL path as well as the number of images can be edited via 'focus.js' file.

Part to edit:


[...]
// freewall
    var temp = "<div class='cell' style='width:{width}px; height: {height}px; background-image: url(img/freewall/{index}.jpg)'></div>";
    [...]
        limitItem = 19;
        [...]


You can use any size for a background image.
Please note;
Demo images are not included. Image placeholders are provided instead.

To display photos from Instagram via 'Live Instagram Feed', simply find and open the file named 'focus.js' placed in the folder named 'js'.

Part to edit:


[...]
// Instafeed
    [...]
        [...]
        userId: "5975086331", // Instagram User ID
        accessToken: "5975086331.1677ed0.5c991b59366a426fadf3e868310cc56b", // Instagram Access Token
        limit: 10,
        [...]
        [...]
    [...]
[...]


Please make sure to generate your Instagram User ID and Instagram Access Token and replace the existing one with your own.

To generate your Instagram User ID please visit:
https://smashballoon.com/instagram-feed/find-instagram-user-id/
To generate your Instagram Access Token please visit:
https://www.instagram.com/developer/authentication/
OR/AND
http://instagram.pixelunion.net/

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)