Symplex - 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 -->
            [...]
                                    <!-- bottom credits start -->
                                    <div class="bottom-credits">
                                        &copy; 2020 All Rights Reserved.
                                    </div><!-- bottom credits end -->
                                    [...]
                                    <!-- newsletter launcher start -->
                                    [...]
                                        <span class="ion-ios-paperplane"></span>Newsletter sign up
                                    [...]<!-- newsletter launcher end -->
                                    [...]
                                                    <!-- section title start -->
                                                    <div class="section-title-inner section-title-inner-home section-title-inner-dark">
                                                        The<br>
                                                        Symplex,<br>
                                                        Sir
                                                    </div><!-- section title end -->
                                                [...]<!-- home section 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.

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 -->
            [...]
                                                    <!-- section title start -->
                                                    <div class="section-title-inner section-title-inner-about-contact section-title-inner-dark">
                                                        Simplicity is not a style, it is more a philosophy about how to design something more effectively.
                                                    </div><!-- section title end -->
                                                [...]<!-- about section 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 'Services' section, simply find the appropriate label <!-- services section start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- services section start -->
            [...]
                                                    <!-- section title start -->
                                                    <div class="section-title-inner section-title-inner-services-works section-title-inner-dark">
                                                        Web Design<br>
                                                        Branding<br>
                                                        Identity
                                                    </div><!-- section title end -->
                                                [...]<!-- services section end -->
        [...]

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

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

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

Part to edit:


        [...]
        <!-- works section start -->
            [...]
                                    <!-- works carousel item 1 start -->
                                    [...]
                                                            <!-- section title start -->
                                                            <div class="section-title-inner section-title-inner-services-works section-title-inner-dark">
                                                                Image<br>
                                                                Gallery
                                                            </div><!-- section title end -->
                                                        [...]
                                            <!-- works item IMG 1 hover effect start -->
                                            <a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-1.jpg" title=
                                            "Lorem ipsum dolor sit amet."><span></span><span></span></a><!-- works item IMG 1 hover effect end -->
                                        [...]<!-- works carousel item 1 end -->
                                    <!-- works carousel item 2 start -->
                                    [...]
                                                            <!-- section title start -->
                                                            <div class="section-title-inner section-title-inner-services-works section-title-inner-dark">
                                                                YouTube<br>
                                                                Video
                                                            </div><!-- section title end -->
                                                        [...]
                                            <!-- works item IMG 2 hover effect start -->
                                            <a class="link-wrap" data-lity="" href="https://www.youtube.com/watch?v=v6yOz3oZ0gM"><span></span><span></span></a>
                                            <!-- works item IMG 2 hover effect end -->
                                        [...]<!-- works carousel item 2 end -->
                                    <!-- works carousel item 3 start -->
                                    [...]
                                                            <!-- section title start -->
                                                            <div class="section-title-inner section-title-inner-services-works section-title-inner-dark">
                                                                Image<br>
                                                                Gallery
                                                            </div><!-- section title end -->
                                                        [...]
                                            <!-- works item IMG 3 hover effect start -->
                                            <a class="link-wrap popup-photo" href="img/works/works-large/works-page-img-carousel-item-large-3.jpg" title=
                                            "Lorem ipsum dolor sit amet."><span></span><span></span></a><!-- works item IMG 3 hover effect end -->
                                        [...]<!-- works carousel item 3 end -->
                                    <!-- works carousel item 4 start -->
                                    [...]
                                                            <!-- section title start -->
                                                            <div class="section-title-inner section-title-inner-services-works section-title-inner-dark">
                                                                Vimeo<br>
                                                                Video
                                                            </div><!-- section title end -->
                                                        [...]
                                            <!-- works item IMG 4 hover effect start -->
                                            <a class="link-wrap" data-lity="" href="https://vimeo.com/29042580"><span></span><span></span></a><!-- works item IMG 4 hover effect end -->
                                        [...]<!-- works carousel item 4 end -->
                                [...]<!-- works section end -->
        [...]

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

Part to edit:


[...]
/* 1. TEMPLATE BACKGROUNDS */
[...]
/* 1.5. works IMG gallery carousel IMG BACKGROUND */
.works-page-carousel-item-1 {    
background-image: url(../img/works/works-page-img-carousel-item-1.jpg);
}
.works-page-carousel-item-2 {
background-image: url(../img/works/works-page-img-carousel-item-2.jpg);
}
.works-page-carousel-item-3 {
background-image: url(../img/works/works-page-img-carousel-item-3.jpg);
}
.works-page-carousel-item-4 {
background-image: url(../img/works/works-page-img-carousel-item-4.jpg);
}
[...]

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

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

Part to edit:


        [...]
        <!-- contact section start -->
            [...]
                                                    <!-- section title start -->
                                                    <div class="section-title-inner section-title-inner-about-contact section-title-inner-dark">
                                                        contact@domainname.com
                                                    </div><!-- section title end -->
                                                [...]<!-- contact section 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 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: true}"
                                                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; */
  }
}
[...]

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;
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/symplex.mp4" data-vide-options="loop: true, muted: true"></div><!-- HTML5 video URL end -->
                [...]

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.1. single IMG BACKGROUND */
.bg-img-SINGLE {
background-image: url(../img/background/SINGLE-bg.jpg);
}
/* 1.2. sections IMG BACKGROUND */
.bg-img-about {
background-image: url(../img/background/bg-img-about.jpg);
}
.bg-img-services {
background-image: url(../img/background/bg-img-services.jpg);
}
.bg-img-contact {
background-image: url(../img/background/bg-img-contact.jpg);
}
/* 1.3. slick fullscreen - ken burns slideshow ZOOM/FADE 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);
}
/* 1.4. swiper parallax IMG BACKGROUND */
.swiper-slide-parallax-bg {    
background-image: url(../img/background/parallax-bg.jpg);
}
[...]

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

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 -->
        [...]
                                    <!-- section title start -->
                                    <div class="section-title-inner section-title-inner-newsletter section-title-inner-dark">
                                        Sign up
                                    </div><!-- section title end -->
                                [...]
                                <!-- newsletter form start -->
                                [...]
                                                <!-- button start -->
                                                [...]
                                                    <button class="the-button the-button-submit" id="submit-2" type="submit"><span>Submit</span></button>
                                                </div><!-- button end -->
                                            [...]<!-- newsletter form end -->
                            [...]<!-- 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 setup the 'Countdown' target date, simply find and open the file named 'symplex.js' placed in the folder named 'js'.

Part to edit:


[...]
// 8.1. countdown SETUP
    var end = new Date("05/05/2025 06:00 PM"); // FORMAT: month/day/year time
[...]

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)