Wp-content\plugins\et-core-plugin\app\controllers\top-bar-menu.php

This topic has 8 replies, 2 voices, and was last updated 5 months, 2 weeks ago ago by Rose Tyler

  • Avatar: Mostafa Khaled
    Mostafa Khaled
    Participant
    November 14, 2023 at 11:29

    I have many problems

    Please, contact administrator
    for this information.
    7 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2023 at 11:55

    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

    Avatar: Mostafa Khaled
    Mostafa Khaled
    Participant
    November 14, 2023 at 12:09

    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.

    Avatar: Mostafa Khaled
    Mostafa Khaled
    Participant
    November 14, 2023 at 13:07

    Warning: Undefined array key “hide_updates” in wp-content\plugins\et-core-plugin\app\controllers\top-bar-menu.php on line 711

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2023 at 16:57

    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

    Avatar: Mostafa Khaled
    Mostafa Khaled
    Participant
    November 14, 2023 at 18:49

    Hi thank you for this

    but i need to know if we have new update for theme i need readd this code

    right ?

    Avatar: Mostafa Khaled
    Mostafa Khaled
    Participant
    November 14, 2023 at 18:55

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2023 at 17:16

    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

  • Viewing 8 results - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.