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 just bought your theme and it’s awesome, but I have a problem because I’m unable to upgrade my WHMCS to 7.5 version, could you please provide me with 7.4 version of theme with all theme updates you did for 7.5 (styles, bugfixes…)

Hi,

It’s better to make the upgrade, but no problem I will send you the previous version, send me an email to faisal@brandio.io

Thank you

Hi,

Is there any update on a WordPress version of this site?

Many Thanks

Hello

Our partner still working on it, please be around the template page, https://themeforest.net/item/hostify-hosting-html-whmcs-template/20151243 We’ll be placing the wordpress version there. Many thanks!!

Hi – If I purchase this theme will I have to pay again for the Wordpress theme?

Yes, that’s will be from different seller.

I am working with the slider. I am trying to adjust the price but its not working.

Please help.

this is the slider im talking about: its located in the header.tpl

Need a Custom Hosting Plan?

At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum div atque corrupti quos dolores et quas molestias.

<input id=”c-plan” type=”text” data-slider-min=”10” data-slider-max=”500” data-slider-step=”10” data-slider-value=”250” data-currency=”$” data-unit=”GB”>

I want to set the price but I dont understand how it works. so far all i got is $0.5 per 10GB but If i want it to be perhaps: $10 per 10GB? how does it work to calculate the price?

Hi,

Open “main.js” file and lookup for the following code:

cPlan.on("slide", function(e) {
        $('.slider .tooltip-up','#custom-plan').text(e.value/20);
    });
    cPlan.value = cPlan.data("slider-value");
    $('.slider .tooltip','#custom-plan').append('<div class="tooltip-up" />');
    $('.slider .tooltip-up','#custom-plan').text(cPlan.value/20);

Remove /20 from the two lines and save the file.

Thank you

can I test it on xampp?

Yes you can, you have to install the WHMCS then you can test the template.

Thank you

hi, i get an error everytime clients try to purchase since i move to your theme. they get this error

Oops! Something went wrong and we couldn’t process your request. Please go back to the previous page and try again.

yes i did.. i am on 7.5.1 now

i have also updated the scripts etc and still nothing. just losing clients :(

Hi,

We are very sorry that happened to you.

Please send me the details to access your files, I will fix it for you, faisal@brandio.io

Thank you

Hi, I bought and installed the theme as described in the documentation, but when I navigate to the General Settings and Select the Template, the theme does not show up?

Please assist

Hello,

Did you copy the template folder “hostify” to the templates folder in the WHMCS?

Thank you for your response. I believe this issue might be related to WHMCS due to it not picking up any theme-folders and will revert back to you once I reinstalled WHMS.

Good Luck :)

the front page index.php doesnt work. Some pages on the theme work. Can you help please ?

Email replied.

thanks but I still have issues. Can you reply again please.

Email replied.

Thank you

Hello,

My website – http://hostguru.io/billing/

How i can customize content on my website? Like texts and links and everything?

Hi,

What do you want to do in the menu?

Thank you

For example remove some links from menu. Also would like to use same menu design like html site has.

Hi,

Send me exactly what do you want to add and what do you want to remove, then I will send you a file to make the changes.

This is my email, faisal@brandio.io

Thank you

Hello, Is there a WordPress version available? I’m only asking because the HTML version is great, but a WordPress version for the blog would be nice. I would only need it for a blog so not the whole design. Best regards, Daniel

Hello

Thanks so much Daniel for asking about the Wordpress version, it’s currently under development, will be released very soon probably nexy month or in May, then you can get your version and use it for your blog ;)

Cool! Another question. Where can I find the possibilites for: i class=”htfy htfy-

Hello

You will see the list at the end of “fonts/hostify.css” file.

Thank you

This is a great theme!

One question:

How can I replace the Homepage Header domain search with the domain search which is on the Cart page? I would also like to include the domain results here.

Thank you!

Hello,

Unfortunately, for now, we can’t do it, it needs PHP code to connect the cart to the Homepage.

Thank you

Hello, why is it different from the demo station shopping cart module?

Didn’t switch the color of the theme button?

Hello,

Can you explain more? or give a snapshot of the issue.

Thank you

Thanks for the awesome template!

Thanks to you too for your awesome support for our work :D

Hi! Great theme so far, works great – however, we just updated to WHMCS v7.5 and I believe it broke some domain registration/lookup tools… possibly some other stuff but haven’t looked too far into it. When do you plan on having 7.5 support?? Thanks again, great theme!

Hi,

The update is ready, you can download it now.

Try it and if you have any problem just let me know.

Thank you

I don’t see a changelog in the latest downloadable file, do you have one w/ update specific (non-freshly installed) instructions? I only want to replace what’s absolutely necessary and not accidentally ruin css customizations etc

Thanks for the quick update! Looking forward to hearing back from you!

Hi,

Here is the changelog, at the end of this page https://themeforest.net/item/hostify-hosting-html-whmcs-template/20151243

Thank you

This theme is awesome. I am using it for my new blockchain website. I am planning to buy the extended license for my Private limited company. I just need a help, I want to add particle.js effect on the homepage screen. I know it is out of the context but still as a friendly help to a fan customer can you give me a small example how to do so.

I placed the particle.js file already in the library. Please help me out.

Hello,

If you are using the HTML version,

- Add “particle.js” to the js folder, then open “index.html” file and add the following line:

<script src="js/particle.js"></script>
Before this line:
<script src="js/main.js"></script>
- Look up for the following code:
<div class="bg-animation"></div>
Replace it with this:
<div class="bg-animation"><div id="particles-js"></div></div>

- Create new file “particles.json” with this code and save it to the main folder of the template

{
  "particles": {
    "number": {
      "value": 80,
      "density": {
        "enable": true,
        "value_area": 800
      }
    },
    "color": {
      "value": "#ffffff" 
    },
    "shape": {
      "type": "circle",
      "stroke": {
        "width": 0,
        "color": "#000000" 
      },
      "polygon": {
        "nb_sides": 5
      }
    },
    "opacity": {
      "value": 0.5,
      "random": false,
      "anim": {
        "enable": false,
        "speed": 1,
        "opacity_min": 0.1,
        "sync": false
      }
    },
    "size": {
      "value": 5,
      "random": true,
      "anim": {
        "enable": false,
        "speed": 40,
        "size_min": 0.1,
        "sync": false
      }
    },
    "line_linked": {
      "enable": true,
      "distance": 150,
      "color": "#ffffff",
      "opacity": 0.4,
      "width": 1
    },
    "move": {
      "enable": true,
      "speed": 6,
      "direction": "none",
      "random": false,
      "straight": false,
      "out_mode": "out",
      "attract": {
        "enable": false,
        "rotateX": 600,
        "rotateY": 1200
      }
    }
  },
  "interactivity": {
    "detect_on": "canvas",
    "events": {
      "onhover": {
        "enable": true,
        "mode": "repulse" 
      },
      "onclick": {
        "enable": true,
        "mode": "push" 
      },
      "resize": true
    },
    "modes": {
      "grab": {
        "distance": 400,
        "line_linked": {
          "opacity": 1
        }
      },
      "bubble": {
        "distance": 400,
        "size": 40,
        "duration": 2,
        "opacity": 8,
        "speed": 3
      },
      "repulse": {
        "distance": 200
      },
      "push": {
        "particles_nb": 4
      },
      "remove": {
        "particles_nb": 2
      }
    }
  },
  "retina_detect": true,
  "config_demo": {
    "hide_card": false,
    "background_color": "#b61924",
    "background_image": "",
    "background_position": "50% 50%",
    "background_repeat": "no-repeat",
    "background_size": "cover" 
  }
}

- Open “main.js” file and add the following code anywhare:

particlesJS.load('particles-js', 'particles.json');

Thank you

Hi,

I downloaded this thinking it was for wordpress unfortunately I was wrong. Is there a way I can get refunded?

Thank You

Hi,

Request a refund from here https://themeforest.net/refund_requests/new

Good luck

Thank You, I’ve put through my request already.

How Do I get Updated features of pricing and how do I update the icon list (I am using Dreamweaver/HTML)

Hi,

Do you mean that you have the previous style of the pricing and you want the new one?

And about the icons list, do you mean that you want to add new icons to the template icons?

Thank you

How Do I get Updated features of pricing and how do I update the icon list (I am using Dreamweaver/HTML)

Hi,

Do you mean that you have the previous style of the pricing and you want the new one?

And about the icons list, do you mean that you want to add new icons to the template icons?

Thank you

Is there a Wordpress version for this theme?

Hello

It’s in the making :).. coming soon

Hi, I am looking to purchase this theme but I have the following questions:

1. Does the $29 option include the WHMCS theme?

2. Can I directly install the WHMCS theme on the latest wordpress version?

Hi,

1. Yes, it’s included. 2. It’s WHMCS template, not Wordpress.

For now, it’s support WHMCS version 7.4.1 and soon we will update it to be ready for the latest version.

Thank you

Hi

Go to select a hosting package >> Register a new domain

https://hostcubit.com/cart.php?a=add&pid=3

the table of suggested domains is not stylized

Which files have to be modified ?

hey friend I’m waiting for an answer for days …

Hi,

Sorry for the delay.

Add the following code to “styles-modified.css”, you can modify it if you want to change anything.

.spotlight-tld {
    border: 1px solid #e6e5f1 !important;
    color: #423f71 !important;
}
.spotlight-tld-hot {
    width: inherit !important;
    padding: 3px !important;
    font-size: 9px !important;
    top: 0px !important;
    right: 0px !important;
    transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    border-bottom-left-radius: 5px !important;
}
.spotlight-tld-sale {
    width: inherit !important;
    padding: 3px !important;
    font-size: 9px !important;
    top: 0 !important;
    right: 0 !important;
    transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    border-bottom-left-radius: 5px !important;
}
#spotlightcom .domain-lookup-result .price{
    color: #988d8d !important;
}
.spotlight-tld .btn:not(.domain-contact-support){
    border-radius: 5px !important;
    background-color: #756de7 !important;
    border-color: #756de7 !important;
}
.spotlight-tld .btn:not(.domain-contact-support):hover,
.spotlight-tld .btn:not(.domain-contact-support):focus{
    background-color: #5f58c3 !important;
    border-color: #5f58c3 !important;

}
.suggested-domains .extension{
    color: #444273 !important;
    margin-right: 15px !important;
}
.suggested-domains .domain{
    color: #838290 !important;
}
.suggested-domains .btn:not(.domain-contact-support){
    border-radius: 5px !important;
    background-color: #756de7 !important;
    border-color: #756de7 !important;
}
.suggested-domains .btn:not(.domain-contact-support):hover,
.suggested-domains .btn:not(.domain-contact-support):focus{
    background-color: #5f58c3 !important;
    border-color: #5f58c3 !important;
}
.suggested-domains .price{
    color: #988d8d !important;
}
.suggested-domains .list-group-item {
    width: 48% !important;
    padding: 16px !important;
    margin: 1% !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15) !important;
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15) !important;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.15) !important;
    border: 0;
}
.suggested-domains .panel-heading {
    padding: 16px !important;
    margin: 1% !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.20) !important;
    -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.20) !important;
    box-shadow: 0 1px 7px 0 rgba(0,0,0,0.20) !important;
    border: 0 !important;
    font-weight: 700 !important;
    color: #676674 !important;
}

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