Consulting - Best #1 Business, Finance WordPress Theme

Consulting - Best #1 Business, Finance WordPress Theme v6.6.6

No permission to download

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Please test and report back. I can't find any issues or errors with this one. :)

Consulting – Business Finance WordPress Theme v5.0.1 NULLED

TassieNZ :)
 
  • Like
Reactions: tanierlyons

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,065
111,716
120

alamin5g

New member
Mar 20, 2020
12
3
3
@jameshertog @TRantula
In the file consulting/admin/includes/theme.php
After line 43 which is function stm_check_auth() {
add

PHP:
set_site_transient('stm_auth_notice', '');
return true;
Now you can use any key to activate the theme.
However, you are correct - STM Post Type and STM Importer can only be got with a legit key.

Anyone posting a theme by Stylemix Themes MUST include the latest versions of any STM plugins when they update the post as they are essential to the operation of the themes and cannot be got with a null.
This includes Pearl, Splash, Smarty, Transcargo, Dent-All... etc.

To install demo data would normally need a key as the files are returned from an api call to their server.
However, we can bypass that and use local files to install demos.
Here are the demo zips
https://mega.nz/#!v8VhUQBb!1TNgk9FzpXKdnpjaNa7Vr6S56EE7kGUXgYYt86M07cw
Create a folder in your consulting theme directory daled 'demos' and unzip the files into it.

In the file consulting/admin/includes/theme.php
Find the line function prepare_demo( $layout ){ which is around line 104
Change line 108 from

PHP:
$fxml = $tempDir . $layout .'.xml';
to
PHP:
$fxml = $tempDir 'demo_content.xml';
Now comment out lines 120-139 as shown here:

PHP:
//   $response = wp_remote_get( get_package($layout, 'zip'), array('timeout' => 30) );
//   if ( is_wp_error( $response ) ) {
//     return false;
//   }
//   $body = wp_remote_retrieve_body( $response );
//
//   // file_get_contents if body is empty.
//   if ( empty( $body ) ) {
//     if ( function_exists( 'ini_get' ) && ini_get( 'allow_url_fopen' ) ) {
//       $body = @file_get_contents( get_package($layout, 'zip') );
//     }
//   }
//
//   if ( ! $wp_filesystem->put_contents( $fzip , $body ) ) {
//     @unlink( $fzip );
//     $fp = @fopen( $fzip, 'w' );
//
//     @fwrite( $fp, $body );
//     @fclose( $fp );
//   }
On line 140 (so just below all that) add:

PHP:
$fzip = get_template_directory_uri() . "/demos/" . $layout . ".zip";
Now you can install demos from those local files (I tested - it's working 100%).
One more step...
Finally, in the stm-importer plugin main stm-importer.php file comment out lines 235-250 as shown here:

PHP:
  /*Analytics*/
//jQuery.ajax({
//url: 'https://panel.stylemixthemes.com/api/active/',
//type: 'post',
//dataType: 'json',
//data: {
//theme: 'consulting',
//layout: $site_name,
//website: "<?php echo esc_url(get_site_url()); ?>",
//
//<?php
//$envato = get_option('envato_market', array());
//$token = (!empty($envato['token'])) ? $envato['token'] : ''; ?>
//token: "<?php echo esc_js($token); ?>"
//}
//});
This code tracks your site when you import stuff!

thanks, I am waiting for this. :)
 

shit2k

Member
Feb 25, 2020
60
10
8
USA
I was not able to get to work, and could not find these function stm_check_auth() { in, consulting/admin/includes/theme.php
 

shit2k

Member
Feb 25, 2020
60
10
8
USA
Did you upload included plugins?

Yep! I did, its saying old version.


Fatal error: Cannot redeclare stm_custom_icons_menu() (previously declared in C:\xampp\htdocs\site\wp-content\plugins\stm-custom-icons\stm-custom-icons.php:551) in C:\xampp\htdocs\site\wp-content\plugins\custom-icons-by-stylemixthemes\stm-custom-icons.php on line 553
 
Last edited:

TassieNZ

Premium Uploader and Sometimes Hacker!
Jan 17, 2019
9,017
19,812
120
New Zealand
Yep! I did, its saying old version.


Fatal error: Cannot redeclare stm_custom_icons_menu() (previously declared in C:\xampp\htdocs\site\wp-content\plugins\stm-custom-icons\stm-custom-icons.php:551) in C:\xampp\htdocs\site\wp-content\plugins\custom-icons-by-stylemixthemes\stm-custom-icons.php on line 553
Alright, I'll check in the morning for you.

Can you tell me what version you have?
 

shit2k

Member
Feb 25, 2020
60
10
8
USA

This appears to be the problem.
STM Is trying to use a version 3.0, but it is only 2.9.3.... but the other one in the bundled plugin's is 3.0, i tried to switch to htat one, it still didnt work.

Alright, I'll check in the morning for you.

Can you tell me what version you have?
 

shit2k

Member
Feb 25, 2020
60
10
8
USA
Fresh install from your folder.
Inside the Nulled zip, there is a /packages/and a buncha demo's and some folder's, do I use those, are the /Bundled Plugins
 

shit2k

Member
Feb 25, 2020
60
10
8
USA
How did you try to switch?

Install Easy Theme and Plugin Upgrades and try with that installed.


Fatal error: Cannot redeclare stm_custom_icons_menu() (previously declared in C:\xampp\htdocs\site\wp-content\plugins\stm-custom-icons\stm-custom-icons.php:551) in C:\xampp\htdocs\site\wp-content\plugins\custom-icons-by-stylemixthemes\stm-custom-icons.php on line 553
 

sixthchild

New member
Aug 1, 2019
1
1
3
@jameshertog @TRantula
In the file consulting/admin/includes/theme.php
After line 43 which is function stm_check_auth() {
add

PHP:
set_site_transient('stm_auth_notice', '');
return true;
Now you can use any key to activate the theme.
However, you are correct - STM Post Type and STM Importer can only be got with a legit key.

Anyone posting a theme by Stylemix Themes MUST include the latest versions of any STM plugins when they update the post as they are essential to the operation of the themes and cannot be got with a null.
This includes Pearl, Splash, Smarty, Transcargo, Dent-All... etc.

To install demo data would normally need a key as the files are returned from an api call to their server.
However, we can bypass that and use local files to install demos.
Here are the demo zips
https://mega.nz/#!v8VhUQBb!1TNgk9FzpXKdnpjaNa7Vr6S56EE7kGUXgYYt86M07cw
Create a folder in your consulting theme directory daled 'demos' and unzip the files into it.

In the file consulting/admin/includes/theme.php
Find the line function prepare_demo( $layout ){ which is around line 104
Change line 108 from

PHP:
$fxml = $tempDir . $layout .'.xml';
to
PHP:
$fxml = $tempDir 'demo_content.xml';
Now comment out lines 120-139 as shown here:

PHP:
//   $response = wp_remote_get( get_package($layout, 'zip'), array('timeout' => 30) );
//   if ( is_wp_error( $response ) ) {
//     return false;
//   }
//   $body = wp_remote_retrieve_body( $response );
//
//   // file_get_contents if body is empty.
//   if ( empty( $body ) ) {
//     if ( function_exists( 'ini_get' ) && ini_get( 'allow_url_fopen' ) ) {
//       $body = @file_get_contents( get_package($layout, 'zip') );
//     }
//   }
//
//   if ( ! $wp_filesystem->put_contents( $fzip , $body ) ) {
//     @unlink( $fzip );
//     $fp = @fopen( $fzip, 'w' );
//
//     @fwrite( $fp, $body );
//     @fclose( $fp );
//   }
On line 140 (so just below all that) add:

PHP:
$fzip = get_template_directory_uri() . "/demos/" . $layout . ".zip";
Now you can install demos from those local files (I tested - it's working 100%).
One more step...
Finally, in the stm-importer plugin main stm-importer.php file comment out lines 235-250 as shown here:

PHP:
  /*Analytics*/
//jQuery.ajax({
//url: 'https://panel.stylemixthemes.com/api/active/',
//type: 'post',
//dataType: 'json',
//data: {
//theme: 'consulting',
//layout: $site_name,
//website: "<?php echo esc_url(get_site_url()); ?>",
//
//<?php
//$envato = get_option('envato_market', array());
//$token = (!empty($envato['token'])) ? $envato['token'] : ''; ?>
//token: "<?php echo esc_js($token); ?>"
//}
//});
This code tracks your site when you import stuff!

Correct me If i'm wrong. Instructions for installing demos won't work since lines like this function prepare_demo( $layout ){ and below are not in the file's last version anymore.
Update the instructions, pls. Need them urgently ☹️.
 
  • Like
Reactions: shit2k

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