413 comments found.
Hello,
I have bought your theme and it is very good but I have a small problem.
All styles have a bug color in head, see in picture: https://image.ibb.co/kUisST/aaaaa.png
thanks.
Hello,
You will get an update very soon to fix that issue.
Thank you
Why is the description in such boxes on your demo page and not on mine? Can you tell me how I can do that, too?
How can I update the theme without losing the content?
Your demo Page: http://prntscr.com/k37dzn My Page: http://prntscr.com/k37fxv
Hi,
It should be a list like the following:
<ul>
<li>Unlimited Storage</li>
<li>500 Protected Files</li>
<li>All Sharing Features</li>
<li>Realtime Revoke</li>
<li>Access to Party Integrations</li>
<li>Free Native Apps</li>
<li>QNote Editor</li>
<li>Offline File Access</li>
<li class="not-included">Single Sign on</li>
<li class="not-included">Unlimited Email accounts</li>
<li class="not-included">Support 24/7</li>
<li class="not-included">Linux server</li>
</ul>
For your content it will be like this:
<ul>
<li>1. 100 GB Speicher SSD</li>
<li>2. 103s Test SSG</li>
</ul>
And for the update, you can replace the only files mentioned in the changelog in the template page https://themeforest.net/item/hostify-hosting-html-whmcs-template/20151243
Thank you
How would you go about making the logo bigger? It’s a bit small by default.
Noted, thanks 
d0755409-b258-4f41-b8a0-8956cc6bd580
In the WHMCS, on the topbar,-right, may I know how to display pictures of national flag instead of language name?
Regards.
Hello,
Sorry for the delay.
To do that, open header.tpl file and lookup for the following code:
{foreach $locales as $locale}
<li>
<a href="{$currentpagelinkback}language={$locale.language}">{$locale.localisedName}</a>
</li>
{/foreach}
Replace it with this code:
<li><a href="{$smarty.server.PHP_SELF}?language=english"><img src="{$WEB_ROOT}/templates/{$template}/images/en-flag.png"/></a></li>
<li><a href="{$smarty.server.PHP_SELF}?language=chinese"><img src="{$WEB_ROOT}/templates/{$template}/images/ch-flag.png"/></a></li>
You have to duplicate that for every language you want. The images should be in the images folder.
Good luck 
d0755409-b258-4f41-b8a0-8956cc6bd580
Hello,
Are you planning to add a style of orange color?
We really want a new style other than existed styles. We can afford extra money if you required.
Regards.
Hello,
Sorry, there is no plan for new colors, but we can do it for you as a custom job. Please send me an email to faisal@brandio.io
Thank you
Do you have a cheat-sheet for the htfy icons? I know i can use the fa-fa icons but I wanted to know what all the htfy icons are.
Hello,
It’s only 18 icons for now, we are always updating the template, and maybe will add new icons to the list, these are the list of icons available in the template:.htfy-arrow-down .htfy-tick .htfy-computer .htfy-cloud .htfy-technology .htfy-worldwide .htfy-cogwheel .htfy-download .htfy-like .htfy-location .htfy-s-arrow .htfy-padlock .htfy-speedometer .htfy-trophy .htfy-box .htfy-invoice .htfy-tickets .htfy-world-wide-web
We will add a cheat-sheet in the documentation in the next update.
Thank you
The credit card drop-down in the checkout.tpl file selects on hover and does not stay selected when you try to make a selection. You have to click the credit card drop-down again to be able to select a credit card. The credit card’s drop-down cannot have a drop on hover. How can I fix this problem with the theme? The default theme does not have this problem.
If you’re not going to support your products anymore please remove the “supported” from your listings!
Hi,
Always you will be supported within a 5 business days.
Did you upgrade the WHMCS to the latest version 7.5.1? If you already updated the WHMCS, did you use the latest version of our template?
Thank you
How can we change the color specificaly for this header backgrounds? We tried changing the css paths like on the index.html but that didn`t work. http://prntscr.com/jv402t
Hi,
Open “style.css” file, lookup for the following code:
#header-holder.color1-header{
background-color: #262626;
}
Change the color with any color you want and add the following code after the previous code and give it the same color;
#header-holder.color1-header:before{
background-color: #262626;
}
Good luck
In the top left corner of my site there is a purple strip in my header that I don`t want. How can I remove it? http://prntscr.com/jv3zg6 http://prntscr.com/jv3zli
Hi,
For the first one open “style-darkblue.css” and lookup for the following code:
#header-holder:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 30%;
background-color: #756DEB;
-webkit-transform: skewY(-10deg);
-moz-transform: skewY(-10deg);
-ms-transform: skewY(-10deg);
transform: skewY(-10deg);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
z-index: -1;
}
Change the background-color to this #252e4a
And for second one “style-grey.css” and lookup for the same code:
Change the background-color to this #313131
Thank you
When I choose Monthly payment “Monthly” is shown in english but the rest is in german like I want it. secondly when I add quarterly payments everything is german but it adds 2 setup fees both to monthly and to quarterly payments.
https://prnt.sc/jv3xk9Hi,
You will receive an update today to solve that issue and the header problem, you have to replace the following files after you get the update:
- hostify_cart/products.tpl - style.css - style-grey.css - style-green.css - style-darkblue.css - style-blue.css
Thank you
hi how do i install the theme?
HI,
First, you have to install the WHMCS, then you have to copy our template folder to your WHMCS templates folder and choose it from the setting in the WHMCS admin.
Thank you
hi i sent you an email 5 days ago about a bug in the WHMCS cart.. no reply!
When a user adds hosting to a domain, it does not show up in the Cart.
Please reply either here or to my email
Thanks
Hi,
I am still working on that issue, I will contact you when it’s solved.
Thank you
I cant seem to get the “Featured” option to do anything, I am using the WHMCS version.
when i enable the Featured option on a package it does nothing. the code does show it has featured inserted in to it but no special icon or anything appears on the package.
let me know if you want my URL. Thank you.
Hello,
I think there is a mistake in the cart, open “product.tpl” file located in “hostify_cart” and lookup for the following code:
{if $product.isFeatured} featured{/if}
make it like this:
{if $product.isFeatured} bestbuy{/if}
Thank you
That Worked! Thank you.
Question: Is the HTML version compatible with WHMCS-bridge? or should i stick with the WHMCS version?
Sorry, the HTML version not working for the WHMCS bridge, you have to use the WHMCS version.
Whenever I do
in the latest version of whmcs, it just doesnt add new lines to the product description.
Hello,
As mentioned in the documentation, you have to add the list like the following code:
<ul>
<li>Unlimited Storage</li>
<li>500 Protected Files</li>
<li>All Sharing Features</li>
<li>Realtime Revoke</li>
<li>Access to Party Integrations</li>
<li>Free Native Apps</li>
<li>QNote Editor</li>
<li>Offline File Access</li>
<li class="not-included">Single Sign on</li>
<li class="not-included">Unlimited Email accounts</li>
<li class="not-included">Support 24/7</li>
<li class="not-included">Linux server</li>
</ul>
Thank you
How do you change the logo on the whmcs version?
Hello,
Replace “logo.png” and “logo_dark.png” with your logo, it’s better to you the same dimensions.
Thank you
I’m just wondering where you got the service icons from as I want to cusomise that part of the site.
Hello,
Send me your e-mail, I’ll send you some recourses that will help you. Thanks!
Forget Password and Reset Password is not working. And it looks like a problem with the template. Kindly check it.
Hi,
Which WHMCS version you have? If you have 7.5.1 you must update the template to the latest one.
Thank you
How can I change the speed of the slider?
Hello,
Open “main.js” file and lookup for the following code:
mainSlider.slick({
dots: true,
speed: 1000,
autoplay: true,
autoplaySpeed: 5000,
arrows: false,
infinite: true,
slidesToShow: 1,
slidesToScroll: 1
});
Change the “speed” number, 1000 mean one second, the less number will be quicker.
The “autoplaySpeed” is the time that will stay in the slide.
Thank you
hello sir i have plan to buy them but before that i need to know the theme is need coding i do not know coding i know basic cod editing and how i can install the theme on whmcs from admin panel please sent me documentation of the theme thanks
Hi,
You need to know the basics of the HTML coding, it’s very easy to install, you have to copy the template folder to your WHMCS templates folder then you choose it in the WHMCS settings
Thank you