Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #89666
    Jimtowner
    Participant

    Hello, I just upgraded to WP 4.5 and latest Catch Box. My pages have no sidebar set up (single column) but all of a sudden sidebar items including Sidebar Widget Area, Archives and Search are appearing below the main content area. If I switch to two column they move to the sidebar. However, I don’t want them at all and they were not there before the upgrades. There are no widgets set up in Widgets. How can I eliminate these sidebar items from the pages? The site is jvfd-ems.org.

    Thanks.

    #89691
    Pratik
    Keymaster

    Hi @Jimtowner,

    We will fix this in next update. But for now, if you want it fixed quickly, you need to make a small bit of change. Just edit the theme’s sidebar.php file line 19 to following:

    
    if ( $layout == 'no-sidebar-one-column' || $layout == 'no-sidebar' || is_page_template( 'page-disable-sidebar.php' ) || is_page_template( 'page-fullwidth.php' ) || is_page_template( 'page-onecolumn.php' ) ) :
    

    OR
    just replace your sidebar.php with this code: http://pastebin.com/khcEz1P3

    It should work. Let me know how it goes.

    Regards,
    Pratik

    #89713
    Jimtowner
    Participant

    Pratik, I replaced sidebar.php and that fixed the problem. Thanks.

    I also had another issue that I was able to resolve but I think you should know about it. After the update there were two header images, one on top of the other. I went into Customize/Header Image and removed the image so that it says No Image Set. It now displays a header image correctly.

    When you issue the new update can I assume I will see the header image disappear until I reset it in Customize? Is there a better way for me to deal with this two header image problem while I’m waiting for the update?

    #89861
    Pratik
    Keymaster

    Hi @Jimtowner,

    The Sidebar issue will go away with latest theme update.

    The header image will stay disappeared with new update. Sorry for the inconvenience caused.

    Regards,
    Pratik

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘HELP–sidebar showing when it shouldn't’ is closed to new replies.