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.

There is an issue with the html, when adding 6 plans for VPS hosting, when you move the cursor around the grids glitch.

Hello,

Thank you for waiting.

How did you do it?

If you want to add three more plans you have to copy all the three columns

<div class="col-sm-6 col-md-4">...</div>
<div class="col-sm-6 col-md-4">...</div>
<div class="col-sm-12 col-md-4">...</div>

This way should work without issue. Try it and let me know if it’s working or not.

Best Regards

oi tudo bem eu estou com problemas com umas das paginas do WHMCS

Hello,

Please write in english language. What I understand is you have a problem in a page, which page?

Thank you

Quanto quer para tirar ele do ar ?

Hello,

I don’t understand, can you please write in english language.

Thank you

Is there a way to change the color of the white on the homepage?

https://imgur.com/H5AD65R

This. Also, my logo doesnt fit on the homepage. It stretches

I do ask, the HTML page. The slider does not move automatically. And I have $(’.main-slider’).slick({ infinite: true, speed: 1000, autoplay: true, autoplaySpeed: 4000, slidesToShow: 1, slidesToScroll: 1, dots: true, arrows: false, fade: true, pauseOnHover: false });

Hi,

Please send me your website to faisal@brandio.io

Thank you

Hi, is it updated to the latest version of WHMCS?

Hello,

Yes, it’s updated.

We are always updating out templates to support the latest WHMCS version.

Thank you

Is it possible to add a video background instead of the clouds in the header?

Hello, it is possible with custom coding.

If you have a front-end developer to hire, or you can hire us to do it, just e-mail our developer at faisal@brandio.io with your request, and he’ll assist you soon!

My theme want go on my whmcs

Hello, can you please explain more about your issue in the theme?

Hello,

I sent you a private message. Kindly reply to it

Thank you

Ronnie

Hello,

I replied to your email.

Thank you

hi, the slider is not working by default. pls advise

Hello,

Do you mean “Automatic slide”? If you mean that, you can enable it by editing “main.js” file, lookup for the following code:

$('.main-slider').slick({
    infinite: true,
    slidesToShow: 1,
    slidesToScroll: 1,
    dots: true,
    arrows: false,
    fade: true
});
Replace it with this:
$('.main-slider').slick({
    autoplay: true,
    infinite: true,
    slidesToShow: 1,
    slidesToScroll: 1,
    dots: true,
    arrows: false,
    fade: true
});

Thank you

The demo login is not working. Can you please post a working demo login and password for whmcs?

Hi,

Try this:
test@test.test
12345678

Thank you

Hello,

I have problems with MarketConnect Products. /index.php?rp=/route-not-defined 404 – Unknown Route Path Sorry, but the previous page (/index.php?rp=/store/ssl-certificates) provided an invalid page link.

WHMCS works correctly with ¨six template¨.

Regards. Reinec

Hi Reinec,

Please make sure you update the template and WHMCS to the latest version 8.1.0

You can download a fresh copy of “Hustbee” and try it. Let me know if it’s working with a fresh copy or not.

Regards

hi,

bought this template today which is very pretty – thanks.

however the search on the contact/support page does not work with default files downloaded – can u pls advise on how it can be fixed so when typing in a term it displays a result if present else there should be a message saying no results found.

thanks!

Hello,

There are two templates (HTML and WHMCS), the HTML version the one you are talking about. The search on the HTML version will not work without PHP, so you need a PHP developer to make all the functions in the HTML working for you.

Thank you

So the hustbee ordering cart glitches out, its not a browser bug, i tried with several browsers. Please let me know a fix

Here is a video of me representing the issue https://youtu.be/eglNIu7c7SE

Hello,

Thank you for waiting.

Add the following code to the “custom.css” file:

.pricing-box.inner{
    position:relative;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.pricing-box.inner:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 0 3px #82a9ff;
    box-shadow: 0 0 0 3px #82a9ff;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.pricing-box.inner.featured:before{
     -webkit-box-shadow: 0 0 0 3px #ffc600;
    box-shadow: 0 0 0 3px #ffc600;
}
.pricing-box.inner:hover, .pricing-box.inner.featured {
    padding: 24px 15px;
    margin: 35px 0;
}
#order-hustbee_cart .pricing-box.inner {
    padding: 24px 15px;
    margin: 35px 0;
}
#order-hustbee_cart .pricing-box.inner:hover, 
#order-hustbee_cart .pricing-box.inner.featured {
    padding: 24px 15px;
    margin: 35px 0;
}
#order-hustbee_cart .pricing-box.inner:hover:before, 
#order-hustbee_cart .pricing-box.inner.featured:before {
    transform: scaleY(1.08);
}

Let me know if it’s working or not.

Thank you

Hi, I’m using whmcs 7.8.1.

Downloaded the hustbee theme and it doesn’t work, can you please help.

Thank you

Hello

I’ve sent you an email requesting the 7.8.1 version and I’ve heard nothing back.

Can you help please.

Thank you

My email is admin@netdez.co.uk if this helps.

Thank you

Hello

Thank you for waiting. Email sent.

Regards

Hiya.

On the WHMCS header. I want to change the hyperlink for the “Home” button. How and where can I change this?

Thank you!

Hello,

Thank you for waiting.

To modify the links in the menu use the following code: First, create a PHP file with any name for example “modifymenu.php” in the “includes > hooks” folder in the main folder of the WHMCS.

Copy and paste the following code into the file and save it.

<?php
use WHMCS\View\Menu\Item as MenuItem;

add_hook('ClientAreaPrimaryNavbar', 1, function (MenuItem $primaryNavbar)
{
    if (!is_null($primaryNavbar->getChild('Home'))) {
        $primaryNavbar->setUri('#');
    }
});

Change the ”#” to any link you want.

Let me know if it’s working or not.

Thank you

They will have a demo to see the design put in the WHMCS

i see your login and regsiter pages are different to whmcs pages. Is there easy to follow instructions to make it work ?

Hi,

Thanks for waiting.

It’s almost same, can you please show what do you mean exactly?

Thank you

Hey, I bought a theme from you and I put it in the templates folder and when I select the theme in WHCMS and when I refresh my page there is nothing on it how can I fix this?

Hello,

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

Thank you

Hello, I’ve recently bought your package but i’m currently stuck in uploading the theme on my wordpress, having this message when i’ll try to upload: “The package could not be installed. The theme is missing the style.css stylesheet.” . I couldnt find any information or tutorial around so im asking here. Thanks

Hi,

This is not a Wordpress theme, it’s WHMCS template. If you want to refund your money use this form https://themeforest.net/refund_requests/new

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