Mrex - Coming Soon Template

Documentation


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 -->
            [...]
                <!-- logo start -->
                <a class="logo">
                <div class="logo-img fadeIn-element"></div>
                </a><!-- logo end -->
                [...]
                            <!-- section subtitle start -->
                            <span class="hero-subtitle">Coming Soon</span><!-- section subtitle end -->
                            [...]
                            <!-- section title start -->
                            <h1 class="hero-home">
                                Ex's<br>
                                Mrex
                            </h1><!-- section title end -->
                        [...]
                <!-- bottom credits start -->
                [...]
                    <a href="#">Mrex</a> &copy; 2020 All Rights Reserved.
                [...]<!-- 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-googleplus" 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 {
[...]
background: url(../img/logo-light.png) no-repeat;
[...]
width: 57px;
height: 34px;
line-height: 34px;
[...]
}
[...]


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

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 -->
                            [...]
                                    <!-- section subtitle start -->
                                    <h3>
                                        Process Evaluation
                                    </h3><!-- section subtitle end -->
                                    <!-- section chart start -->
                                    [...]
                                        <span class="chart-about chart-appear-about" data-percent="56"><span class="percent-about"></span></span>
                                    [...]<!-- section chart end -->
                                    <!-- section TXT start -->
                                    <p class="link-effect">
                                        Lorem Ipsum has been the industry's standard dummy text <a href="#">ever since the 1500s</a>.
                                    </p><!-- section TXT end -->
                                    [...]
                                    <!-- section subtitle start -->
                                    <h3>
                                        Quality Results
                                    </h3><!-- section subtitle end -->
                                    <!-- section chart start -->
                                    [...]
                                        <span class="chart-about chart-appear-about" data-percent="66"><span class="percent-about"></span></span>
                                    [...]<!-- section chart end -->
                                    <!-- section TXT start -->
                                    <p class="link-effect">
                                        Lorem Ipsum has been the industry's standard dummy text <a href="#">ever since the 1500s</a>.
                                    </p><!-- section TXT end -->
                                    [...]
                                    <!-- section subtitle start -->
                                    <h3>
                                        Customer Satisfaction
                                    </h3><!-- section subtitle end -->
                                    <!-- section chart start -->
                                    [...]
                                        <span class="chart-about chart-appear-about" data-percent="76"><span class="percent-about"></span></span>
                                    [...]<!-- section chart end -->
                                    <!-- section TXT start -->
                                    <p class="link-effect">
                                        Lorem Ipsum has been the industry's standard dummy text <a href="#">ever since the 1500s</a>.
                                    </p><!-- section TXT end -->
                                [...]
                            <!-- 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 -->
                            [...]
                                    <!-- twitter ticker start -->
                                    [...]<!-- twitter ticker end -->
                                    [...]
                                    <!-- newsletter form start -->
                                    [...]
                                                    <!-- newsletter submit button start -->
                                                    [...]
                                                        <button class="the-button the-button-submit" id="submit-2" type="submit"><span>Subscribe</span></button>
                                                    [...]<!-- newsletter submit button end -->
                                                [...]<!-- newsletter form 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 -->
                            [...]
                                        <!-- 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 -->
                        [...]<!-- 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 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 'mrex.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'
            [...]
[...]

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, slick fullscreen slideshow and ZOOM/FADE IMG BACKGROUND */
.section1 .section-image-bg,
.bg-img-1 {
background-image: url(../img/background/hero-bg-1.jpg);
}
.section2 .section-image-bg,
.bg-img-2 {
background-image: url(../img/background/hero-bg-2.jpg);
}
.section3 .section-image-bg,
.bg-img-3 {
background-image: url(../img/background/hero-bg-3.jpg);
}
.section4 .section-image-bg,
.bg-img-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.

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/327789031?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/video-BG.jpg'.

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

Part to edit:


[...]
/* 1.2. section video IMG BACKGROUND */
.section1 .section-image-bg-video {
background-image: url(../img/background/video-BG.jpg);
display: none;
}
@media only screen and (max-width: 995px) {
  .section1 .section-image-bg-video {
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }
}
[...]

To add 'YouTube Videos' 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: 'Pwty_q863ew', 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 Vimeo 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/video-BG.jpg'.

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

Part to edit:


[...]
/* 1.2. section video IMG BACKGROUND */
.section1 .section-image-bg-video {
background-image: url(../img/background/video-BG.jpg);
display: none;
}
@media only screen and (max-width: 995px) {
  .section1 .section-image-bg-video {
    /* uncomment the following to show an image for mobile devices */
    /* display: block; */
  }
}
[...]

To edit the 'Live Twitter', simply find the appropriate label <!-- twitter ticker start --> in the body of the HTML file.

Part to edit:


        [...]
        <!-- twitter ticker start -->
                                   [...]
                                        <!-- twitter logo start -->
                                        [...]
                                            <a class="twitter-logo" href="https://twitter.com/enihilo" target="_blank"><span class="ion-social-twitter"></span></a>
                                        [...]<!-- twitter logo end -->
                                        [...]<!-- twitter ticker end -->
        [...]

To edit the real time live 'Twitter Feed', simply find the file named 'mrex.js' placed in the folder named 'js'.

Open the file and find the appropriate label '// twitter ticker'.

Replace:

username: "enihilo", // Twitter User Name

With:

username: "yourtwitterusername", // Twitter User Name

 

Twitter API 1.1 OAuth authentication process


[Step 1] Setup a Twitter Application


1. Visit https://dev.twitter.com/apps and sign in with your Twitter account username and password
2. Select 'Create a new application' and fill in the application form with the following application details:
- Name: e.g. 'yoursite.com'
- Description: e.g. 'tweet.js-mod'
- Website: e.g. http://www.yoursite.com/
- Callback URL: This field can be left blank
3. Enter the CAPTCHA and click 'Create your Twitter application'
4. Create your access token
5. Make a note of the 'Consumer key', 'Consumer secret', 'Access token' and 'Access token secret'


[Step 2] Authenticate the Twitter Feed


After creating your application, open the file named 'index.php' placed in the folder named 'twitter'.
Open the 'index.php' file and configure it with your OAuth credentials in the assigned slots below:

    // Your Twitter App Consumer Key
    private $consumer_key = 'YOUR_CONSUMER_KEY';
    // Your Twitter App Consumer Secret
    private $consumer_secret = 'YOUR_CONSUMER_SECRET';
    // Your Twitter App Access Token
    private $user_token = 'YOUR_ACCESS_TOKEN';
    // Your Twitter App Access Token Secret
    private $user_secret = 'YOUR_ACCESS_TOKEN_SECRET';


Save the edited 'index.php' file. Upload the entire 'twitter' folder on your web server.

 

Please note;
The 'twitter' folder [containing: index.php and the lib files) is designed to be placed in the document root of your website as a whole (e.g. yourdomain.com/twitter), otherwise it will not work.

Please note;
Live Twitter Feed won't work on your local computer, you have to upload your files to a web server.

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)