You are a legend!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.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.
Download BeTheme v25.0.2 - Responsive Multi-Purpose WordPress Theme Nulled Free
v25.0.2 – September 1, 2021
* Fixed: Elementor - Widget Panel not loading
* Improved: Popup Contact Form - Close modal when click outside modal
Glad it was useful to you.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![]()
There are a lot of errors in the update. The site has crashed.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
Thank you for the update!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
Thanks a lot, Master!!!