Under Construction / Coming Soon Template

Documentation


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

Part to edit:


        [...]
        <!-- section home start -->
            [...]
                            <!-- section title start -->
                            <h1>
                                Ex's<br>
                                Work
                            </h1>
                            <!-- section title end -->
                        [...]
                <!-- bottom credits start -->
                <div class="bottom-credits fadeIn-element">
                    &copy; All Rights Reserved.
                </div>
                <!-- bottom credits 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>
                    [...]
                <!-- social icons end -->
                [...]
            <!-- section home end -->
        [...]

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.

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

Part to edit:


[...]
/* 6.1. logo */
[...]
.logo-img:before {
content: "";
background: url(../img/logo-light.png) no-repeat;
display: block;
width: 57px;
height: 34px;
line-height: 34px;
-webkit-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
   -moz-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
     -o-transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: color 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
[...]

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

Please note;
Demo 'Logo" image size is 57x34px.

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

Part to edit:


        [...]
        <!-- section about start -->
            [...]
                                <!-- section subtitle start -->
                                <span class="hero-subtitle">Everyone Needs A Line</span>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <h1>
                                    About
                                </h1>
                                <!-- section title end -->
                            [...]
                            <!-- section TXT start -->
                            <div class="section-intro">
                                <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.
                                </p>
                            </div>
                            <!-- section TXT end -->
                            [...]
                            <!-- section TXT start -->
                            <p class="all-txt">
                                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>
                            <!-- section TXT end -->
                        [...]
            <!-- section about end -->
        [...]

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

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

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

Part to edit:


        [...]
        <!-- section launch start -->
            [...]
                            <!-- countdown start -->
                            [...]
                                <!-- section subtitle start -->
                                <h2 class="countdown-top">
                                    Going Live In
                                </h2>
                                <!-- section subtitle end -->
                                [...]
                            <!-- countdown end -->
                        [...]
            <!-- section launch 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 <!-- section contact start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- section contact start -->
            [...]
                                <!-- section subtitle start -->
                                <span class="hero-subtitle">Get to know us</span>
                                <!-- section subtitle end -->
                                [...]
                                <!-- section title start -->
                                <h1>
                                    Contact
                                </h1>
                                <!-- section title end -->
                            [...]
                                <!-- contact form start -->
                                [...]
                                            <!-- button start -->
                                            [...]
                                                <button class="the-button the-button-submit" id="submit" type="submit"><span>Submit</span></button>
                                            [...]
                                            <!-- button end -->
                                        [...]
                                <!-- contact form end -->
                            [...]
            <!-- section contact end -->
        [...]

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

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

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 setup the 'Countdown' target date, simply find and open the file named 'main.js' placed in the folder named 'js'.

Part to edit:


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

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.1. section image IMG BACKGROUND */
.section1 .section-image-bg {
background-image: url(../img/background/1.jpg);
}
.section2 .section-image-bg {
background-image: url(../img/background/2.jpg);
}
.section3 .section-image-bg {
background-image: url(../img/background/3.jpg);
}
.section4 .section-image-bg {
background-image: url(../img/background/4.jpg);
}
[...]

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

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)