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!
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.
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).
You'll get the step by step instructions to install the whmcs template in "/whmcs-template/whmcs-7.5.1/Readme.txt" file.
The "HostWHMCS" 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.
"HostWHMCS" 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.bxslider.min.css
The css file for vertical 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/bootstrap.min.js
The main js file that hook the supported scripts of Bootstrap 3 framework
js/jquery.bxslider.min.js
The main js file that using for vertical slider
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
js/main.js
The main script for the template
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 May, 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.2 (Changelog)
// # List of updates // ------------------------------ [+] WHMCS template and orderforms updated to be compatible with latest "WHMCS Version 7"
2016 September 20 - Version 1.1
// # 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 "<!-- Domain Search Area Start -->"
3. Compare the code with the new one below by you or, with this tool then replace necessary changes
<!-- Domain Search Area Start --> <div id="domainSearch" class="bg--whitesmoke"> <div class="container"> <div class="row"> <div class="col-md-6"> <!-- Section Title Start --> <div class="section--title block"> <h2>Looking A Premium Quality<span>Domain Name?</span></h2> </div> <!-- Section Title End --> <!-- Domain Search Form Start --> <div class="domain-search--form"> <form action="http://billing.ywhmcs.com/domainchecker.php?systpl=HostWHMCScv1" method="post"> <div class="input--text"> <input type="text" name="domain" placeholder="eg. example" class="form-control"> <span class="highlight"></span> </div> <div class="input--radio"> <label class="radio-inline"> <input type="radio" name="ext" value=".com" checked="checked"> <span>.com</span> </label> <label class="radio-inline"> <input type="radio" name="ext" value=".net"> <span>.net</span> </label> <label class="radio-inline"> <input type="radio" name="ext" value=".org"> <span>.org</span> </label> <label class="radio-inline"> <input type="radio" name="ext" value=".info"> <span>.info</span> </label> <label class="radio-inline"> <input type="radio" name="ext" value=".biz"> <span>.biz</span> </label> <label class="radio-inline"> <input type="radio" name="ext" value=".us"> <span>.us</span> </label> </div> <button type="submit" class="btn--primary btn--ripple">Search</button> </form> </div> <!-- Domain Search Form End --> </div> </div> </div> </div> <!-- Domain Search Area End -->
4. Follow the steps about 1, 2, 3 for 'domain.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"> <div class="login--form"> <form action="http://billing.ywhmcs.com/dologin.php?systpl=HostWHMCScv1" method="post"> <div class="form-group"> <label for="loginEmail">Email address *</label> <input type="email" name="username" class="form-control" id="loginEmail" placeholder="Email"> <span class="highlight"></span> </div> <div class="form-group"> <label for="loginPassword">Password *</label> <input type="password" name="password" class="form-control" id="loginPassword" placeholder="Password"> <span class="highlight"></span> </div> <p class="help-block"> <label for="loginRemember"><input type="checkbox" name="rememberme" id="loginRemember">Remember Me</label> </p> <button type="submit" class="btn--primary btn--ripple">login</button> <a href="#" class="btn--primary btn--ripple">Forget Password ?</a> </form> </div> </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');
For HTML Template:
Available Color Schemes:
For WHMCS Template:
For version 1 and 2 :
Make sure first you put your 'images' in the '/img/team-img' folder.
Make sure first you put your 'images' in the '/img/clients-img/' folder.
We added a speacial feature 'mailchimp interrogation support' on this theme and will be add it to our future themes also.
action="http://subdomain.yourdomain.com/dologin.php"
action="http://subdomain.yourdomain.com/pwreset.php"