Support » Plugins » SideBar info disappears upon widget install – Default Theme

  • Resolved wbaker

    (@wbaker)


    Upon install of widget(s) into sidebar, all other sidebar info; achieves, categories, recent posts, etc disappear. It all reappears once the widget is removed. Help please!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wbaker

    (@wbaker)

    The sidebar.php file in my theme has this line of code in it.
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>

    To keep my widgets and add new ones I moved the location of this line of code <?php endif; ?> which is most likely at the bottom of your sidebar.php file and moved it directly below this line of code
    <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar() ) : ?>

    Had trouble finding the above fix, but finally found it as a reply by member tyberdev about 4 months ago. Thanks for watching out.

    Thank you so much for this! I had the same problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘SideBar info disappears upon widget install – Default Theme’ is closed to new replies.