EcoHosting

Responsive HTML5 Hosting and WHMCS Template


Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!

How to get help:


We will respond to buyers' questions via the contact form on our profile.

We run support 24/7. You can expect a response within 24 hours.

EcoHosting is a Responsive HTML5 Hosting and WHMCS Template designed for All kinds of Domain and Hosting Business. It's an HTML5 template based on Bootstrap 3.3.7. Also included 30 WHMCS Template based on WHMCS 7.5.1. Anyone can easily update/edit this template to follow our Well Sorted Documentation.

Main Features of "EcoHosting":

Other Features of "EcoHosting":

Our item included two types of Templates. One is the HTML Template to show your pricing/product/services and another one is the WHMCS Template for client area.

So, you have to use both templates for your website and need to link up manually all of your pricing/product/services with WHMCS (from HTML Template to WHMCS Template).

HTML Template:

WHMCS Template:

You'll get the step by step instruction in whmcs folder readme.txt file.

The "EcoHosting" template is a responsive HTML template based on Bootstrap 3.3.7. The structure based on a flexible grid that lets you change HTML pages quickly and logically with a nestable system.

If you would like to edit the layout of any elements in whole template, you would do the following:

Open any '.html' or, '.css', so that is extremely easy to change any html markup and css attributes. Simply find the related and commented heading in the html or, css file and make your magic.

"EcoHosting" using the following CSS files:

css/font-awesome.min.css
The css file for font-awesome icons. To see all the available icons and instructions on how to use them click here

css/bootstrap.min.css
The main responsive grid stylesheets, from Bootstrap 3 framework. It is recommended to make any changes/additions to style.css and keep bootsrap.css and bootsrap-theme.css as it are. In this way, you can easily upgrade the grid framework when Bootstrap releases an update.

css/jquery-ui-custom.min.css 
The main css file for vps slider

css/owl.carousel.css
The css file for owl carousel.

css/animate.min.css
The css file for slider animations.

style.css 
The main css file

css/responsive-style.css 
The main css file for responsive styles.

css/theme-color-1.css
css/theme-color-2.css
css/theme-color-3.css
css/theme-color-4.css
css/theme-color-5.css
css/theme-color-6.css
css/theme-color-7.css
css/theme-color-8.css
css/theme-color-9.css
css/theme-color-10.css
 
The main css file for color scheme.

js/jquery-3.1.0.min.js
The jQuery Framework

js/jquery-ui-custom.min.js
The script that using for custom sliders.

js/jquery.ui.touch-punch.min.js
The script that using for touch actions.

js/bootstrap.min.js
The main js file that hook the supported scripts of Bootstrap 3 framework 

js/jquery.validate.min.js
The script that using for form validation

js/owl.carousel.min.js
The script that using for slider

js/jquery.waypoints.min.js
The script that using for scroll events

js/jquery.counterup.min.js
The script that using for counter

js/retina.min.js
The script that using for hight resolution images

https://platform.twitter.com/widgets.js
The script that using for twitter posts

js/vps-plans.js
The main script for the vps plans pricing data

js/main.js
The main script for the template

Photos:

Fonts Used:

Frameworks / Libraries:

Plugins Used:

08 August, 2018 - Version 2.9 (Changelog)

// # List of updates
// ------------------------------

*. WHMCS template updated to be compatible with latest "WHMCS Version 7.6.0"

24 April, 2018 - Version 2.8 (Changelog)

// # List of updates
// ------------------------------

*. WHMCS template updated to be compatible with latest "WHMCS Version 7.5.1"

04 April, 2018 - Version 2.7 (Changelog)

// # List of updates
// ------------------------------

*. WHMCS template updated to be compatible with latest "WHMCS Version 7.5.0"

17 January, 2018 - Version 2.6 (Changelog)

// # List of updates
// ------------------------------

*. WHMCS template updated to be compatible with latest "WHMCS Version 7.4.2"

22 November, 2017 - Version 2.5 (Changelog)

// # List of updates
// ------------------------------

*. WHMCS template updated to be compatible with latest "WHMCS Version 7.4.1"

11 October, 2017 - Version 2.4 (Changelog)

// # List of updates
// ------------------------------

*. WHMCS template updated to be compatible with latest "WHMCS Version 7.3.0"

29 January, 2017 - Version 2.3 (Changelog)

// # List of updates
// ------------------------------

*. WHMCS template updated to be compatible with latest "WHMCS Version 7.2"

18 January, 2017 - Version 2.2 (Changelog)

// # List of updates
// ------------------------------

*. PHPMailer security update

28 December, 2016 - Version 2.1 (Changelog)

// # List of updates
// ------------------------------

[*] PHPMailer security updated

19 December, 2016 - Version 2.0 (Changelog)

// # List of updates
// ------------------------------

[+] WHMCS template updated to be compatible with latest "WHMCS Version 7.1" (For more information on changes of file to file, please look at it on github)
[-] We stop offering an order form template with WHMCS for WHMCS 7.x, as you can use any standard WHMCS order form.

08 October, 2016 - Version 1.3 (Changelog)

// # List of updates
// ------------------------------

[*] VPS Slider Code Updated. (Files affected: vps-hosting.html, main.js, vps-plans.js)
[+] WHMCS template and orderforms updated to be compatible with latest "WHMCS Version 7"

20 September, 2016 - Version 1.2

// # List of updates
// ------------------------------

[+] domain search form now redirects to whmcs domain search form (files affected: index.html, domains.html)
[+] login form now lets you login to whmcs from your html login page (files affected: login.html)
[+] added tawk live chat widget (files affected: main.js)

HOW TO UPDATE THE "DOMAIN SEARCH FORM"?

1. Open 'index.html' file

2. Find the comment "<!-- Offer Form Start -->"

3. Compare the code with the new one below by you or, with this tool then replace necessary changes

<!-- Offer Form Start -->
<form action="http://billing.ywhmcs.com/domainchecker.php?systpl=EcoHostingV1C1" method="post" id="domainSearchForm">
    <div class="row reset-gutter">
        <div class="col-sm-6">
            <input class="form-control" name="domain" type="text" placeholder="Enter your domain">
        </div>
        <div class="col-sm-3 select-box">
            <select class="form-control" name="ext">
                <option>.com</option>
                <option>.net</option>
                <option>.org</option>
                <option>.info</option>
                <option>.us</option>
                <option>.eu</option>
            </select>
        </div>
        <div class="col-sm-3">
            <button class="btn submit-button-custom" type="submit">SEARCH</button>
        </div>
    </div>
</form>
<!-- Offer Form End -->

4. Follow the steps about 1, 2, 3 for 'domains.html' file

HOW TO UPDATE THE "LOGIN FORM"?

1. Open 'login.html' file

2. Find the comment "<!-- Login Area Start -->"

3. Compare the code with the new one below by you or, with this tool then replace necessary changes

HTML:
<!-- Login Area Start -->
<div id="login">
    <div class="container">
        <form action="http://billing.ywhmcs.com/dologin.php?systpl=EcoHostingV1C1" method="post" id="loginForm">
            <div class="form-group">
                <label for="loginEmail">Email address *</label>
                <input type="email" name="username" class="form-control" id="loginEmail" placeholder="Email">
            </div>
            <div class="form-group">
                <label for="loginPassword">Password *</label>
                <input type="password" name="password" class="form-control" id="loginPassword" placeholder="Password">
            </div>
            <label for="loginRemember" class="checkbox"><input type="checkbox" name="rememberme" id="loginRemember"> Remember Me</label>
            <p class="help-block clearfix">
                <button type="submit" class="btn submit-button">login</button>
                <a href="http://billing.ywhmcs.com/pwreset.php"><i class="fa fa-fw fa-key"></i>Forget Password ?</a>
            </p>
        </form>
    </div>
</div>
<!-- Login Area End -->

HOW TO UPDATE/ADD "TAWK LIVE CHAT WIDGET"?

1. Open 'main.js' file

2. Find the comment "* COLOR SWITCHER"

2. Insert the below code before the comment "* COLOR SWITCHER"

JS:
/* ------------------------------------------------------------------------- *
 * LIVE CHAT WIDGET
 * ------------------------------------------------------------------------- */
var Tawk_API = Tawk_API || {},
    Tawk_LoadStart = new Date(),
    $tawk = document.createElement("script");

$tawk.async=true;
$tawk.src='https://embed.tawk.to/57dfd4b85dc7a25e92808cf6/default';
$tawk.charset='UTF-8';
$tawk.setAttribute('crossorigin','*');

$($tawk).appendTo('body');

2016 August 28 - Version 1.1

// # List of updates
// ------------------------------

[-] removed old twitter api
[+] added new twitter widget

HOW TO UPGRADE THE TWITTER WIDGET?

1. Please, find the comments and include below 'markup' in 'blog.html' file:

<!-- Tweets Widget Start -->
<div class="widget latest-tweets-widget">
    <h4 class="widget-title">Latest Tweets</h4>
    <div id="tweets" data-twitter-id="697371631589711872" data-posts="2"></div>
</div>
<!-- Tweets Widget End -->

becomes:

<!-- Twitter Widget Start -->
<div class="widget latest-tweets-widget">
    <h4 class="widget-title">Latest Tweets</h4>
    <div id="sidebarTwitter" data-user-name="themelooks"></div>
</div>
<!-- Twitter Widget End -->

and

<!-- ====Twitter Fetcher Plugin Script==== -->
<script src="js/twitterFetcher.min.js"></script>

becomes:

<!-- ====Twitter Widget==== -->
<script src="https://platform.twitter.com/widgets.js"></script>

2. Please, find the comment and include below 'CSS' in 'css/style.css' file:

/*------------------------------------*\
    29. BLOG DETAILS PAGE
\*------------------------------------*/
#sidebarTwitter {
    margin-top: 25px;
    max-height: 270px;
    border: 1px solid #e9e9e9;
    overflow: auto;
}

3. Please, find the comments and include below 'javascript' in 'main.js' file:

/* ------------------------------------------------------------------------- *
 * TWITTER FEED
 * ------------------------------------------------------------------------- */
var tweetsContainer = $('#tweets');

if ( tweetsContainer.length ) {
    var config = {
        "id": tweetsContainer.data('twitter-id'),
        "domId": 'tweets',
        "maxTweets": tweetsContainer.data('posts'),
        showTime: false,
        showUser: false,
        "showInteraction": false
    };
    
    twitterFetcher.fetch(config);
}

becomes:
        
/* ------------------------------------------------------------------------- *
 * TWITTER WIDGET
 * ------------------------------------------------------------------------- */
var $sidebarTwitter = $('#sidebarTwitter');

if ( $sidebarTwitter.length ) {
    twttr.widgets.createTimeline({
        sourceType: "profile",
        screenName: $sidebarTwitter.data('user-name')
    }, document.getElementById('sidebarTwitter'));
}

How To Change Theme Color Scheme?

For HTML Template:

Available Color Schemes:

For WHMCS Template:

How can I remove the "Preloader"?




How can I change the "Logo"?




How can I change "Social Links" (Topbar)?




How can I change "Slider Image and Text"?




How can I change the "Slider Background Image"?




How can I change the "Slider Background Video"?




How can I change "Pricing Table"?




How can I change the "Mailchimp Subscription Link"?

We added a speacial feature 'mailchimp interrogation support' on this theme and will be add it to our future themes also.




How can I change "Counter Value"?




How can I change "Testimonial Text and Image"?




How can I change "Datacenter Locations"?




How can I change "Clients/Brands Logo"?

Make sure first you put your 'images' in the '/img/brands-img' folder.




How can I change the "About Us Text" (Footer Area)?




How can I change the "Twitter User Name"? (Blog Sidebar)




Where I will find the 'VPS Slider' information to change?




How can I change the "Goolge Map Position"?




How can I change "Name, Image, and Social Links" (Team Section)?

Make sure first you put your 'images' in the '/img/team-img' folder.




How can I change the "Domain Search form action link" for my website to work with WHMCS?




How can I change the "Login Form action/forgot password/register link" for my website to work with WHMCS?




How can I change "Live Chat Widget"?




How can I change "Copyright Text"?




How can I change "FAQ Questions and Answers"?




How can I change the "Contact Address" (Contact Page)?




How can I add my "Email Address" (Sendmail.php)?




How can I change the "YouTube Video Link" (Blog Page)?




How can I change the "Vimeo Video Link" (Blog Page)?




How can I change the "Local Video Link" (Blog Page)?




How can I change the "Local Audio Link" (Blog Page)?




How can I change the "Soundcloud Audio Link" (Blog Page)?