Discussion on Hostify — Hosting HTML & WHMCS Template

Discussion on Hostify — Hosting HTML & WHMCS Template

By
Cart 793 sales
Well Documented

brandio supports this item

Supported

This author's response time can be up to 5 business days.

413 comments found.

Hi, i’m wondering how to add a pricing table to a whcms site. I see in the documentation the code for it, but i am not sure where to implement it.

Hi,

To do it, open the WHMCS admin panel and from the main menu go to “Setup > Products/Services > Products/Services”.

Then click “Create a New Group”, fill the required fields and choose the template either “Hostify Cart” or “Hostify Horizontal Cart” and save it.

After that click “Create a New Product” choose you settings and make sure to choose the group you created then click “Continue”.

In the next screen make your changes and make sure you fill the “product description” with this format as explained in the documentation:

<div class="pricing-features">
    <ul>
        <li>Great for Starting Website 1</li>
        <li>Small Websites 1</li>
        <li>Startups 1</li>
    </ul>
</div>
<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>

Good luck

Great. I got that working. Now is it possible to add “featured” or “ ” things like this to whmcs version? Or is this only for the HTML.

If it possible, can you include the code implementation please.

If you mean the icon showing at the top of the pricing table, this will be easy, just edit the product you added, and on the same page that you added “product description” just check the “Featured” option.

Good luck

hi there, how do i update this template,? what are the steps to do so ?

Hello

You have to replace the files mentioned in the “change log” in this page https://themeforest.net/item/hostify-hosting-html-whmcs-template/20151243

Good luck

Hello, I have a problem in clientareadomains.tpl that this is not displayed correctly as shown in the attachment. Where is the mistake? Would it be possible to correct this? Thank you! https://ibb.co/P5SB4Kp

Hi,

It needs some modifications, for now you can do this: Add this CSS code to “custom.css” file,
#tableDomainsList .sorting_1{
    word-break: break-word;
}

This will break the long domains into lines

Thank you

Thank you very much. It was because of the long translation of $_LANG[‘regdate’]

Good luck :)

Hello! How to keep mobile submenus collapsed in their parent until user selects? Thank you!

Hello,

Thanks for waiting.

We will work on an update to solve this.

Thank you

Any word? Thanks!

Hi,

Sorry that we are very late about making this, we are working hard on solving many bugfixes, and this issue is on the list.

We don’t want to make a quick fix that may not work fully well, the issue needs to rewrite the code for the menu, hopefully, the update comes very soon.

Thanks again for waiting.

Best Regards

Hello, does this theme include a WHMCS client area that has a similar look and feel to the front page?

Hello,

You can try it. http://brandio.io/envato/whmcs/index.php?systpl=hostify Login details: test@test.test 12345678

Good luck

You are welcome :)

hostbox-colourful is not colourfull

Hello,

Sorry, this is for another template, only “hostify” and “hostify horizontal” will work for Hostify template.

Thank you

Hello team,

I have small issue with whmcs design. the product description is not showing accordingly.

https://ibb.co/3BZb821

here is the link it’s not working either in horizontal cart template or default one. the description should in line wise.

like it shows at front html template.

Thank you

Hello,

It’s already explained in the documentation.

It should be like this:

<div class="pricing-features">
    <ul>
        <li>Great for Starting Website 1</li>
        <li>Small Websites 1</li>
        <li>Startups 1</li>
    </ul>
</div>
<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>

Good luck :)

Hi, themes great. Only issue I have is adding more than 3 items using the hostify cart. So the colours of the columns go Blue, Purple, Green, but then if you want more than 3 items, the rest just go blue. So if I have 6 options for sale, the colours go Blue, Purple, Green, Blue, Blue, Blue. Doesn’t look great.

Is it possible to edit those colours for anything over 3 items? Or perhaps it could repeat the Blue, Purple, Green order over and over, that would work well.

Hi,

We will fix it in the next update, to solve it now, open “products.tpl” located in “whmcs/templates/orderforms/hostify_cart” and lookup for the following code:

{assign var="counter" value=$product@iteration}
{if $counter>3}
      {assign var=counter value=1}
{/if}

Replace it with this:

{assign var="counter" value=$product@iteration%3}
{if $counter==0}
      {assign var=counter value=3}
{/if}

Do the same for “hostify_horizontal_cart”.

Thank you Good luck

User clicks on Security setting and trying to enable Two Factor authentication. 1st step. Click here to enable button works and shows the page. https://prnt.sc/q0q8qp 2nd step. When click on Get Started got this error. https://prnt.sc/q0q9kt

My WHMCS Version is 7.8.3

Please help me to solve this problem ASAP.

Hello,

Thank you for waiting,

It seems server issue, please try the same thing with the default WHMCS template “six”, and let me know if it’s working or not.

Thank you

Hello i find bugs in the template on domains part two buttons not working can you see it on this pictures https://i.ibb.co/68nz2qL/unknown.png

We will update it very soon.

Thank you so much

Any way to create a sub menu inside drop down menu?

Hello,

For now, it needs some modifications, we will work on that in a future update.

Thank you

Hi, I purchased this believing it was a Wordpress Theme, not a template. Please can you advise steps to take to add this to Wordpress? I need a site up & ready in the next 4 days when our advertising campaign begins.

Many thanks.

Hi,

Sorry, for now works on WHMCS only.

You can request refund here https://themeforest.net/refund_requests/new

Good luck

Is there any prediction to be done in wordpress?

We’re working on making it happen, honestly, we’re still didn’t find the right developers to do it. Hopefully will find soon. Thanks and keep around.

Hello,

Do you offer any more icons like “comments-icon” that can be found on contact.html ( Phone Support )

Hello, can you provide screenshot about what you mean?

I have sent you a request on Skype.

Hello,

Is it possible to get more service-icons like these you already offer (4) https://securebucket.xyz/images/service-icon2.svg? I would need around 5 or 6.

Hello, these are custom icons that we can do as premium service.

Contact us via skype @hellobrandio to discuss more

Thanks!

I have sent you a request on Skype

hi mate at the moment i have your theme installed but when i go to services i see this and it just spins https://imgur.com/rdjeNIy

Hello,

Please send me your website URL to faisal@brandio.io

Thank you

hi there i did manage to fix it by copying some old js files from a previous version into it

Hello,

It should work without issues if you have the latest version of the WHMCS and the template.

Good luck

how can i edit support

Hello,

Open “header.tpl” and lookup for the following code:
<li class="support-button-holder support-dropdown">
    <a class="support-button" href="#">Support</a>
    <ul class="dropdown-menu">
        <li><a href="#"><i class="fas fa-phone"></i>Toll-Free  08-197-435-01</a></li>
        <li><a href="#"><i class="far fa-comments"></i>Start a Live Chat</a></li>
        <li><a href="#"><i class="fas fa-ticket-alt"></i>Open a ticket</a></li>
        <li><a href="#"><i class="fas fa-book"></i>Knowledge base</a></li>
    </ul>
</li>

Modify it and save the file.

Good luck

I cant demo any of the sample carts, they are all broken; http://brandio.io/envato/whmcs/cart.php?gid=7 Nor the domains page screenshoted here.

Additionally, is this 7.8.3 compatible?

Hello,

Sorry for that, only “Hostify” and “Hostify Horizontal” will work, the others should not showing for you it’s for other templates. we will fix that.

Thank you

how can i edit support

Hello,

Open “header.tpl” and lookup for the following code:
<li class="support-button-holder support-dropdown">
    <a class="support-button" href="#">Support</a>
    <ul class="dropdown-menu">
        <li><a href="#"><i class="fas fa-phone"></i>Toll-Free  08-197-435-01</a></li>
        <li><a href="#"><i class="far fa-comments"></i>Start a Live Chat</a></li>
        <li><a href="#"><i class="fas fa-ticket-alt"></i>Open a ticket</a></li>
        <li><a href="#"><i class="fas fa-book"></i>Knowledge base</a></li>
    </ul>
</li>

Modify it and save the file.

Good luck

I have send you an e-mail about an nameserver template issue.

I replied to your email.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey