Jump to content

[THEME Blesta 5.0.2] Kohost – Modern Web Hosting Template


samihost

Recommended Posts

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

 

client-portal_vgukke.png

ticket_o4dbfw.png

order_dzgvyh.png

 

login_puzn24.png

 

dashboard_yrh8xg.png

 

Link to comment
Share on other sites

  • 3 months later...
  • 4 weeks later...
  • 3 months later...
7 minutes ago, Robert-Jan said:

Hello,

 

I installed this but when im placing a order i get a blanco configuartion page, can you help me?

page.png

You need to make sure that all the pdt files in the default template folder are present in the kohost folder. 

There could be some differences because of the different versions.  

Link to comment
Share on other sites

  • 2 months later...
On 2/14/2021 at 9:40 PM, samihost said:

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

 

client-portal_vgukke.png

ticket_o4dbfw.png

order_dzgvyh.png

 

login_puzn24.png

 

dashboard_yrh8xg.png

 

@samihost Does it work with Blesta 5.2.2 ?

Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...
  • 4 weeks later...
  • 7 months later...
  • 9 months later...
  • 5 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...