Discussion on Hustbee - Hosting HTML & WHMCS Template

Discussion on Hustbee - Hosting HTML & WHMCS Template

By
Cart 251 sales
Well Documented

brandio supports this item

Supported

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

133 comments found.

Does the slider have any autoplay features?

Hi,

Yes, to turn it on open “main.js” file and lookup for the following code:
$('.main-slider').slick({
    infinite: true,
    speed: 1000,
    autoplay: false,
    autoplaySpeed: 4000,
    slidesToShow: 1,
    slidesToScroll: 1,
    dots: true,
    arrows: false,
    fade: true
});

Change “autoplay: false” to “autoplay: true”.

Thank you

Hi,

I have the theme thanks to envato elements,

How do I configure the domain search engine of the html theme with whmcs?

Hello,

It can be done by javascript, but I will do it for you on 18th of february if you can wait me.

Thank you

Hi.

How do I remove WHMCS news from homepage?

Hello!

You can either delete all the announcements via admin area, Or,

Go to homepage.tpl and delete from this line

{elseif $announcements}

to this line

{/foreach}

If you want to remove twitter as well, just empty homepage.tpl fully.

Thanks!

Hi. Thanks. I’ve emptied out the homepage.tpl. But it’s still showing. I’ve also cleared up my whmcs template cache.

Hello,

Send me your website to faisal@brandio.io

Thanks

Can I pay someone from your company to help me design the website to fit my needs?

Hello!

Sure, we have two kind of customization services. One is on the template you’ve purchased called “Custom work” you’ll find more about the pricing and other info here: http://brandio.io/custom-work/, simply send us what you need to customize to faisal@brandio.io and we’ll evaluate the total time and price.

The other service is fully customized, new template design for your website. You can contact us via here http://brandio.io/contact/

Thank you!

How do I customize the whmcs theme

Hi,

Modify “header.tpl” file for the homepage and the footer “footer.tpl”.

Where can i find these files?

Hello,

You will find them in the template folder, “templates>hustbee”.

All the svg version of all the png files included in the template?

Hi,

No, it’s not included, but we can send you the SVG version of most of them.

Regards

Hi, I would like to buy this theme but I have problem… I checked both of your sites. http://brandio.io/envato/whmcs/cart.php?gid=1 and http://brandio.io/envato/hustbee/html/vpshosting.html

HTML version’s order form is beautiful but WHMCS order form pages are missing css or it is almost nothing there except lines and text. Can you please change whmcs theme’s order form also to little beautiful?

And within this theme purchase, will I have all two version of html and whmcs ?

Hi,

Choose “Hustbee” from the store menu http://brandio.io/envato/whmcs/index.php?systpl=hustbee

You will get them both the HTML and WHMCS versions.

Good luck :)

Dear I want to buy This Template is very wonderful, but I have a question Is there an Arabic language support RTL

Hello

Thanks for your interest in Hustbee! We’ll work on the RTL Support for this template soon, but we have another template that’s supporting RTL currently which is Hostify: https://themeforest.net/item/hostify-hosting-html-whmcs-template/20151243

Stay tuned and we’ll update Hustbee with RTL. Thanks!

hello, your theme in what version whmcs works stably?

You need to purchase the template, otherwise we can’t support you.

my friend acquires this problem encountered. I want to get it, but does the problem continue?

Give me your website url to check, and the purchase code please.

Hi, to use the landing pages, i need to use both WHMCS and HTML version? Or WHMCS also has pages besides the client area?

Hi,

No, the other pages in the HTML are not available in the WHMCS version, but you can add them as a custom page.

Thank you

Hello! We want to test the client area but test@test.test user is not working.

Hello!

I just checked the login and it’s working with the password (from1to8) and the same e-mail. Make sure you’re login using the WHMCS link http://brandio.io/envato/whmcs/index.php?systpl=hustbee

Let me know if you need any further assistant!

Thanks

Hi, my whmcs template does not have the checkbox of terms agreement on the register page, how can i fix it?

Hi,

Download the latest version of the template, we already solved it.
And make sure to update the WHMCS to the latest version.

Thank you

Hi do you have demo login credentials for client area? Thank you

Hello,

Yes, use the following details:

Username: test@test.test
Password: 12345678

Thank you

Hi Brandio, a fan of your themes (I have 3!) I really love the art style of the front page, it caters more to the “Small business, consultant” type of style and that fits me better because I’m not a major company.

I am interested in the theme but I want to know if there is a global color style? I see on your screen shot in the item details that there is a header that has the light blue or a purple background (instead of the dark navy blue).

Is there a quick way to change the color styles without manually changing all the code? Id like to replace only 2 things, the dark navy color scheme, and the yellow icons in the customer dashboard.

I couldn’t see a style picker in the theme like the others so I was not sure if it was supported?

Hello,

Wow. Thank you very much :)

We are working to have more color variations to the theme.

The colors can be changed very easily, you will not have to change the code, just adding some CSS codes.

To do it, open “custom.css” file located in the “CSS” folder and add the following codes:

This code will change the header background color:
#header-holder {
    background-color: #1e4fa2;
}
And this will change the icon color in the customer dashboard
.tiles .tile .icon i{
    color: #5cb85c
}

If you want anything, feel free to tell us.

Thank you :)

Thank you so much for your reply, This worked perfectly! Thanks again!

Perfect! you’re welcome :)

Hello, how to remove the color on Latest news from our blog and put a custom logo? cordially

Hello,

Look at this image https://i.imgur.com/Mi7JdwE.png and let me know if you mean this.

Thank you

Hello sorry for the late response. Yes that’s right, I would like to know if it would be possible to put an image in the place? cordially

Hi,

You can do it easly, open “custom.css” file and add the following code:

This code add same background image for the three boxes
.latest-news .post-box {
    background-image: url(IMAGE URL HERE);
    background-size: cover;
}
And this code will add different background for every one:
.latest-news .post-box.blue-bg {
    background-image: url(IMAGE URL HERE);
    background-size: cover;
}
.latest-news .post-box.grey-bg {
    background-image: url(IMAGE URL HERE);
    background-size: cover;
}
.latest-news .post-box.yellow-bg {
    background-image: url(IMAGE URL HERE);
    background-size: cover;
}

Thank you

Hi, I want to buy the theme but WHMCS Register page is having too much of blank area in both sides which is making all controls to create a long page in height. Can it be created in a manner that most of the blank areas can be covered? Thanks.

@mgongguy, Your issue in not related to theme. It is related to the STANDARD order form which is differently coded by WHMCS. The issue will occur only on web servers running on WINDOWS. I can solve the issue but you need to provide administrative access to your web server so that I can do the settings. The settings are tricky and needs testing side by side. That’s why I am asking you to provide me access so that I can solve the issue in one go. Let me know if you want to get it solved by me. My email id is prabhakarranjan@agilewebarchitect.com

Hello,

You can customize the register in any way you want, I can help you with that.

Thank you

Hello,

My site is getting stuck when you try to go to https://weberser.com/cart.php?a=add&pid=2 then select use existing domain it just loads indefinitely. I Googled the error and it appears to be something possibly that the theme is causing would you mind taking a look?

Thanks so much!

Mark

Hi Mark,

Did you update the template and the WHMCS to the latest version?
Send me an email to faisal@brandio.io, we will solve it.

Thank you

Are we allowed to use the included graphics for social media such as cover photos, etc.?

Hello there! First, awesome theme! I have an issue where the term of service agreement checkbox in the new customer registration page doesn’t show up so customers can’t agree to signup. I think it must be the CSS. Thank you

Hello,

You will get the update very soon.

Thank you so much :)

Hello,

i contact you from 5 days ago, and you dont answer me !

Hello,

Sorry for the delay,

What is your email address?

Thank you

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