Kohost – Modern Web Hosting Template
integration for Blesta, it was integrated to on 5.0.2 at the moment.
full site theme for free from:
Demo HTML : https://kohost.themetags.com/
You can buy it on : https://themeforest.net/item/kohost-modern-web-hosting-whmcs-template/28231971
Blesta integration for free from:
Download Blesta Theme : https://mega.nz/file/LlJ1nSyD#_A74UM4lKwj-AoqaQTzvnyfzXaV0pn-HO-DQ2BDZTKo
Download Themes Client JSON : https://res.cloudinary.com/trias/raw/upload/v1613262077/theme-kohostblesta_d1uxrs.json
Index Page Content on Portal Plugin
<div class="col-md-12">
<div class="thanks">
<blockquote>
<h4>Thank you for installing Blesta!</h4>
</blockquote>
</div>
</div>
<div class="col-md-6 col-lg-4">
<a href="{client_url}login/">
<div class="features-box mt-4 text-center border rounded p-4 bg-white">
<div class="features-box-icon mb-3">
<span class="ti-user icon-size-md color-primary"></span>
</div>
<div class="features-box-content">
<h5>My Account</h5>
<p>Have an account with us? Log in here to manage your account.</p>
</div>
</div>
</a>
</div>
{% if plugins.support_manager.enabled %}
<div class="col-md-6 col-lg-4">
<a href="{client_url}plugin/support_manager/client_tickets/add/">
<div class="features-box mt-4 text-center border rounded p-4 bg-white">
<div class="features-box-icon mb-3">
<span class="ti-headphone-alt icon-size-md color-primary"></span>
</div>
<div class="features-box-content">
<h5>Support</h5>
<p>Looking for help? You can open a trouble ticket here.</p>
</div>
</div>
</a>
</div>
<div class="col-md-6 col-lg-4">
<a href="{client_url}plugin/support_manager/knowledgebase/">
<div class="features-box mt-4 text-center border rounded p-4 bg-white">
<div class="features-box-icon mb-3">
<span class="ti-panel icon-size-md color-primary"></span>
</div>
<div class="features-box-content">
<h5>Knowledge Base</h5>
<p>Have a question? Search the knowledge base for an answer.</p>
</div>
</div>
</a>
</div>
{% endif %}
{% if plugins.order.enabled %}
<div class="col-md-6 col-lg-4">
<a href="{blesta_url}order/">
<div class="features-box mt-4 text-center border rounded p-4 bg-white">
<div class="features-box-icon mb-3">
<span class="ti-shopping-cart icon-size-md color-primary"></span>
</div>
<div class="features-box-content">
<h5>Order</h5>
<p>Visit the order form to sign up and purchase new products and services.</p>
</div>
</div>
</a>
</div>
{% endif %}
{% if plugins.download_manager.enabled %}
<div class="col-md-6 col-lg-4">
<a href="{client_url}plugin/download_manager/">
<div class="features-box mt-4 text-center border rounded p-4 bg-white">
<div class="features-box-icon mb-3">
<span class="ti-download icon-size-md color-primary"></span>
</div>
<div class="features-box-content">
<h5>Download</h5>
<p>You may need to be logged in to access certain downloads here.</p>
</div>
</div>
</a>
</div>
{% endif %}
Previews