This topic has 8 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
I have many problems
Hello, Mostafa Khaled,
Thank you for reaching out to us. We are sorry to hear that you are experiencing issues. We are committed to providing you with the best possible service and support.
To assist you effectively, could you please provide us with more details regarding the problems you are facing?
Once we have a better understanding of the situation, we will be able to guide you through the necessary steps to resolve the problems or offer alternative solutions.
Do you have a live site where we can log in and take a closer look?
XStore White Label Branding is installed on your site?
What PHP version do you use?
Make sure that all plugins are updated.
Kind Regards,
8theme team
Hi, only the local host and for XStore White Label Branding yes is active on my website.
PHP/8.2.4
and am sure that all plugins are updated.
Warning: Undefined array key “hide_updates” in wp-content\plugins\et-core-plugin\app\controllers\top-bar-menu.php on line 711
Hello, Mostafa Khaled,
To fix the problem, please edit top-bar-menu.php file and change
$settings['hide_updates'] = ($xstore_branding_settings['control_panel']['hide_updates'] == 'on') ? true : false;
to
if ( isset($xstore_branding_settings['control_panel']['hide_updates']) && $xstore_branding_settings['control_panel']['hide_updates'] == 'on' )
$settings['hide_updates'] = true;
Kind Regards,
8theme team
Hi thank you for this
but i need to know if we have new update for theme i need readd this code
right ?
when I try to open Single Product Builder
Warning: Attempt to read property “labels” on null in C:\xampp\htdocs\xxxx\wp-content\plugins\elementor\app\modules\import-export\module.php on line 752
Warning: Attempt to read property “singular_name” on null in C:\xampp\htdocs\xxxx\wp-content\plugins\elementor\app\modules\import-export\module.php on line 752
Warning: Attempt to read property “label” on null in C:\xampp\htdocs\xxxx\wp-content\plugins\elementor\app\modules\import-export\module.php on line 753
Warning: Attempt to read property “labels” on null in C:\xampp\htdocs\xxxx\wp-content\plugins\elementor\app\modules\import-export\module.php on line 752
Warning: Attempt to read property “singular_name” on null in C:\xampp\htdocs\xxxx\wp-content\plugins\elementor\app\modules\import-export\module.php on line 752
Warning: Attempt to read property “label” on null in C:\xampp\htdocs\xxxx\wp-content\plugins\elementor\app\modules\import-export\module.php on line 753
Hello, Mostafa Khaled,
1/ The next update will contain this fix.
2/ Do you face it here – https://prnt.sc/YQD5arXrwpJD ? Click here https://prnt.sc/UzoktAaPBVb6 , or contact support of the Elementor plugin https://prnt.sc/OBeDhaofQJgE or disable debug mode.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up