413 comments found.
I bought your Hostify template in element envato. Is there any way i load it into wordpress?
Hello
We’re sorry but Hostify template made as HTML / WHMCS versions only. We’re working on the Wordpress version currently but that will be separate item as well. But definitely you can hire a developer to do an integration with Wordpress.
Hope that helps. Thanks.
Thanks for such an organized and smooth codes. There are three problems I have encountered so far.
1. If each of the two adjacent header button in the navbar, have drop down mega menu then the links of the drop down mega menu for the second header does not work in mobile view.
Let me elaborate, from the preview, suppose ‘Hosting’ and ‘Pages’ both the headers have the drop-down mega menu, then in the mobile view, the mega titles of ‘Pages’ do not respond to clicks. Do it and you can see it yourself.
2. The mega-title goes out of the mega-title-box. Please let me know how to fix this. screenshot: https://drive.google.com/file/d/13ICnlaYxByY-J_OuN9oBPDMSg5RRqIY8/view?usp=sharing
3. The custom-pricing-slider is giving a problem. When first time loading the page it automatically shows the highest price 40k when the highest price is actually 32k. But if you drag it once and again drag it for the maximum it will show the highest price as the actual i:e 32k. Please see the video for better understanding. Video: https://drive.google.com/file/d/1IOahFeVr83zg_XkijSMDzIE7grnD3riH/view?usp=sharing
I have only 12 days left for support so I wish you guys will reply before that as a courtesy of goodwill, I did not have any further problem and will not have any because we have tested the whole thing seriously, and We love the way you guys made it. We are a web dev firm and will suggest this surely to our clients if you can help us in solving these problems.
Hi,
Sorry for the delay,
1. I tried your website on a mobile and it’s working without issues. We prefer to use the normal dropdown instead of the support drop-down.
2. This happens because of the icon size, we prefer to make every three in one row link this:<div class="row"> <div class="col-md-4>...</div> <div class="col-md-4>...</div> <div class="col-md-4>...</div> </div> <div class="row"> <div class="col-md-4>...</div> <div class="col-md-4>...</div> <div class="col-md-4>...</div> </div>
Or if you want it same as the layout you did, you have to make it smaller by editing the “style.css” file. Lookup for the following code:
.mega-box .mega-icon .htfy {
font-size: 45px;
}
.mega-box .mega-icon .fa {
font-size: 45px;
}
Replace it with this: (changing the font size to be 35px)
.mega-box .mega-icon .htfy {
font-size: 35px;
}
.mega-box .mega-icon .fa {
font-size: 35px;
}
This one:
.mega-box {
position: relative;
padding: 20px 20px 20px 90px;
border-radius: 8px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
Replace it with this: (changing the left padding to be 66px)
.mega-box {
position: relative;
padding: 20px 20px 20px 66px;
border-radius: 8px;
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
And this:
.mega-box .mega-icon {
position: absolute;
left: 20px;
top: 50%;
margin-top: -24px;
}
Replace it with this: (changing the margin top to be -17px)
.mega-box .mega-icon {
position: absolute;
left: 20px;
top: 50%;
margin-top: -17px;
}
3. This happens because of the default value, the default value should be between the min value and the max value. This is what you have, the min value is “50”, the max value is “4000” and the default value is “5000”, set the default value to be “2000” so it will show in the middle.
That’s it.
Make sure to rate and review the template, that’s will make us happy 
Thank you so much.
I reviewed. Thank you so much for your reply but the no1 problem you did’nt get. In my site I can not use drop-down mega menu for two of the adjacent header items.
Take the reference from the demo site you have here. You have put drop down mega menu under ‘Hosting’ button. Now put the same drop down mega menu under ‘Pages’ button you would understand the problem then in mobile view. Please do it and let me know.
Hi,
Yes, I got it now, we will fix it in the next update. For now, you can fix it by editing the “style.css” file, open it and lookup for the following code (at line 6174):
.dropdown.mega {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
Add “float: left”, like this:
.dropdown.mega {
-webkit-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
float: left;
}
Thank you so much for the review 
Good luck
Is it planned or possible for the pages in the store (e.g., Website Builder by Weebly) to adapt the template?
It’s possible, do you have any sample of this page?
Yes, I have any sample of this page, what do you need?
Any sample so we can consider adding it, please send it to faisal@brandio.io
Thanks!
I’ve upgraded whmcs to the latest and also upgraded the template and it has the “fas fa-chevron-up panel-minimise pull-right” icon type however they don’t load.
The “fa-phone” font awesome type does. Any ideas?
how do you change the content on the template pages as it currently has Lorem Ipsum. I have changed this in the Index.html page but nothing happens.
dont worry i found it in the header template
Great, Thanks.
After Upgrade to last version my fa-icons appear like a square. How i solve that… i have folder /templates/hostify/webfonts there… i need to put it on other place?
Thanks.
Some icons appears others doesnt. like fa-linux and social networks icons.
Hi
The latest update is replacing the font awesome with the new version 5, you have to edit the HTML, for Linux icon instead of this class “fa fa-linux” it should be “fab fa-linux”.
All the brand’s icons will be “fab” and the others “fas” or “far”, you can see the list of the icons here https://fontawesome.com/icons?d=gallery&m=free
Thank you
Any updates for July?
Hi, It’s coming this week 
On http://brandio.io/envato/whmcs/cart.php?gid=1 Hotify i see some styles buged, you will fix that? that’s the one thing before i buy that. i’ll use on my whmcs to sell my software. include all complete template for whmcs?
HI,
In the same page, from the side menu choose “Hostify”.
Try it and let me know if it’s working or not.
Thank you
Hostify work, however i’ll use that to sell my software. have another kind of layout of cart? bcs this is good to vps
Hi,
We have only this layout, but we are working to make another “horizontal pricing table”.
Thank you
Hi, I have some bug on Prices Table Show.
When i select just on payment Cycle is all ok but if i select Semy-Annually and Annually the Payment Cycle Monthly appear too and i dont define any price for Monthly.
(WHMCS Setup) http://prntscr.com/kbuiko
(WEBSITE VIEW) http://prntscr.com/kbuixk
Can you helme with this?
Thank You.
Any reply for me?
Hi,
There is a small bug, we will fix it in the next update, for now, to fix it open “products.tpl” located in “hostify_cart” and lookup for the following code:
{if $product.pricing.rawpricing.monthly}
Replace it with this:
{if $product.pricing.rawpricing.monthly != -1}
Good luck
Solved thanks.
Love your Template.
Good luck 
On the top left corner of the login/ registration page the logo is missing. we didn’t delete anything. please help http://prntscr.com/kbfmlt
Hello,
I found that you edited this file “style-darkblue.css” and there is a mistake, find the following line:
.welogobsite-logo .logo {
Make it like this:
.website-logo .logo {
Thank you
There is a bug, in the domain buying section. http://prntscr.com/k9xcjb How can I fix this or how can you fix this
@cisarel, Yo tuve el mismo problema. Aparentemente fue algo que hice en uno de los archivos .tpl no supe cual pero reemplace el header.tpl y footer.tpl y creo tambien todos los CSS y eso arreglo el problema. despues cada cambio que hacia verificaba que todo estuviera en orden
suerte.
Tambien podria ser el folder /hostify_cart/ reemplaza lo que tienes ahi primero
@brandio:
Is there plans to optimize the whmcs for SEO? I constantly run in to recommendations like this:
1 URLs are ‘dirty’. ‘Dirty’ URLs include one or more parameters after a question mark (e.g. www.example.com/?pagename=news), instead of a clean URL (e.g. www.example.com/news). Dirty URLs should generally be avoided wherever possible – they are almost impossible for human beings to remember, Consider URL rewriting as an effective and transparent means of creating appropriate URLs. Dirty URLs: www.woahbox.com/cart.php?a=view
and this: https://www.dareboost.com/en/report/d_5b4f6b1ae967905afa241072/
HI,
For the ‘Dirty’ URLs you have to ask the WHMCS team https://www.whmcs.com/contact/We are working to make themes for the WHMCS, we can’t change the core functions.
Thank you
Awesome thanks.
What about hostify whmcs template SEO optimizations?
Defer parsing of JavaScript
Avoid CSS @import
duplicated IDs in HTML
Duplicate CSS selectors
CSS properties are overridden by shorthands
When a property is used 2 times within a CSS rule, the second one overrides the first.
CSS provides some shorthand properties, that can leads to some mistakes. For instance,
the “border” property is applied to all borders of an element, avoiding the use of all
“border-top”, “border-right”, “border-left” and “border-bottom” properties.
Block access to the entire page when an XSS attack is suspected
Solution: configure an “X-XSS-Protection” HTTP header
Excessive use of !important it is detected 295 times
Among others
I love your theme hope some of these optimizations can make it in to next versions.
Hi,
- Defer parsing of JavaScript: our template already load the javascript files at the end of the page body, any other javascript is coming from the WHMCS. You have to contact the WHMCS team
- CSS issues: we will work on these issues step by step until it becomes clean.
- X-XSS-Protection: this one also we can’t handle it, it’s a server-side https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-XSS-Protection#ExampleThank you so much 
Hi,
Did you update the WHMCS and the template to the latest version?
Thank you
hi how to install theme in whmcs? thanks
Hello,
It’s explained in the documentation,
- Copy "hostify" folder to WHMCS templates folder. - Copy "hostify_cart" and "standard_cart" folders to WHMCS templates/orderforms folder. - On your WHMCS admin panel go to Setup > General Settings, choose the template "Hostify" and save changes. - Go to Setup > General Settings then Ordering Tab, choose "Hostify Cart" and save changes.
Thank you
is it possible to auto cycle thru the theme colors monthly or weekly?
Hello,
Yes, it’s possible, but it needs PHP coding, you have to contact a PHP developer.
Maybe we can do that using only Javascript, but it will be different from user to another user.
Thank you
Dear author,
Just bought the template. Now please tell me how I can add this templates sign-in/register pages on my other whmcs template.

Looking forward to hearing from you asap.
Best,
Just emailed. Thanks.
Hello,
Please send it again, upload it in google drive or any upload website and send it.
Thank you
Deat author. I am using another whmcs theme. Is it possible to use ‘hostify’ login/signup pages to my other whmcs theme? Thanks a lot!
By the way, it would be great if you could move the Menu items right on the same header as the logo. That will make it look even more beautiful, and will also save space.
Hello. You can do that, but that’s require you to buy license anyway.
Thanks for you feedback & the interest in Hostify 
Cheers!
Great.
Buying a license right away. 
Hi, can you add facebook/google/twitter login in the template in feature ?
its good team, nice work.
Hello,
Yes, It’s ready for that.
Thank you
can you send me the demo link for it
i love this theme
Hi,
You can see the theme demo here http://brandio.io/envato/whmcs/index.php?systpl=hostify
We can’t enable the social media login in the demo.
Here what looks like the login page https://i.imgur.com/6JIlYJ4.png
And the register page https://i.imgur.com/R38BePZ.png
Thank you