• RestlessPilgrimDotNet

    (@restlesspilgrimdotnet)


    I just upgraded from my previous ChocoTheme version to the latest and suddenly my sidebar is empty.

    If I narrow the browser window, the responsive design gives me an icon to create a popup menu, which does show the sidebar content. However, it also includes the entire page hierarchy of my website too.

    Is there something else I have to do?

    My website is https://restlesspilgrim.net

Viewing 5 replies - 1 through 5 (of 5 total)
  • Same issue here. Sidebar widgets are gone after upgrading.

    I opened the sidebar.php file and removed the following code from the top of the file and it fixes the problem.

    <?php do_action( 'before_sidebar' ); ?>
    <a href="#" class="close-sidebar"></a>
    <div class="sidebar-nav">
    <?php wp_nav_menu( array( 'container' => false, 'theme_location' => 'primary', 'menu_class' => 'menu clear-fix') ); ?>
    </div><!-- /.sidebar-nav -->

    Thanks for that solution which also worked for me.

    Hi all. I got gently told I asked a question about this on the wrong forum. I didn’t even know there was a www.ads-software.com, and wordpress.com, much less there was a difference between them.

    Lesson learned!

    I’m a software dev type, but I’m really new to WP. I’m hosted on Go Daddy and need to apply this fix. Any suggestions? 1), how to update files on the server, 2) which file gets the fix.

    THANKS!
    Steve

    Ok, figured it out in Go Daddy. Got the side bar working correctly.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Sidebar in latest upgrade?’ is closed to new replies.