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.

Is this ready for whmcs 7.8.2?

Yes, you will receive the update today.

Good luck :)

Hello, thanks for your reply and your update :) everything seems to be working fine on whmcs 7.8.2 ;) i just have some visual observations i want you to know:

1) The twitter feed does not have any styling (it shows out of the container) 2) The SSL Store Homepage menu (Not sure with to choose? Let us help you decide) text color is white and it is lost with the background color of the menu so its nearly impossible to read until you place the mouse over the text

Hope you fix them on a future update

Thanks in advance and thanks for your work, good luck :)

Hello :)

You will receive the update today.

Good luck

Hi

Can you update please.

When paying an invoice with a card it asks for a card type but the latest version of WHMCS doesn’t need this anymore.

Thanks

You will receive the update today to support the latest WHMCS version.

Hello. On the “clientarea.php?action=domains” page, we cannot click on the Manage Nameservers button or any of the buttons that has a link including as hashtag (#). When we do, I see this in the developer console: TypeError: $(...).offset(...) is undefined main.js:50:34 <anonym> https://domain.com/templates/hustbee/js/main.js:50 dispatch https://domain.com/templates/hustbee/js/scripts.min.js?v=044b8f:2 handle https://domain.com/templates/hustbee/js/scripts.min.js?v=044b8f:2

Hello,

Sorry for the late reply,

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

Thank you

Hi,

I have tried to change the color of the WHMCS theme. Is there a global CSS a-tribute that I can change that will update the theme across the whole theme?

Thanks

Hello,

You have to go through the template and change the colors one by one. Don’t worry I will help you.

You can change the colors by modifying “style.css” file, but I prefer to not edit this file, it’s better to make you changes in “custom.css” file, for example if you want to change the header background color add the following css code to “custom.css” file and change the color to any color you want:

#header-holder {
    background-color: #28112b;
}

What colors you want to change exactly?

Thank you

checking out your demo but the domain search feature not working on http://brandio.io/envato/hustbee/html/domains.html search now button not responding same as home page

Hello

Yes because you’re browsing the html non-functional version. Check the WHMCS one in the homepage > last slide with search bar is functional here http://brandio.io/envato/whmcs/index.php?systpl=hustbee

Thanks

Dear sir,

i have recently buy your theme.it is fantastic work by your and your team. unfortunately i am facing problem during testing i am user can't login with user name and password,secondly i want to know how can user search domain from domain search.could you please send me code.it will be very helpful it you can send any document how to embed it in code.Third how can i changed number and other details which is showing in client panel like emails and phone number.Thank you in advance.

Regards varun gupta

Dear Author i am waiting for your reply.i hope soon get reply from your side.

Hello,

Sorry for the delay,

- Which login you mean?

- To make the domain search work in the WHMCS you need to Configure the tlds in the WHMCS admin panel, take a look here https://help.whmcs.com/m/setup/l/848612-configure-the-extensions-tlds-you-wish-to-offer

- Please give me a snapshot for these details.

Please send me your website URL.

Thank you

Hello, I have installed your theme and all is well but when i enable it on WHMCS and i click on “home” it shows im logged in at the top right hand corner and shows all my products but all the info on the home page is the old demo data even thought I updated it all on the main site. This only happens when i login like a customer on the page mysite.com/whmcs/index.php is the one showing all the old demo data but if i log out and load my site up without logging into WHMCS all the data is correct.

Hello,

The template will not affect the data created in WHMCS. The template is a theme for the WHMCS, there are a sample data in the home only.

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

Thank you

HI I have problems in order form hustbee_cart not see whois

https://soloweb.com.mx/cart.php?a=add&pid=2&carttpl=hustbee_cart

Hello,

Please make sure you updated the WHMCS and the template to the latest version.

And please check the same thing with the default “Six” template and the default cart “standard cart”.

If the issue still happening with the default template, maybe the issue from the WHMCS admin, check the “tlds”.

Thank you

Menu issue – The top menu is not showing – how can I fix?

Sorry, I wrote the email wrongly, here is the correct one faisal@brandio.io

Send it again and I will help you.

I have sent it 2x!

I replied to your email.

Hi, I am trying to integrate my whmcs domain registration code https://client.safetynames.com/domainchecker.php?systpl=HostWHMCSwp2 into my html code. How can I do this? Thanks!

<form> Get your website up and running today.
Search a domain of your choise. <input class=”domain-input” type=”text” placeholder=”Domain name”><button type=”submit”>Search now</button>

Hello,

The HTML code for the form you sent looks different than the Hustbee code.

By the way, you can do it by adding the following javascript code to main.js file:

$("#search-btn").on("click", function(e){
    e.preventDefault();
    var domain=$(".domain-input").val();
    var checkdomain=ValidURL(domain);
    if(checkdomain){
        window.location.href = "https://client.safetynames.com/cart.php?a=add&domain=register&query="+domain;
    }else{
        alert("Please enter a valid domain.");
    }
    return false;
});

Make sure the search input has class “domain-input” and the search button has an id “search-btn”.

Good luck

Hello,

What’s your email? Would like to discuss a few things.

Hello,

This is the email faisal@brandio.io

Thank you

Are you able to provide a 404 page?

Sure, we’ll do that asap

Hello,

How do I customise the theme?

I want to update text etc… I am using WHMCS.

What is the easiest way of doing this?

Thanks Tom

Hello,

The set is all pre-defined, such as {$LANG.login}

{if $condlinks.allowClientRegistration}
    
  • Is there no simple way of editing this?

    Would you prefer to chat on email?

    Ignore that ^ Was looking at the wrong file!

    Is there a way to make the sliders change automatically, e.g every 3 seconds?

    Hello,

    To do that open “main.js” file and lookup for the following code:
    // Main slider initiate
    $('.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”
    And change this “autoplaySpeed: 4000” to “autoplaySpeed: 3000”, Note: 3000 = 3 seconds

    Good luck

    Hi, I have your theme from Elements Envato.

    I see that there is some issues with newest version of WHMCS, and since I have downloaded it from Studio from before, do I have right to your theme updates, (more interested for the WHMCS theme inside)?

    Best regards, Daniel

    Hi,

    I have redownloaded it from Elements, and it has the new files.

    Great theme, by the way,

    Best regards.

    Hi Daniel,

    You should receive an email for the new updates. I don’t know if the Elements users will get the email or not.

    Good luck :)

    The light header file is not. included in the extras … its just the dark header, can you fix this please?

    Hello,

    Sorry, that’s happened by mistake, just download it again and you will find the light version in the extra folder.

    Thank you

    Keep the good work with this template :) The file modifications table really helps when updating!

    Just one thing, the login and register pages titles should point the company name instead of template name!

    Thanks for this awesome template!

    Hello,

    It will be solved in the next update.

    Thank you so much :)

    Good luck

    How to install?

    Hello,

    First, you have to install the WHMCS in your website, then follow the instructions:

    - Copy "hustbee" folder to WHMCS templates folder.
    
    - Copy "hustbee_cart" and "standard_cart" folders to WHMCS templates/orderforms folder.
    
    - On your WHMCS admin panel go to Setup > General Settings, choose the template "Hustbee" and save changes.
    
    - Go to Setup > General Settings then Ordering Tab, choose "Hustbee Cart" and save changes.
    

    Good luck.

    Hello sorry to disturb you how to remove the home in the header menu please? Thank you

    Hello,

    Send me an email to faisal@brandio.io, I will send you PHP file that’s modify the menu as you want.

    Thank you

    Hi,

    We are currently using this theme on WHMCS 7.6.1 (For theme template & Ordering template)

    Just wondering if this theme also supports and fully compatible with new WHMCS 7.7?

    Thanks,

    Hi,

    Still not ready for 7.7, it will be ready on 20 feb.

    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