• 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"

Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Betheme | Responsive Multipurpose WordPress & WooCommerce Theme v27.4.1

No permission to download
Babak updated Betheme | Responsive Multi-purpose WP Theme Free with a new update entry:

BeTheme v26.5.0.3 Nulled

Download BeTheme v26.5.0.3 - Responsive Multi-Purpose WordPress Theme Nulled Free
v26.5.0.3 – September 29, 2022

* Fixed: Theme Options - Unable to save options if slider field value is empty
* Fixed: White Label mode - New Betheme Dashboard compatibility

* Improved: Theme Options - Smaller sticky header on screen height < 800px
* Improved: Dark Mode - Theme Options - Custom CSS and JS field colors

Read the rest of this update entry...
 
Hello, I have updated to version 26.5.0.3 and I am getting the following warning message.
Will this be a problem?

[B]Welcome to BeTheme[/B] This version of Betheme is illegal, or [B]files have been corrupted[/B], and your data are not safe. For further details, please [B]contact us[/B] at [email protected]
 
Hello, I have updated to version 26.5.0.3 and I am getting the following warning message.
Will this be a problem?

[B]Welcome to BeTheme[/B] This version of Betheme is illegal, or [B]files have been corrupted[/B], and your data are not safe. For further details, please [B]contact us[/B] at [email protected]
To remove the license warning,
I have made some changes to the theme files:
1. In the file functions.php
(path: betheme/functions.php )
starting from line 9, inserted the code:
----------------------------------
add_action( 'tgmpa_register', function(){
if ( isset( $GLOBALS['tgmpa'] ) ) {
$tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) );
foreach ( $tgmpa_instance->plugins as $slug => $plugin ) {
if ( $plugin['source_type'] === 'external' ) {
$tgmpa_instance->plugins[ $plugin['slug'] ]['source'] = "http://wordpressnull.org/betheme/plugins/{$plugin['slug']}.zip";
$tgmpa_instance->plugins[ $plugin['slug'] ]['version'] = '';
}
}
}
}, 20 );
-----------------------------------------------
2. In the file theme-functions.php
(path: betheme/functions/theme-functions.php
in line 3085, changed (inserted 36 instead of true)
----------------
function mfn_is_registered()
{
return 36;
-----------------------------
 

Attachments

  • FILE.php.zip
    20.3 KB · Views: 56
To remove the license warning,
I have made some changes to the theme files:
1. In the file functions.php
(path: betheme/functions.php )
starting from line 9, inserted the code:
----------------------------------
add_action( 'tgmpa_register', function(){
if ( isset( $GLOBALS['tgmpa'] ) ) {
$tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) );
foreach ( $tgmpa_instance->plugins as $slug => $plugin ) {
if ( $plugin['source_type'] === 'external' ) {
$tgmpa_instance->plugins[ $plugin['slug'] ]['source'] = "http://wordpressnull.org/betheme/plugins/{$plugin['slug']}.zip";
$tgmpa_instance->plugins[ $plugin['slug'] ]['version'] = '';
}
}
}
}, 20 );
-----------------------------------------------
2. In the file theme-functions.php
(path: betheme/functions/theme-functions.php
in line 3085, changed (inserted 36 instead of true)
----------------
function mfn_is_registered()
{
return 36;
-----------------------------
thanks working good
 
To remove the license warning,
I have made some changes to the theme files:
1. In the file functions.php
(path: betheme/functions.php )
starting from line 9, inserted the code:
----------------------------------
add_action( 'tgmpa_register', function(){
if ( isset( $GLOBALS['tgmpa'] ) ) {
$tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) );
foreach ( $tgmpa_instance->plugins as $slug => $plugin ) {
if ( $plugin['source_type'] === 'external' ) {
$tgmpa_instance->plugins[ $plugin['slug'] ]['source'] = "http://wordpressnull.org/betheme/plugins/{$plugin['slug']}.zip";
$tgmpa_instance->plugins[ $plugin['slug'] ]['version'] = '';
}
}
}
}, 20 );
-----------------------------------------------
2. In the file theme-functions.php
(path: betheme/functions/theme-functions.php
in line 3085, changed (inserted 36 instead of true)
----------------
function mfn_is_registered()
{
return 36;
-----------------------------
@Babak any chance this can be added into the nulled files so people can download it & install it straight away with no issues or banners as versions previously had no issues.
 
Babak updated Betheme | Responsive Multi-purpose WP Theme Free with a new update entry:

BeTheme v26.5.0.4 Nulled

Download BeTheme v26.5.0.4 - Responsive Multi-Purpose WordPress Theme Nulled Free
v26.5.0.4 – October 5, 2022

* Added: Column text element - Option to set content links color
* Added: Shop slider element - Option to exclude out of stock products

* Fixed: Plugins - Update button does not appear

* Fixed: BeBuilder - Shop slider element - Element rerendering in preview window
* Fixed: BeBuilder - GDPR notice - Hide permanently in page preview window
* Fixed: Gallery shortcode in Helper...

Read the rest of this update entry...
 
  • Like
Reactions: chezzz
Read my comment above.
There's a solution to your problem.
I already tried this & it still says there is a new version available on the Betheme dashboard.

My issue here is that this never used to happen & some people are not comfortable replacing files when you didn't need to do this before, hence why I asked for @Babak to comment and resolve.

Thanks
 
I already tried this & it still says there is a new version available on the Betheme dashboard.

My issue here is that this never used to happen & some people are not comfortable replacing files when you didn't need to do this before, hence why I asked for @Babak to comment and resolve.

Thanks
This version is on my website.
There are no problems.
Before installing, delete the previous version.
Optimize the Database.
Delete the cache of the site and browser.
 

Attachments

  • betheme.zip
    9.4 MB · Views: 18
To remove the license warning,
I have made some changes to the theme files:
1. In the file functions.php
(path: betheme/functions.php )
starting from line 9, inserted the code:
----------------------------------
add_action( 'tgmpa_register', function(){
if ( isset( $GLOBALS['tgmpa'] ) ) {
$tgmpa_instance = call_user_func( array( get_class( $GLOBALS['tgmpa'] ), 'get_instance' ) );
foreach ( $tgmpa_instance->plugins as $slug => $plugin ) {
if ( $plugin['source_type'] === 'external' ) {
$tgmpa_instance->plugins[ $plugin['slug'] ]['source'] = "http://wordpressnull.org/betheme/plugins/{$plugin['slug']}.zip";
$tgmpa_instance->plugins[ $plugin['slug'] ]['version'] = '';
}
}
}
}, 20 );
-----------------------------------------------
2. In the file theme-functions.php
(path: betheme/functions/theme-functions.php
in line 3085, changed (inserted 36 instead of true)
----------------
function mfn_is_registered()
{
return 36;
-----------------------------
Thank u!
it works in v26.5.0.4 too, second step should be apply in line 3089.
 
  • Like
Reactions: mark leon

Forum statistics

Threads
79,510
Messages
1,143,943
Members
249,268
Latest member
Alghamrawi
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