Flyex - Creative Coming Soon Template

Documentation


To edit the 'Welcome message', simply find the appropriate label <!-- welcome message top start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- welcome message top start -->
                    [...]
                                    <h5>
                                        A brand new site
                                    </h5>
                                    <p>
                                        — And it's a blast, promise!
                                    </p>
                                [...]
                            [...]
            <!-- welcome message start -->
            [...]
                            <h4>
                                Coming soon.
                            </h4>
                        [...]
                    [...]<!-- welcome message end -->
        [...]

To edit the 'Social Icons', simply find the appropriate label <!-- social icons start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- social icons start -->
        [...]
                <li class="social-icon">
                    <a class="ion-social-twitter" href="#"></a>
                </li>
                <li class="social-icon">
                    <a class="ion-social-facebook" href="#"></a>
                </li>
                <li class="social-icon">
                    <a class="ion-social-googleplus" href="#"></a>
                </li>
                <li class="social-icon">
                    <a class="ion-social-youtube" href="#"></a>
                </li>
                <li class="social-icon">
                    <a class="ion-social-linkedin" href="#"></a>
                </li>
                <li class="social-icon">
                    <a class="ion-social-instagram" href="#"></a>
                </li>
                <li class="social-icon">
                    <a class="ion-social-pinterest" href="#"></a>
                [...]<!-- social icons end -->
        [...]

To edit the 'Bottom Credits', simply find the appropriate label <!-- bottom credits start --> and <!-- bottom contact start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- bottom credits start -->
        [...]
            <a class="link-underline" href="#">Flyex</a> &copy; 2019 All Rights Reserved.
        [...]<!-- bottom credits end -->
        <!-- bottom contact start -->
        [...]
            <a class="link-underline" href="mailto:contact@yoursite.com">contact@yoursite.com</a>
        [...]<!-- bottom contact end -->
        [...]

To edit the 'Countdown Page', simply find the appropriate label <!-- countdown start --> in the body of the HTML file.

Part to edit:


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

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

Part to edit:


[...]
// 7.2. countdown SETUP
    lastDate: "08/24/2020 12:00:00", // target date settings, 'MM/DD/YYYY HH:MM:SS'
[...]

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

Part to edit:


        [...]
        <!-- about start -->
        [...]
                                <!-- page title start -->
                                <h3 class="cd-timeline-name">
                                    Hi,<br>
                                    my name is<br>
                                    Flyex
                                </h3><!-- page title end -->
                                [...]
                                <!-- page subtitle start -->
                                <div class="cd-timeline-position">
                                    Lead Web Designer
                                </div><!-- page subtitle end -->
                                [...]
                                <!-- section 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><!-- section TXT end -->
                            [...]
                            [...]<!-- about end -->
        [...]

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

Part to edit:


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

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

Please note;
Demo images are not included. Image placeholders are provided instead.

To edit the 'Newsletter Signup Page', simply find the appropriate label <!-- newsletter start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- newsletter start -->
        [...]
                            <!-- page subtitle start -->
                            <h2 class="section-subheading">
                                <span>Stay in the know</span>
                            </h2><!-- page subtitle end -->
                        [...]
                    [...]
                            <!-- page title start -->
                            <h2 class="section-heading">
                                Newsletter<br>
                                sign up
                            </h2><!-- page title end -->
                        [...]
                    [...]
                                            <button class="c-btn fullwidth-liquid" id="submit-2" type="submit"><span>Submit</span></button>
                                        [...]
                                    [...]<!-- newsletter end -->
        [...]

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_key = 'YOUR_API_KEY';
[...]
$list_id = 'YOUR_LIST_ID';


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 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: '3S9rxiz1lsU', 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}"
                        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:


[...]
/* 24.1. 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:


[...]
/* 24.2. 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/flyex.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:


[...]
/* 24.3. 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.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
/* 1.2. slick fullscreen and ken burns slideshow slideshow IMG BACKGROUND */
.bg-img-1,
.kenburns-slide-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.bg-img-2,
.kenburns-slide-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.bg-img-3,
.kenburns-slide-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.bg-img-4,
.kenburns-slide-4 {
background-image: url(../img/background/hero-bg-4.jpg);
}
[...]

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

Please note;
Demo images are not included. Image placeholders are provided instead.

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)