Newex - Under Construction Template

Documentation


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

Part to edit:


        [...]
        <!-- home section start -->
        [...]
                    <!-- home title start -->
                    <h1 class="home-page-title fadeIn-element">
                        Newex
                    </h1><!-- home title end -->
                    [...]
                    <!-- sign up modal launcher start -->
                    [...]
                        <div class="the-button">
                            Newsletters
                        </div>
                    [...]<!-- sign up modal launcher end -->
                [...]
            <!-- social icons start -->
            [...]
                    <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>
                    <li>
                        <a class="ion-social-dribbble" href="#"></a>
                    </li>
                [...]<!-- social icons end -->
            <!-- copyright home start -->
            [...]
                <a class="link-underline link-underline-light" href="#">Newex</a> &copy; 2020 All Rights Reserved.
            [...]<!-- copyright home end -->
        [...]<!-- home section end -->
        [...]

To edit the 'Home' section text (Split Content Slider - Typed Text version), simply find and open the file named 'newex.js' placed in the folder named 'js'.

Part to edit:


[...]
// typed text
    [...]
        strings: ["Truly Creative", "Coming Soon Page", "Made for KINGS"],
        [...]
    [...]
[...]


You can edit the 'Home' section images according to the documentation bellow (please read Background Images section).

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

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

Part to edit:


        [...]
        <!-- about section start -->
        [...]
                        <!-- page title start -->
                        <div class="post-title">
                            Inspiring Generations
                        </div><!-- page title end -->
                    [...]
                            <!-- page TXT start -->
                            <p>
                                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, when an
                                unknown printer took a galley of type and scrambled it to make <a class="link-underline" href="#">a type specimen book</a>.
                            </p><!-- page TXT end -->
                        [...]
            <!-- about IMG start -->
            [...]
                            <!-- about images start -->
                            [...]
                                        <img alt="About" src="img/about/about-image-1.jpg">
                                    [...]
                                        <img alt="About" src="img/about/about-image-2.jpg">
                                    [...]<!-- about images end -->
                        [...]<!-- about IMG end -->
        [...]<!-- about section end -->
        [...]

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

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

Part to edit:


        [...]
        <!-- facts section start -->
        [...]
                        <!-- page title start -->
                        <div class="post-title">
                            The Facts
                        </div><!-- page title end -->
                    [...]
                            <!-- facts counter start -->
                            <[...]
                                    <!-- fact 1 start -->
                                    <div class="facts-counter-number">
                                        7
                                    </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">
                                        81
                                    </div>
                                    [...]
                                        <i class="ion-ios-photos-outline facts-counter-description-img"></i> <span class="facts-counter-title">Items</span>
                                    [...]<!-- fact 2 end -->
                                [...]
                                    <!-- fact 3 start -->
                                    <div class="facts-counter-number">
                                        7500
                                    </div>
                                    [...]
                                        <i class="ion-ios-world-outline facts-counter-description-img"></i> <span class="facts-counter-title">Clients</span>
                                    [...]<!-- fact 3 end -->
                                [...]
                                    <!-- fact 4 start -->
                                    <div class="facts-counter-number">
                                        420
                                    </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 section end -->
        [...]

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

Part to edit:


        [...]
        <!-- services section start -->
        [...]
                        <!-- page subtitle start -->
                        <h4 class="post-heading post-heading-services">
                            Brand
                        </h4><!-- page subtitle end -->
                        [...]
                        <!-- page title start -->
                        <div class="post-title">
                            Design
                        </div><!-- page title end -->
                        [...]
                        [...]
                            <!-- skill 1 start -->
                            <div class="skillbar" data-percent="100">
                                [...]
                            </div><!-- skill 1 end -->
                        [...]
                        <!-- page TXT start -->
                        <p>
                            Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href="#">ever
                            since the 1500s</a>.
                        </p><!-- page TXT end -->
                    [...]
                        <!-- page subtitle start -->
                        <h4 class="post-heading post-heading-services">
                            Corporate
                        </h4><!-- page subtitle end -->
                        [...]
                        <!-- page title start -->
                        <div class="post-title">
                            Identity
                        </div><!-- page title end -->
                        [...]
                        [...]
                            <!-- skill 2 start -->


                            <div class="skillbar" data-percent="100">
                                [...]
                            </div><!-- skill 2 end -->
                        [...]
                        <!-- page TXT start -->
                        <p>
                            Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text <a class="link-underline" href="#">ever
                            since the 1500s</a>.
                        </p><!-- page TXT end -->
                    [...]<!-- services section end -->
        [...]

To edit the 'Services' section images, please open the 'style.css' file.

Part to edit:  

   
[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.3. services IMG BACKGROUND */
.services-bg-1 {
background-image: url(../img/services/services-bg-1.jpg);
}
.services-bg-2 {
background-image: url(../img/services/services-bg-2.jpg);
}
[...]

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

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

Part to edit:


        [...]
        <!-- testimonials section start -->
        [...]
                        <!-- page title start -->
                        <div class="post-title">
                            The Words
                        </div><!-- page title end -->
                    [...]
                            <!-- testimonials start -->
                            [...]
                                <!-- testimonials quote 1 start -->
                                [...]
                                        <img alt="Testimonials image" class="testimonials-quote-img" src="img/testimonials/testimonials-quote-img-1.jpg">
                                    [...]
                                    <p>
                                        <span class="section-testimonials quote-mark-l ion-quote"></span>Lorem Ipsum is simply dummy text of the printing and typesetting industry.<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>Lorem Ipsum has been the industry's dummy text ever since the 1500s.<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>Lorem Ipsum is simply dummy text of the printing and typesetting industry.<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>Lorem Ipsum has been the industry's dummy text ever since the 1500s.<span class=
                                        "section-testimonials quote-mark-r ion-quote"></span>
                                    </p>
                                    [...]
                                    <div class="testimonials-signature">
                                        T. Scott
                                    </div>
                                [...]<!-- testimonials quote 4 end -->
                            [...]<!-- testimonials end -->
                        [...]<!-- testimonials section 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.

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

Part to edit:


        [...]
        <!-- launch section start -->
        [...]
                <!-- countdown start -->
                [...]
                    <!-- page subtitle start -->
                    <h2 class="countdown-top">
                        Going Live In
                    </h2><!-- page subtitle end -->
                   [...]<!-- countdown end -->
                [...]<!-- launch section end -->
        [...]

You can edit the 'Launch' section images according to the documentation bellow (please read Background Images section).

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

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

Part to edit:


        [...]
        <!-- contact section start -->
        [...]
                        <!-- page email start -->
                        [...]
                            <a class="link-underline link-underline-dark" href="mailto:contact@domainname.com">contact@domainname.com</a>
                        [...]<!-- page email end -->
                    [...]
                        <!-- contact modal launcher start -->
                        [...]
                            <div class="the-button the-button-dark">
                                Use the form
                            </div>
                        [...]<!-- contact modal launcher end -->
                    [...]
                        <!-- copyright start -->
                        [...]
                            <a class="link-underline link-underline-dark" href="#">Newex</a> &copy; 2020 All Rights Reserved.
                        [...]<!-- copyright end -->
                    [...]<!-- contact section end -->
        [...]

To edit the 'Contact Modal' section, simply find the appropriate label <!-- contact modal start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- contact modal start -->
        [...]
                                <!-- page title start -->
                                <h2 class="section-heading">
                                    Get in touch
                                </h2><!-- page title end -->
                            [...]
                                <!-- contact form start -->
                                [...]
                                            <!-- contact form submit button start -->
                                            [...]
                                                <button class="the-button the-button-submit" id="submit" type="submit"><span>Submit</span></button>
                                            [...]<!-- contact form submit 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 'Sign Up Modal' section, simply find the appropriate label <!-- sign up modal start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- sign up modal start -->
        [...]
                                <!-- page title start -->
                                <h2 class="section-heading">
                                    Newsletter sign up
                                </h2><!-- page title end -->
                            [...]
                                <!-- newsletter form start -->
                                [...]
                                                <!-- newsletter submit button start -->
                                                [...]
                                                    <button class="the-button the-button-submit" id="submit-2" type="submit"><span>Submit</span></button>
                                                [...]<!-- newsletter submit button end -->
                                            [...]<!-- newsletter form end -->
                            [...]<!-- sign up modal end -->
        [...]

To send the contents of your 'Sign Up Modal Form' to your email, simply open the file named 'subscribe.php'.

Your email address goes here:


$myemail = 'you@yoursite.com';

To add 'YouTube Videos - SINGLE' in the background of the template, simply find the appropriate label <!-- YouTube video URL start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- YouTube video URL start -->
                        <div class="player" data-property=
                        "{videoURL: '3zXrWmkVjTM', containment: '#videoContainment', showControls: false, autoPlay: true, loop: true, vol: 50, mute: true, startAt: 0, stopAt: 0, opacity: 1, addRaster: false, quality: 'large', optimizeDisplay: true, ratio: 16/9, playOnlyIfVisible: false}"
                        id="bgndVideo"></div><!-- YouTube video URL end -->
        [...]

Please note;
This template is designed to use YouTube videos as a background; however, 'YouTube Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/YT-bg.jpg'.

To activate the background image, please open the 'style.css' file.

Part to edit:


[...]
/* YouTube video */
[...]
@media only screen and (max-width: 880px) {
  .YT-bg {
    [...]
    background-image: url(../img/background/YT-bg.jpg);
    [...]
            /* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}
[...]


By default the sound of the video is set mute. To unmute the sound, change 'mute: true' into 'mute: false'.

To add 'Vimeo Videos' in the background of the template, simply find the appropriate label <!-- Vimeo video URL start --> in the body of the HTML file.

Part to edit:


                [...]
                <!-- Vimeo video URL start -->
                        <iframe data-fullscreeneo="" src="https://player.vimeo.com/video/98929509?autoplay=1&amp;background=1&amp;hd=1&amp;loop=1"></iframe><!-- Vimeo video URL end -->
                [...]

Please note;
By default the sound of the video is set mute. To unmute the sound, change 'background=1' into 'background=0'.

Please note;
This template is designed to use Vimeo videos as a background; however, 'Vimeo Video Background' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/vimeo-bg.jpg'.

To activate the background image, please open the 'style.css' file.

Part to edit:


[...]
/* Vimeo video */
[...]
@media only screen and (max-width: 880px) {
  .vimeo-bg {
    [...]
    background-image: url(../img/background/vimeo-bg.jpg);
    [...]
            /* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}
[...]

To add 'Self-Hosted HTML5 Videos' in the background of the template, simply find the appropriate label <!-- HTML5 video URL start --> in the body of the HTML file.

Part to edit:


                [...]
                <!-- HTML5 video URL start -->
                    <div class="html5-videoContainment" data-vide-bg="http://www.11-76.com/html5-videos/newex.mp4" data-vide-options="loop: true, muted: true"></div><!-- HTML5 video URL end -->
                [...]

Please note;
By default the sound of the video is set mute. To unmute the sound, change 'muted: true' into 'muted: false'.

Please note;
This template is designed to use Self-Hosted HTML5 videos as a background; however, 'Self-Hosted HTML5 Videos' plugin is not supported by SOME mobile devices and it doesn't work on ALL mobile devices, so the background image is added to compensate for it. This background image can be found by following its URL path: 'img/background/html5-bg.jpg'.

To activate the background image, please open the 'style.css' file.

Part to edit:


[...]
/* HTML5 video */
[...]
@media only screen and (max-width: 880px) {
  .html5-bg {
    [...]
    background-image: url(../img/background/html5-bg.jpg);
    [...]
            /* uncomment the following to show an image for mobile devices */
            /* display: block; */
  }
}
[...]

To add images in the background of the template, simply find the appropriate CSS file placed in the folder named 'css' (e.g. style.css).

Open the file and find the appropriate label '/* 1. TEMPLATE BACKGROUNDS */'.
Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.2. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
[...]
/* 1.4. launch IMG BACKGROUND */
.parallax-launch {
background-image: url(../img/background/launch-bg.jpg);
}
/* 1.5. ken burns and slick fullscreen slideshow ZOOM/FADE IMG BACKGROUND */
.kenburns-slide-1,
.bg-img-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.kenburns-slide-2,
.bg-img-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.kenburns-slide-3,
.bg-img-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.kenburns-slide-4,
.bg-img-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}
/* 1.6. swiper thumbnail 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);
}
/* 1.7. typed text IMG BACKGROUND */
.bg-split-content-img-1 {
background-image: url(../img/background/hero-split-content-bg-1.jpg);
}
.bg-split-content-img-2 {
background-image: url(../img/background/hero-split-content-bg-2.jpg);
}
.bg-split-content-img-3 {
background-image: url(../img/background/hero-split-content-bg-3.jpg);
}
.bg-split-content-img-4 {
background-image: url(../img/background/hero-split-content-bg-4.jpg);
}
/* 1.8. swiper parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {    
background-image: url(../img/background/parallax-bg.jpg);
}
/* 1.9. home IMG carousel slider IMG BACKGROUND */
.home-page-img-item-1 {        
background-image: url(../img/background/home-page-img-item-1.jpg);
}
.home-page-img-item-2 {        
background-image: url(../img/background/home-page-img-item-2.jpg);
}
.home-page-img-item-3 {    
background-image: url(../img/background/home-page-img-item-3.jpg);
}
.home-page-img-item-4 {        
background-image: url(../img/background/home-page-img-item-4.jpg);
}
.home-page-img-item-5 {        
background-image: url(../img/background/home-page-img-item-5.jpg);
}
[...]

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

To setup the 'Countdown' target date, simply find and open the file named 'newex.js' placed in the folder named 'js'.

Part to edit:


[...]
// countdown SETUP
    lastDate: "05/05/2025 12:00:00", // target date settings, 'MM/DD/YYYY HH:MM:SS'
[...]

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)