Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Betheme | Responsive Multipurpose WordPress & WooCommerce Theme v28.0.6

No permission to download

kusagedo

Active member
Nov 17, 2019
129
81
28
Nabukonodosor
v25.0 Untouched @NullMaster @Tomz

Version 25.0 - August 30, 2021​

thanks Bro
 

Manni

Well-known member
Staff member
Moderator
Null Master
Trusted Seller
Trusted Uploader
Dec 12, 2018
476
794
93
elnhost.com
v25.0.1 Untouched @NullMaster @Tomz

Version 25.0.1 - August 31, 2021​

  • Shop - Muffin Shop Attributes widget
  • PHP notice - Failed to send buffer of zlib output compression
  • Muffin Builder - Settings are now stored in database instead of cookie
 

Attachments

  • betheme-25.0.1.zip
    11.9 MB · Views: 20
  • Like
Reactions: tanierlyons

alfredskrum

New member
Jan 18, 2020
0
0
0
They added an annoying registration pop-up, that won't allow you save options changes. For this I just found the functions to change to avoid this annoying screen, in the betheme folder search for theme-functions.php.

And find this code blocks

PHP:
function mfn_is_hosted()
{
    // changed both values to true
    return defined( 'ENVATO_HOSTED_KEY' ) ? true : true;
}

PHP:
function mfn_is_registered()
{
    if (mfn_is_hosted()) {
        return mfn_is_hosted();
    }

    if (mfn_get_purchase_code()) {
        return strlen(mfn_get_purchase_code());
    }

    // change this to true
    return true;
}


PHP:
function mfn_get_purchase_code()
{
    if (mfn_is_hosted()) {
        // change this to be a string ""
        return "SUBSCRIPTION_CODE";
    }

    $code = get_site_option('envato_purchase_code_7758048');

    if (!$code) {
        // BeTheme < 21.0.8 backward compatibility
        $code = get_site_option('betheme_purchase_code');
        if ($code) {
            update_site_option('envato_purchase_code_7758048', $code);
            delete_site_option('betheme_purchase_code');
            delete_site_option('betheme_registered');
        }
    }

    return $code;
}

enjoy ;)

File attached.
 

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
They added an annoying registration pop-up, that won't allow you save options changes. For this I just found the functions to change to avoid this annoying screen, in the betheme folder search for theme-functions.php.

And find this code blocks

PHP:
function mfn_is_hosted()
{
    // changed both values to true
    return defined( 'ENVATO_HOSTED_KEY' ) ? true : true;
}

PHP:
function mfn_is_registered()
{
    if (mfn_is_hosted()) {
        return mfn_is_hosted();
    }

    if (mfn_get_purchase_code()) {
        return strlen(mfn_get_purchase_code());
    }

    // change this to true
    return true;
}


PHP:
function mfn_get_purchase_code()
{
    if (mfn_is_hosted()) {
        // change this to be a string ""
        return "SUBSCRIPTION_CODE";
    }

    $code = get_site_option('envato_purchase_code_7758048');

    if (!$code) {
        // BeTheme < 21.0.8 backward compatibility
        $code = get_site_option('betheme_purchase_code');
        if ($code) {
            update_site_option('envato_purchase_code_7758048', $code);
            delete_site_option('betheme_purchase_code');
            delete_site_option('betheme_registered');
        }
    }

    return $code;
}

enjoy ;)

File attached.
Nothing needs to be changed. Everything is updated perfectly.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,259
111,760
120
Tomz updated Betheme | Responsive Multi-purpose WP Theme Free with a new update entry:

BeTheme v25.0.1 Nulled

Download BeTheme v25.0.1 - Responsive Multi-Purpose WordPress Theme Nulled Free
v25.0.1 – August 31, 2021

* Fixed: Shop - Muffin Shop Attributes widget
* Fixed: PHP notice - Failed to send buffer of zlib output compression
* Improved: Muffin Builder - Settings are now stored in database instead of cookie

Please update the entire theme folder and empty cache

Read the rest of this update entry...
 
  • Love
  • Like
Reactions: srcddn and SENNA_BR

chocofc1

Member
Apr 10, 2019
57
24
8
With version 25.0.1 if I go to Plugins -> Add new it will show errors. Is a new site with nothing in it, just this theme, so is not a incompatibility issue.
 

Latest posts

Forum statistics

Threads
69,515
Messages
910,214
Members
240,152
Latest member
Lansgraphix

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