New Landing How can we help? Themeforest Theme Support Dante Updating to 3.2.1 and Missing sidebars

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Posted in: Dante
  • #235427
    sjeglum
    Member
    Post count: 39

    Hello,

    I updated to 4.4 today. I am experiencing a similar issue that I see discussed on the forum of the sidebars disappearing on the blog of my site (http://crazywisefilm.com/blog/). I also tried to update to dante 3.2.1 from 3.18 by going into manage themes in WordPress and it doesn’t show that any updates are available. Please let me know how I can get the latest version of Dante.

    I also see in the forum that other users have downgraded WordPress in order to their sidebars back. Please let me know if this is necessary or if the issue has been fixed with the latest version of Dante.

    Thank you!

    #235498
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have managed to resolve the issue.
    Thanks
    Mohammad

    #236060
    sjeglum
    Member
    Post count: 39

    Thank you Mohammad!

    #236070
    foronjy
    Member
    Post count: 2

    I am also missing my sideside bar after installing the wordpress 4.4 Update.

    my site is http://www.slowatersoftener.com

    How do I resolve this?

    Eric Foronjy

    #236098
    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

    #236569
    foronjy
    Member
    Post count: 2

    That resolved the issue. Thank you.

    Eric

    #236582
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Mohammad.

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

You must be logged in to reply to this topic.