• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Hostiko - WordPress WHMCS Hosting Theme

Hostiko - WordPress WHMCS Hosting Theme 83.0.0

No permission to download

TassieNZ

Premium Uploader and Sometimes Hacker!
Staff member
Administrator
Moderator
Colonel Hogan
Null Master
Trusted Seller
Trusted Uploader
Jan 17, 2019
10,392
24,488
120
New Zealand
gpl-elite.store
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...
 
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 ?
 
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
 
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://babia.to/resources/slider-revolution-responsive-wordpress-plugin.527/
 
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://babia.to/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.
 
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://babia.to/resources/slider-revolution-responsive-wordpress-plugin.527/



@Babak bro I think 33.0.0 is the latest version.


Pls upload that
 
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://babia.to/resources/slider-revolution-responsive-wordpress-plugin.527/
Thanks you very much ..
 
  • Like
Reactions: Babak
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock