New Landing How can we help? Themeforest Theme Support Dante Sidebar Widget not appear after updates 4.4

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #235863
    Enzolha
    Member
    Post count: 4

    Hello,

    upgraded to new version of wordpress and the sidebars are gone. I searched your forum for answers but only thing i can find is (update to newest version of dante) which i already was and problem still exists.

    Waiting for your help,

    Thank you

    Antoine

    #235865
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Antoine,

    This is caused by your child theme. Your child theme contains theme files that are overriding the update parent theme files.

    The child theme files will need to be updated, please refer to the updated parent theme files and merge the changes.

    Thanks.

    #235966
    Enzolha
    Member
    Post count: 4

    Hi David,

    Many thanks for your help.

    I try to update the Child theme… Doesn’t work.

    I don’t understand how merge the changes ?

    Antoine

    #235974
    David Martin – Support
    Moderator
    Post count: 20834

    You need to locate the parent theme files you are overriding in your child theme, ex: single.php, then copy the contents of the file over to the child theme from the update parent theme file.

    Thanks.

    #235977
    Enzolha
    Member
    Post count: 4

    David,

    It is still not working with your fix ๐Ÿ™

    #236008
    David Martin – Support
    Moderator
    Post count: 20834
    This reply has been marked as private.
    #236123
    DiabloSP
    Member
    Post count: 2

    It seems I’m having the same problem and I don’t have a child theme. I have double checked in the post meta that I have a right sidebar, sidebar one. And in the widgets area, sidebar one is populated with three widgets. But the page shows no sidebar.

    Also, when entering into customize mode, the right sidebar is not showing at all.

    Thanks

    #236126
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please open to edit single.php and page.php file :-

    1- Find this code:-

    $default_left_sidebar = $options['default_left_sidebar'];
    $default_right_sidebar = $options['default_right_sidebar'];

    Change with:-

    $default_left_sidebar = strtolower($options['default_left_sidebar']);
    $default_right_sidebar = strtolower($options['default_right_sidebar']);

    —————————————————————–

    2- Find this code:-

    $left_sidebar = sf_get_post_meta($post->ID, 'sf_left_sidebar', true);
    $right_sidebar = sf_get_post_meta($post->ID, 'sf_right_sidebar', true);
    

    Change with:-

    $left_sidebar  = strtolower(sf_get_post_meta($post->ID, 'sf_left_sidebar', true));
    $right_sidebar = strtolower(sf_get_post_meta($post->ID, 'sf_right_sidebar', true));
    

    Thanks
    Mohammad

    #236133
    DiabloSP
    Member
    Post count: 2

    Thank you very much!

    Everything’s working now with these changes.

    Regards,

    Roberto

    #236136
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

    #236143
    Enzolha
    Member
    Post count: 4

    Thank you, it works very well !!!

    #236154
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Glad ๐Ÿ™‚ to help you.
    Thanks
    Mohammad

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register