Betheme | Responsive Multipurpose WordPress & WooCommerce Theme

Betheme | Responsive Multipurpose WordPress & WooCommerce Theme v28.0.5

No permission to download

wes002

New member
May 29, 2019
1
1
3
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: markleon

markleon

Member
Jan 27, 2021
69
21
8
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 you @dgpalych, you is very good.
 

Thomaz Iso

Member
Jan 28, 2019
39
9
8
Welcome to BeTheme

This version of Betheme is illegal, or files have been corrupted, and your data are not safe.

For further details, please contact us at [email protected]

HOW TO REMOVE INFO????:oops:
 

Attachments

  • error2.jpg
    error2.jpg
    53.9 KB · Views: 22

alahmadyasin

New member
Nov 27, 2020
13
7
3
Welcome to BeTheme

This version of Betheme is illegal, or files have been corrupted, and your data are not safe.

For further details, please contact us at [email protected]

HOW TO REMOVE INFO????:oops:
To remove the license warning,
just remove this code in path: betheme/functions/admin/class-mfn-dashboard.php
1. In the line 377

if ( mfn_is_registered() && ( 36 !== mfn_is_registered() ) ) {
include_once get_theme_file_path( '/functions/admin/templates/notice-corrupted.php' );
}


;) have a good day
 

Thomaz Iso

Member
Jan 28, 2019
39
9
8
Para remover o aviso de licença,
apenas remova este código no caminho: betheme/functions/admin/class-mfn-dashboard.php
1. Na linha 377

if ( mfn_is_registered() && ( 36 !== mfn_is_registered() ) ) {
include_once get_theme_file_path( '/functions/admin/templates/notice-corrupted.php' );
}


;) tenha um bom dia
obrigado!!!!
To remove the license warning,
just remove this code in path: betheme/functions/admin/class-mfn-dashboard.php
1. In the line 377

if ( mfn_is_registered() && ( 36 !== mfn_is_registered() ) ) {
include_once get_theme_file_path( '/functions/admin/templates/notice-corrupted.php' );
}


;) have a good day
Thanks!!!!
 

esperancito

New member
Jun 16, 2020
9
3
3
Website templates in "pre-built website" are not imported. At the end of the process it says that everything is ready but the web continues with the default template.
 

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
Website templates in "pre-built website" are not imported. At the end of the process it says that everything is ready but the web continues with the default template.
When we put the Demo, do not press the reset - Reset button, otherwise not all the Demo will fit,
we press the blue Skip button (skip) then the Demo will stand up completely.
 

kvra

Member
Babiato Lover
Jan 17, 2019
43
15
8
26.5.1 Untouched @bobsmith @Tomz

Changelog
Code:
* Added: Performance: Lazy load images
* Added: Heading element - New HTML tags added: p, div, span
* Added: Blog slider element - Option to show post excerpt
* Added: RTL - BeBuilder Blocks - Wraps and elements are arranged as on the frontend

* Fixed: Templates: Shop - Template conditions - Include/Exclude category
* Fixed: Templates: Header + Shop: Single product - Breadcrumbs - Missing categories
* Fixed: BeBuilder - Pricing Item element - Typography issue
* Fixed: BeBuilder - Get attachment data for scaled images
* Fixed: BeBuilder - Logo element - Image alt tag

* Fixed: Galleries inserted using the Wordpress block editor - Lightbox
* Fixed: Fonts - Font Family - System font
* Fixed: CSS - Google fonts with spaces in their name are not quoted
* Fixed: Pre-built websites - Import demo data for pre-built websites without plugins
* Fixed: Pre-built websites - Import demo data on servers which returns 500 code on timeout
* Fixed: RTL - Betheme Dashboard

* Improved: Performance: Load only the JS files that are currently used on the page
 

Attachments

  • betheme-26.5.1-untouched.zip
    9.4 MB · Views: 13
  • Love
Reactions: kusagedo

dgpalych

Active member
Banned User
Nov 1, 2020
461
239
43
26.5.1 Untouched @bobsmith @Tomz

Changelog
Code:
* Added: Performance: Lazy load images
* Added: Heading element - New HTML tags added: p, div, span
* Added: Blog slider element - Option to show post excerpt
* Added: RTL - BeBuilder Blocks - Wraps and elements are arranged as on the frontend

* Fixed: Templates: Shop - Template conditions - Include/Exclude category
* Fixed: Templates: Header + Shop: Single product - Breadcrumbs - Missing categories
* Fixed: BeBuilder - Pricing Item element - Typography issue
* Fixed: BeBuilder - Get attachment data for scaled images
* Fixed: BeBuilder - Logo element - Image alt tag

* Fixed: Galleries inserted using the Wordpress block editor - Lightbox
* Fixed: Fonts - Font Family - System font
* Fixed: CSS - Google fonts with spaces in their name are not quoted
* Fixed: Pre-built websites - Import demo data for pre-built websites without plugins
* Fixed: Pre-built websites - Import demo data on servers which returns 500 code on timeout
* Fixed: RTL - Betheme Dashboard

* Improved: Performance: Load only the JS files that are currently used on the page
To activate the BeTheme theme, I added to the file functions.php in line 15 here is the code:
------------------------
update_site_option('envato_purchase_code_7758048','34e47125-35fb-41d7-a259-004d27a35017');
-----------------------
But the theme has been updated again to version 26.5.1.1
Who has a new release?
 

kusagedo

Active member
Nov 17, 2019
129
81
28
Nabukonodosor
To activate the BeTheme theme, I added to the file functions.php in line 15 here is the code:
------------------------
update_site_option('envato_purchase_code_7758048','34e47125-35fb-41d7-a259-004d27a35017');
-----------------------
But the theme has been updated again to version 26.5.1.1
Who has a new release?
X2
 

kvra

Member
Babiato Lover
Jan 17, 2019
43
15
8
Version 26.5.1.1 – October 19, 2022 Untouched @bobsmith @Tomz

Changelog
Code:
* Fixed: BeBuilder - Disappearing images in Builder window if Lazy load is enabled
* Fixed: BeBuilder - Sidebar Widget element - Padding attribute
 

Attachments

  • betheme-26.5.1.1-untouched.zip
    9.4 MB · Views: 14

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