Hostiko - WordPress WHMCS Hosting Theme

Hostiko - WordPress WHMCS Hosting Theme v2.1.3

No permission to download

MrSam_1

Well-known member
Staff member
Administrator
Dec 1, 2018
17,929
24,307
120
babiato.tech
skdass submitted a new resource:

Hostiko - WordPress WHMCS Hosting Template - Bootstrap, WHMCS, FontAwesome

Hostiko Wordpress Theme - a template that is specifically designed for web hosting companies. It is created on the WPBakery Page Builder for WordPress and Revolution Slider. Hostiko is built using the latest web technologies (Bootstrap, WHMCS, FontAwesome). Hostiko is a professionally designed WordPress template for web hosting, business, company, multipurpose domain selling websites. At Hostiko, you can see different layouts for the VPS hosting page, virtual hosting and dedicated...

Read more about this resource...
 

mrlongshen

Active member
May 10, 2019
104
26
28
12 July 19
- WHMCS Cart Pages released
07 July 19
- Update WHMCS CSS
02 July 19
- Update demo content for Layout 30 and 29
27 June 19
- Layout 30 Demo data updated
25 June 19
- WHMCS Template updated

Can you post the latest version ?
 

webmaster

Well-known member
Sep 25, 2018
237
264
70
46
localhost
Please update of

25 October 19
-Layout 33 added
15 October 19
-WHMCS Template updated
14 OCT 19
-Hostiko Elementor version updated
09 OCT 19
-update in demo data Layout 31 and 32
02 OCT 19
-Elementor Layout 31 and 32
30 SEP 19
-WHMCS Templates updated
25 SEP 19
-Layout 31 beta released
21 SEP 19
-WHMCS Files updated
03 SEP 19
-WHMCS 7.8.x supported
21 Aug 19
 

tanierlyons

Well-known member
Staff member
Administrator
Moderator
May 24, 2018
72,962
110,696
120
license please?
hey guys the theme is not nulled asking for license !!
its 32.0.3 version bro and also not working
hey open functions.php in main folder
find thi code around line 740 to 769
PHP:
add_action('wp', 'display_construction_page', 0, 1);
function check_theme_xyz()
    {
        if ( is_admin() ) {
            return;
        }
        $plugins_url = plugins_url();
        $val = get_option('enable_full_version');
        if(isset($val) && $val==0){
            wp_enqueue_style( 'popuptlm-remodal', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal-default-theme.css",false,'1','all');
            wp_enqueue_style( 'popuptlm', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal.css",false,'1','all');
            //echo "<script>alert('Please active your theme.')</script>";
            $popup_content = __('Dear customer, Please Active your theme. <br/>','hostiko');
            $html = '<div class="popup-license remodal" data-remodal-id="popup_license" role="dialog" aria-labelledby="modal1Title" aria-describedby="modal1Desc">
                                  <button data-remodal-action="close" class="remodal-close" aria-label="Close"></button>
                                  <div>
                                    <h2 id="modal1Title">'.__('Theme Registration','hostiko').'</h2>
                                    <p id="modal1Desc">'.
                $popup_content
                .'</p><p align="center"><a href="https://www.youtube.com/watch?v=nzBQf3nnJA8" target="_blank">how to obtain purchase code?</a></p><br><a href="wp-admin/admin.php?page=Hostiko&tab=1#popup_license" class="remodal-confirm">Register now</a><a href="https://themeforest.net/item/hostico-wordpress-whmcs-hosting-theme/20786821" class="remodal-cancel">Buy License</a>
                                  </div>
                                </div>';
            $html .= '<script type="text/javascript" src="'.$plugins_url.'/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm//tlm/remodal.js"></script>';
            $html .= "<script> var inst = jQuery('[data-remodal-id=popup_license]').remodal(); setTimeout(function(){ inst.open(); }, 2500); </script>";
            echo $html;
        }
    }
    //add_action('init', 'check_theme_xyz',11);
    add_action('wp_footer', 'check_theme_xyz');
/* Function to add related posts with thumb on single post pages */

Change these codes to this code:
PHP:
update_option( 'enable_full_version', 1 );
for rev slider just download from here
https://babiato.tech/resources/slider-revolution-responsive-wordpress-plugin.527/
 

webmaster

Well-known member
Sep 25, 2018
237
264
70
46
localhost
hey open functions.php in main folder
find thi code around line 740 to 769
PHP:
add_action('wp', 'display_construction_page', 0, 1);
function check_theme_xyz()
    {
        if ( is_admin() ) {
            return;
        }
        $plugins_url = plugins_url();
        $val = get_option('enable_full_version');
        if(isset($val) && $val==0){
            wp_enqueue_style( 'popuptlm-remodal', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal-default-theme.css",false,'1','all');
            wp_enqueue_style( 'popuptlm', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal.css",false,'1','all');
            //echo "<script>alert('Please active your theme.')</script>";
            $popup_content = __('Dear customer, Please Active your theme. <br/>','hostiko');
            $html = '<div class="popup-license remodal" data-remodal-id="popup_license" role="dialog" aria-labelledby="modal1Title" aria-describedby="modal1Desc">
                                  <button data-remodal-action="close" class="remodal-close" aria-label="Close"></button>
                                  <div>
                                    <h2 id="modal1Title">'.__('Theme Registration','hostiko').'</h2>
                                    <p id="modal1Desc">'.
                $popup_content
                .'</p><p align="center"><a href="https://www.youtube.com/watch?v=nzBQf3nnJA8" target="_blank">how to obtain purchase code?</a></p><br><a href="wp-admin/admin.php?page=Hostiko&tab=1#popup_license" class="remodal-confirm">Register now</a><a href="https://themeforest.net/item/hostico-wordpress-whmcs-hosting-theme/20786821" class="remodal-cancel">Buy License</a>
                                  </div>
                                </div>';
            $html .= '<script type="text/javascript" src="'.$plugins_url.'/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm//tlm/remodal.js"></script>';
            $html .= "<script> var inst = jQuery('[data-remodal-id=popup_license]').remodal(); setTimeout(function(){ inst.open(); }, 2500); </script>";
            echo $html;
        }
    }
    //add_action('init', 'check_theme_xyz',11);
    add_action('wp_footer', 'check_theme_xyz');
/* Function to add related posts with thumb on single post pages */

Change these codes to this code:
PHP:
update_option( 'enable_full_version', 1 );
for rev slider just download from here
https://babiato.tech/resources/slider-revolution-responsive-wordpress-plugin.527/
First of all thanks for that but you also have a possibility for Elementor Theme because it is not there.
 

djpcm

Active member
Trusted Seller
Trusted Uploader
Aug 25, 2019
470
258
43
hey open functions.php in main folder
find thi code around line 740 to 769
PHP:
add_action('wp', 'display_construction_page', 0, 1);
function check_theme_xyz()
    {
        if ( is_admin() ) {
            return;
        }
        $plugins_url = plugins_url();
        $val = get_option('enable_full_version');
        if(isset($val) && $val==0){
            wp_enqueue_style( 'popuptlm-remodal', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal-default-theme.css",false,'1','all');
            wp_enqueue_style( 'popuptlm', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal.css",false,'1','all');
            //echo "<script>alert('Please active your theme.')</script>";
            $popup_content = __('Dear customer, Please Active your theme. <br/>','hostiko');
            $html = '<div class="popup-license remodal" data-remodal-id="popup_license" role="dialog" aria-labelledby="modal1Title" aria-describedby="modal1Desc">
                                  <button data-remodal-action="close" class="remodal-close" aria-label="Close"></button>
                                  <div>
                                    <h2 id="modal1Title">'.__('Theme Registration','hostiko').'</h2>
                                    <p id="modal1Desc">'.
                $popup_content
                .'</p><p align="center"><a href="https://www.youtube.com/watch?v=nzBQf3nnJA8" target="_blank">how to obtain purchase code?</a></p><br><a href="wp-admin/admin.php?page=Hostiko&tab=1#popup_license" class="remodal-confirm">Register now</a><a href="https://themeforest.net/item/hostico-wordpress-whmcs-hosting-theme/20786821" class="remodal-cancel">Buy License</a>
                                  </div>
                                </div>';
            $html .= '<script type="text/javascript" src="'.$plugins_url.'/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm//tlm/remodal.js"></script>';
            $html .= "<script> var inst = jQuery('[data-remodal-id=popup_license]').remodal(); setTimeout(function(){ inst.open(); }, 2500); </script>";
            echo $html;
        }
    }
    //add_action('init', 'check_theme_xyz',11);
    add_action('wp_footer', 'check_theme_xyz');
/* Function to add related posts with thumb on single post pages */

Change these codes to this code:
PHP:
update_option( 'enable_full_version', 1 );
for rev slider just download from here
https://babiato.tech/resources/slider-revolution-responsive-wordpress-plugin.527/



@Tomz bro I think 33.0.0 is the latest version.


Pls upload that
 

cipherking87

New member
Oct 25, 2018
26
9
3
hey open functions.php in main folder
find thi code around line 740 to 769
PHP:
add_action('wp', 'display_construction_page', 0, 1);
function check_theme_xyz()
    {
        if ( is_admin() ) {
            return;
        }
        $plugins_url = plugins_url();
        $val = get_option('enable_full_version');
        if(isset($val) && $val==0){
            wp_enqueue_style( 'popuptlm-remodal', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal-default-theme.css",false,'1','all');
            wp_enqueue_style( 'popuptlm', $plugins_url."/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm/tlm/remodal.css",false,'1','all');
            //echo "<script>alert('Please active your theme.')</script>";
            $popup_content = __('Dear customer, Please Active your theme. <br/>','hostiko');
            $html = '<div class="popup-license remodal" data-remodal-id="popup_license" role="dialog" aria-labelledby="modal1Title" aria-describedby="modal1Desc">
                                  <button data-remodal-action="close" class="remodal-close" aria-label="Close"></button>
                                  <div>
                                    <h2 id="modal1Title">'.__('Theme Registration','hostiko').'</h2>
                                    <p id="modal1Desc">'.
                $popup_content
                .'</p><p align="center"><a href="https://www.youtube.com/watch?v=nzBQf3nnJA8" target="_blank">how to obtain purchase code?</a></p><br><a href="wp-admin/admin.php?page=Hostiko&tab=1#popup_license" class="remodal-confirm">Register now</a><a href="https://themeforest.net/item/hostico-wordpress-whmcs-hosting-theme/20786821" class="remodal-cancel">Buy License</a>
                                  </div>
                                </div>';
            $html .= '<script type="text/javascript" src="'.$plugins_url.'/AKD-Framework/frameworks/ReduxCore/inc/extensions/tlm//tlm/remodal.js"></script>';
            $html .= "<script> var inst = jQuery('[data-remodal-id=popup_license]').remodal(); setTimeout(function(){ inst.open(); }, 2500); </script>";
            echo $html;
        }
    }
    //add_action('init', 'check_theme_xyz',11);
    add_action('wp_footer', 'check_theme_xyz');
/* Function to add related posts with thumb on single post pages */

Change these codes to this code:
PHP:
update_option( 'enable_full_version', 1 );
for rev slider just download from here
https://babiato.tech/resources/slider-revolution-responsive-wordpress-plugin.527/
Thanks you very much ..
 
  • Like
Reactions: tanierlyons

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu