- Messages
- 48
- Reactions
- 12
Please update to latest version v.3.2.7 also header error showing. Thanks. https://themeforest.net/item/essentials-multipurpose-wordpress-theme/27889640
Same thing on my side too.$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
With this, the issue still persists.!message fixed. pls test it.
Please update, a new version has been releasedraz0r submitted a new resource:
Essentials | Multipurpose WordPress Theme - Multipurpose WordPress Theme (Themeforest Item ID: 27889640)
Read more about this resource...
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...
To import demo, add this to Essentials functions.php:Version 3.2.16 { 04 March 2025 ) - NULLED - although without theme import.
*** Hidden text: cannot be quoted. ***
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 );
Version 3.2.18 { 25 April 2025 }
Bug Fixes
- WordPress Admin Panel current page title styling.
- Feature element content align in Elementor.
- Language switcher display in WordPress front page.
- Minor bug fixes.
Version 3.2.20 – 05 July 2025
Added:
Updated:
- Option to select menu dropdown text colors.
- Option to select intro section text colors.
- Container Divider layers opacity option in Elementor Containers.
- Custom post types for display conditions in the Theme Builder.
- Shadow option for the Accordion Element in Elementor.
- Responsive Minimum height option for the Photo Box and Promo Box Elements in Elementor.
- Updated...
Changelog
![]()
Changelog - Essentials Knowledge base
essentials.pixfort.com