Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Betheme | Responsive Multipurpose WordPress & WooCommerce Theme v28.0.6

No permission to download

chocofc1

Member
Apr 10, 2019
57
24
8
Hope they fixed the cookies problem too, theme is trying to set cookies after headers have already been sent, and is throwing a lot of notices and warnings.
 

Shubh98

New member
Jun 21, 2022
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.
You are a legend!
I have the official download from themeforest but my purchase code is on another website. This just skipped their stupid popup screen and enabled the save changes button :D
 
  • Like
Reactions: alfredskrum

techbadguy

New member
Jun 15, 2022
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.
@alfredskrum Thanks for the code! Works like a charm. I myself deleted the notice-corrupted.php as well.
 

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,255
111,760
120
  • Love
Reactions: SENNA_BR

Manni

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

Version 25.0.3 - September 6, 2021​

  • NEW: GDPR Cookie Bar
  • NEW: Builders - Color field - HTML color names and CSS variables support
  • NEW: Blog - Single post - Option to hide featured images
  • NEW: Portfolio - Single portfolio - Option to hide featured images
  • NEW: Shop - Option to disable Custom Variation Swatches if you use external plugin
  • FIX: Shop - Variation Swatches - Custom product attributes separated by "|"
  • FIX: Woo Builder - Single product - Duplicated product content
  • FIX: Muffin Builder + Classic Editor plugin - Accidentally post update by clicking the Enter key
  • FIX: Header Plain - Top bar right - Position
  • FIX: Countdown element - Unwanted bottom spacing
  • Improved: Translation Files - New translation strings
 

Attachments

  • betheme-25.0.3.zip
    11.2 MB · Views: 20
  • Like
Reactions: SENNA_BR

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
v25.0.3 Untouched @NullMaster @Tomz

Version 25.0.3 - September 6, 2021​

  • NEW: GDPR Cookie Bar
  • NEW: Builders - Color field - HTML color names and CSS variables support
  • NEW: Blog - Single post - Option to hide featured images
  • NEW: Portfolio - Single portfolio - Option to hide featured images
  • NEW: Shop - Option to disable Custom Variation Swatches if you use external plugin
  • FIX: Shop - Variation Swatches - Custom product attributes separated by "|"
  • FIX: Woo Builder - Single product - Duplicated product content
  • FIX: Muffin Builder + Classic Editor plugin - Accidentally post update by clicking the Enter key
  • FIX: Header Plain - Top bar right - Position
  • FIX: Countdown element - Unwanted bottom spacing
  • Improved: Translation Files - New translation strings
There are a lot of errors in the update. The site has crashed.
 

SENNA_BR

Active member
Babiato Lover
Trusted Uploader
Nov 29, 2018
149
76
28
Brazil
marcelois.me
v25.0.3.2 Untouched @NullMaster @Tomz

Version 25.0.3.2 - September 7, 2021​

Bug fixes
  • FIXED: Cache plugins compatibility
------------------

And from v25.0.3.1 - September 7, 2021
  • FIXED: GDPR - Dynamic theme styles - PHP Warning
  • FIXED: Shop - Single product - Hide description tab if content is empty
  • FIXED: Blog - Single post - Author avatar - PHP Notice
 

Attachments

  • betheme_v25.0.3.2.zip
    11.2 MB · Views: 8
  • Like
Reactions: alexm1

Manni

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

Version 25.0.3.2 - September 7, 2021​

  • FIX: Cache plugins compatibility

Version 25.0.3.1 - September 7, 2021​

  • FIX: GDPR - Dynamic theme styles - PHP Warning
  • FIX: Shop - Single product - Hide description tab if content is empty
  • FIX: Blog - Single post - Author avatar - PHP Notice
 

Attachments

  • betheme-25.0.3.2.zip
    11.2 MB · Views: 9
  • Like
Reactions: SENNA_BR

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
v25.0.3.2 Untouched @NullMaster @Tomz

Version 25.0.3.2 - September 7, 2021​

Bug fixes
  • FIXED: Cache plugins compatibility
------------------

And from v25.0.3.1 - September 7, 2021
  • FIXED: GDPR - Dynamic theme styles - PHP Warning
  • FIXED: Shop - Single product - Hide description tab if content is empty
  • FIXED: Blog - Single post - Author avatar - PHP Notice
Thank you for the update!
The theme was established perfectly.
 
  • Like
Reactions: SENNA_BR

Forum statistics

Threads
69,514
Messages
910,197
Members
240,133
Latest member
minhaj2030

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