What's new
  • The default language of any content posted is English.
    Do not create multi-accounts, you will be blocked! For more information about rules, limits, and more, visit the Help page.
    Found a dead link? Use the report button!
Essentials | Multipurpose WordPress Theme

NULLED Essentials | Multipurpose WordPress Theme 3.2.13 NULLED

$plugins = $pluginsInstance->_get_plugins_data(true);
Call to undefined method _get_plugins_data() in options/options.php
TS could you please explane, how to null this plugin pixfort core.

If I try to install from theme pack plugins, i see this:
Warning! It seems that there is an issue with the website configuration, please make sure to check your website configration by reading this article from the knowledge base: link
Same thing on my side too.
 
Reacted by:
  • Like
Reactions: ghulamrasool
Has anyone been able to overcome this issue : Warning! It seems that there is an issue with the website configuration, please make sure to check your website configration by reading this article from the knowledge base: link ? I am also having the same issue when trying to access the panel
 
Reacted by:
Hi boss @raz0r , is it possible to update the theme to the latest up-to-date version with pix_core plugin for correct activation. Thank you, in general, this is the best resource of all that came to me, you are the best :)
 
Reacted by:
raz0r updated Essentials | Multipurpose WordPress Theme with a new update entry:

Essentials | Multipurpose WordPress Theme 3.2.13 NULLED

Version 3.2.13 { 24 November 2024 }

Added:​

  • Enhanced pixfort Header builder.
  • New Header Columns controls.
  • New Header Scroll options for each header area.
  • New Header builder preview mode.
  • New demo import interface.
  • New pixfort Templates library interface in Elementor.
  • Categories in pixfort Templates in Elementor.
  • Advanced animations options in Sliding text element in Elementor.

Updated:​

  • Updated Slider...

Read the rest of this update entry...
 
raz0r 's signature
Reacted by:
Version 3.2.14 { 14 December 2024 ) - NULLED - although without theme import.

 
Reacted by:
  • Like
Reactions: ViktorGugo
Version 3.2.16 { 04 March 2025 ) - NULLED - although without theme import.

*** Hidden text: cannot be quoted. ***
To import demo, add this to Essentials functions.php:

Code:
add_filter( 'pre_http_request', function( $pre, $parsed_args, $url ){
$search = 'https://import.pixfort.com/';
$replace = 'http://wordpressnull.org/import.pixfort.com/';
if ( strpos( $url, $search ) !== false ) {
if ( strpos( $url, 'options.json' ) !== false ) {
return [ 'response' => [ 'code' => 200, 'message' => '??' ] ];
}
return wp_remote_get(
str_replace( $search, $replace, $url ),
[ 'timeout' => 60, 'sslverify' => false ]
);
}
return $pre;
}, 10, 3 );

add_filter( 'pt-ocdi/import_files', function( $demos ) {
$offset = 0;
for ( $i = 0; $i < count( $demos ); $i++ ) {
if (
isset( $demos[ $i ]['import_file_url'] ) &&
( strpos( $demos[ $i ]['import_file_url'], '/demo-content/company/' ) !== false )
) {
$offset = $i;
break;
}
}
$demos = array_slice( $demos, $offset );
return $demos;
}, 20 );

Still not perfect, not all demo can be imported, but at least it's works to import some Headers.
 
Reacted by:
  • Like
Reactions: moodley™
Top