Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3011662
HEADER PROBLEM
Closed

Comments

  • nguoitichluy started the conversation

    My blog header has this problem

    Deprecated: The $control_id argument is deprecated since version 3.5.0! in /home1/nguoitic/public_html/wp-content/plugins/elementor/modules/dev-tools/deprecation.php on line 301

    And I can't display my share box.

  •   PenciDesign replied privately
  •   nguoitichluy replied privately
  •  2,491
    PenciDesign replied

    Hi,

    1. About the Deprecated error on the header, please wait for the latest update of Soledad this week. This notice is because you've enabled the error reporting on PHP setup,

    2. Please go to Appearance → Customize → General → Like Posts & Social Share: turn off the social share name you want to show here.

    Regards,
    PenciDesign.


  •   nguoitichluy replied privately
  •   nguoitichluy replied privately
  •  2,491
    PenciDesign replied

    Hi,

    1. Please read the articles & follow the instruction to update your site to the latest version of Soledad:

    How to Update A Premium WordPress Theme to Latest Version?

    2. About the post reading time, please go to Appearance → Customize → General → General Settings: add the default reading time for all posts at Set A Default Reading Time Value,

    Then navigate to Single Posts → General: make sure you've turned off the Hide Reading Time option.

    Regards,
    PenciDesign.


  •   nguoitichluy replied privately
  •  2,491
    PenciDesign replied

    Hi,

    1. I mean you should Soledad to the latest version (8.1.3),

    2. Yes. This theme can't estimate the time to read each post. You can manually enter the reading time for each post while editing.

    Regards,
    PenciDesign.


  •   nguoitichluy replied privately
  •  2,491
    PenciDesign replied

    Hi,

    If the problem still persists after updating Soledad, this means this error does not come from our theme.

    Please check all the installed plugins, try to deactivate all plugins (exclude the plugin that comes with Soledad), then re-activate one by one to check which plugin cause this issue.

    Regards,
    PenciDesign.


  •   nguoitichluy replied privately
  •  2,491
    PenciDesign replied

    Hi,

    I've turned off the header notice by adding this code to the theme functions.php file:

    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );

    Please check.

    Regards,
    PenciDesign.