94 comments found.
I love your theme just kickstart me so that I can get hang on it.
Hi,
I think the images will be shown after you set up the domain .com and .net, go to your WHMCS admin then from the menu Setup > Products\Services > Domain Pricing.
The pricing list will not be on the Homepage for the WHMCS.
To install the cart(pricing list): - Copy “hostrocket_cart” and “standard_cart” folders to WHMCS templates/orderforms folder.
-Go to Setup > General Settings then Ordering Tab, choose “Hostrocket Cart” and save changes.
Thank you
Hi,
I recently purchased your theme. All things uploaded and activated properly.
After activating hostrocket theme in whmcs admin, client area not working.
The URL is http://manage.yellypage.com/
Please take a look and fix it.
Thanks.
I did not get any reply…
It is urgent, Please reply
Hi
First, you have to update the WHMCS to the latest version 7.5
Update it and let me know if it’s working or not.
Thank you
How to integrate the domain search (non-WHMCS version) to WHMCS domain ordering integration code? I have managed to set it up to redirect properly but it does not redirect with domain details.
This is the code to be integrated instead of name.com search. <form action=”whmcs-installation-address/cart.php?a=add&domain=register” method=”post”> Find your Domain: <input type=”text” name=”query” size=”20” /> <input type=”submit” value=”Go” /> </form>
Hello,
To do it, open “main.js” file and replace the following code:
window.location.href = "https://www.name.com/domain/search-4-4/?keyword="+domain;With this:
window.location.href = "http://brandio.io/envato/whmcs/cart.php?a=add&domain=register&query="+domain;
Replace “http://brandio.io/envato/whmcs” with your WHMCS link.
Thank you
I have an issue using WHMCS 7.3.0, the button falls on top of the captcha.
https://puu.sh/ydaOL/4ca5894a66.pngHi,
Open styles-modified.css, then lookup for the following code:
#google-recaptcha-domainchecker {
margin-bottom: -66px;
}
Remove “margin-bottom: -66px;” and save the file.
Thank you
Hey dudes just bought the theme
Im having some bother trying to figure out where to edit the homepage for the whmcs area. I tried homepage.tpl but it doesn’t look to be the actual page it is displaying
Hello,
It’s in “header.tpl”, “homepage.tpl” is for client area home page.
Thank you
I’d like to report a possible styling bug on cart.php?a=confproduct&i=0 https://puu.sh/xxwmh/14af1a24d1.png
Hello
We’ll fix this bug asap
Thanks!
Hello,
I reviewed your website, there is no issue in configure page like the snapshot, please check it again and let me know.
Thank you
Hello, Just purchased your template. Can you please tell me how to change the icons in the ‘Ready to go in seconds’ section (div#info.comtainer-fluid) We need to change all the icons to our individual choice. Thanks
Hello,
Take a look at “Info icons & text” section in the documentation.
Thank you
Hi, After upgrading to the latest version, it appears the Two-Factor Authentication Enable/Disable buttons are not working. Nothing happens when they are clicked.
https://cp.launchvps.com/clientarea.php?action=securityPlease advise? Everything else seems fine.
Hello,
I didn’t see anything about “Tow-Factor Authentication” in the link you added, can you send me an image?
To read about “Tow-Factor Authentication” go to https://docs.whmcs.com/Two-Factor_Authentication
it’s should work without any problem after you configure it correctly in the settings and you can disable it as well.
Thank you
Hi, well you would have to have an account in order to see the two-factor settings. Once you have an account, you can follow that link and you will see that the “Enable Two-Factor” button does not work. If you already had two-factor enabled, then the “Disable Two-Factor” does not work. Nothing happens when you click the buttons. I have tried multiple browsers and they all show the same issue.
Here is a screenshot of the button -> http://imgur.com/a/SflN1
Hello,
I don’t know what happens with your website, but I think you didn’t configure the “Two-Factor” correctly, it’s working very well in our preview, take a look here http://brandio.io/envato/whmcs/index.php?systpl=hostrocket
User: test@test.test
Password: 12345678
If you want to deactivate this feature go to “Setup > Staff Management > Two-Factor Authentication” and deactivate it.
If you want me to test it send me your details on faisal@brandio.io.
Thank you
Hi,
I logged in, but am not seeing any two-factor settings. Please check the screenshot.
http://imgur.com/a/Bs00jDo you have two-factor enabled in your WHMCS instance?
I have two-factor setup and working correctly. After the last update to hostrocket it no longer functions properly as described.
My customers need to specify to use the Six WHMCS template for now by using the ”?systpl=six” option on the URL if they have need to change two-factor settings.
The client area is affected, not the WHMCS admin area. The admin area is setup properly for two-factor. My customers use two-factor, but can longer change the settings due to non-functioning buttons which occurred after the latest update to Hostrocket.
If you want to test, just register for an account, then go to this link to try and turn on two-factor:
https://cp.launchvps.com/clientarea.php?action=securityYou will see the buttons do not function properly.
Thank you.
Hello
Sorry, I deactivated it after few days from my comment for some reasons, You can try it now:http://brandio.io/envato/whmcs/index.php?systpl=hostrocket User: test@test.test Password: 12345678
There are three “Tow-Factor” services available, which one you are using?
Thank you
Hi, It looks like you enable DuoSecurity which I do see appears to function in your client area.
We are using “Time-Based One Time Passwords”. Can you please enable this instead f DuoSecurity? Then we can verify that functions on your side, too.
Hi,
Yes, I was using DuoSecurity. Try it now, I activated “Time-Based One Time Passwords”.
http://brandio.io/envato/whmcs/index.php?systpl=hostrocketUser: test@test.test
Password: 12345678
Thank you
Hello
for knowledgebase/annoucements page, i think you need to make some different color of a href link see this http://screenshot.co/#!/7d0e520dfa the “Hapi.js” is a link the “this tutorial” also a link, but for “this tutorial” the color same as text onlyHello,
You will get an update within 24 hours to solve this issue, and support for WHMCS 7.2.2.
Thank you
Hi, sorry for all the trouble. I am wondering if it is possible to remove some of the space and to remove the title where it says cpanel web hosting when using the hostrocket_cart orderform:
http://i.imgur.com/WwuAZIE.pngHello,
You will get an update to remove the space, and for the title, you can remove it by adding the following CSS code to “styles-modified.css” file:
#pricing h3.headline{
display: none !important;
}
Thank you
hello, the blank page doesnt really work with this template. it shows the page title a few times over. i tried adding ” $ca->assign(“notitle”, “no”); ” to the page.php but it blanks the page out. i removed the ” $ca->setPageTitle(‘Your Page Title Goes Here’);” line but that leaves a gray background, that is what im trying to remove (the few pixels thick gray line that shouldnt be there). let me know if you think this can be fixed. i think its a template issue because i have other templates that dont require such modifications to have a blank “custom” page
Hi,
If you want to remove the Title & the BreadCrumb and all the spaces, add the following code to the custom page tpl file:
<style>
.header-lined h1{
padding: 0 !important;
margin: 0 !important;
display: none;
}
.header-lined ol{
padding: 0 !important;
margin: 0 !important;
display: none;
}
</style>
Please give me the custom page URL to see what happened exactly with you.
Thank you.
This is the perfect fix, thank you!
You’re welcome 
Hello
I have another issue, when i activated KB SEO URL, the page just load home page. see https://s28.postimg.org/tq7p1530t/error-kb-seourl.png rewrite module active, httaccess already configured too
Sorry already fixed, wrong place htaccess rewrite code
Hello,
Is everything good now?
Thank you
Hello, yes, so far so good
Great!
Hello where submitform.php located? because i just made some modification with tpl file, i just wanna upload the submitform.php file. i searched it but i cannot find
Hello,
The latest version of the template doesn’t have a contact form, and “submitform.php” file became unused.
if you want the file give you email and I will it to you.
Thank you.
hello
you updated the change log with “added submitform.php” but the file does not exist in download file. this contact form for html templates or whmcs ? just send to juniorriau18@gmail.com
Hello,
Take a look again to the change log and be sure about the dates.
Thank you
Helo sorry, i don’t see the date,
No problem brother 
Hello. Can I have it the same way? I also like the animation from INSTANTPAGE better. Thank you.
Hello,
Download the latest update and see the documentation to replace the animation.
Thank you
Can you send me the instapage version in html? I prefer to use that version. Much appreciated. Thank you! Email: mar@himalaia.cloud
Sent.
Beautiful theme and I’m really interested to buy it. Do you think that’s possible change the animation on the HTML version for the one from the INSTANTPAGE version? Looks way better, and if is possible can you help me with that after I buy it. tks
Hello,
Yes, we can do it for you.
Thank you
hey, can I install your theme on same subdomain/subdirectory where whmcs is installed ? how to change all the text ? is easy to change colour and texts ?
Hello,
Yes, you can install it anywhere, copy the theme files to the templates folder. All the texts are in “header.tpl” & “footer.tpl” files and the colors is in the style.css file.
Thank you
Hey, I only need whmcs template is it possible ? is it a full whmcs template including order form and all ?
Hello,
It’s full template, but you have to install the WHMCS first.
Thank you
Hello
I purchased HostRocket few days ago.
My HTML website (modx) is https://bytii.net and my WHMCS website is on https://client.bytii.net
basically I want to integrate my HTML page to WHMCS
(Thanks, I’m aware for the documentation and I went thru it)
my questions are:
how do I set the domain search link on the html site to link my domain search on my WHMCS website?
I changed the navbar to be ‘fixed’ (navbar-fixed-top), now the scroll stops 50px(nav size) later how can I adjust it?(js?css?). ?
on Firefox the hroc (ex. hroc hroc-business) fonts/icons are appearing as simple characters (a e d b) is there a fix/override for that ?
Is this theme can support multi language ? (or maybe some suggestion, how to link to WHMCS with the current language appears on html site{modx}?).?
Thank you for any replay Gilad
Hi,
1- For the first question:Open “main.js” file in the HTML version and replace the following code at line 65:
window.location.href = "https://www.name.com/domain/search-4-4/?keyword="+domain;With the following code:
window.location.href = "https://client.bytii.net/cart.php?a=add&domain=register&query="+domain;2- Navbar adjust:
Open “style.css” file and add the following line to #top-content:
padding-top: 50px;To be look like this:
#top-content {
background-color: #3a9dc2;
overflow: hidden;
padding-top: 50px;
}
3- Icons font:
I tested your website, there is no problem with the icons. If it’s happening again, check the “fonts” folder permissions.
4- Multi-languages support:
For now, the template is not fully supported multi-languages. The link for the language should look like this https://client.bytii.net/?language=english.
Thank you
We have just purchased your theme. I have a number of questions:
a) How do I add more information on to the pricing table. All ours has is the name and a blank middle?
b) How do I add the pricing table onto the home page? (link to pricing – http://arkwebhosting.co.uk/cart.php?gid=2 )
c) How do I remove the live chat option from the menu.
Hello
a) Go to pricing table section in the documentation, you’ll find a part talking about WHMCS
b) We are trying to make a solution for this. In fact, in WHMCS there’s no simple way to do that, it needs some modifications in the WHMCS original php files.
c) In header.tpl, remove<a class="chat-button" href="#">Live Chat</a>
Thank you
Thank you, all those work. Now I seem to have trouble editing the nav bar. Can you help?
Great! explain more about your issue with the nav bar please?
I would like to change the details in the navbar but there doesn’t seem to be any options of doing so inside navbar.tpl. How can I alter whats on there?
Hello,
Its dynamic menu comes from WHMCS main code, all what we can do is to add more links by modifying the following code in “header.tpl”
<ul class="nav navbar-nav navbar-right">
{include file="$template/includes/navbar.tpl" navbar=$primaryNavbar}
{include file="$template/includes/navbar.tpl" navbar=$secondaryNavbar}
<li><a class="chat-button" href="#">Live Chat</a></li>
</ul>
Add this line for the link that you want to add in the menu
<li><a href="about.html">About us</a></li>
If you need more customization go to the WHMCS documentation http://docs.whmcs.com/Client_Area_Navigation_Menus_Cheatsheet
Thank you
Us again. Thank you for all your help so far. Where is the Meta information that is already on the theme?
Hello,
Please explain more or give an example link.
Thank you
Never mind, Found it. Thank you
Cool 
Hey, awesome product, could you advise how to make the menu show by default? Example here: https://www.dmchost.uk/cart.php?gid=1 – You have to click “Show Menu” in order for it to open.
Hello,
Edit products.tpl file, located in /templates/orderforms/hostrocket_cart.
Replace these two HTML lines at line 25 (with out < /div>< /div>)
<div id="pricing" class="row row-product-selection">
<div class="col-xs-3 product-selection-sidebar" id="premiumComparisonSidebar">
</div></div>
with the following
<div id="pricing" class="row row-product-selection" style="left:300px;">
<div class="col-xs-3 product-selection-sidebar" id="premiumComparisonSidebar" style="display:block;">
</div></div>
Thank you
How can I connect a plan to a contactform?
Hello,
Are you using the WHMCS version of the template?
Thank you
Hello,
I’m using the non WHMCS-version, but don’t know how to connect a template to a contactform.
Hello,
If you want something functional like contact form we recommend to use the WHMCS version
The HTML version doesn’t originally have a contact form, you’ll need to contact a web developer for the additional feature,
Thank you