Remove sidebar on category archive page only

Posted in: Newspaper
Post count: 108

Hi Guys, is it possible to have the sidebar on single posts only and not on the archive page?

Thanks
Matt

Post count: 22421

Hello Matt,
You can remove the sidebars for categories by setting the sidebar position to middle on each category: http://screencast.com/t/kTfAG43MuOZ This will affect posts from that category which have the sidebar set to “default” In this case you will have to activate the sidebar on specific posts manually.
Thank you!

Post count: 108

Hi Bogdan, the problem I have is that our site is quite established and has hundreds of posts, I want to disable the sidebar for archive pages and enable it for single posts, using your method this would mean I would have to activate it on every individual post which would take quite some time?

Post count: 22421

Unfortunately yes as the posts depend on the category page’s sidebar if the individual post sidebar is not set. Alternatively you can simply hide the sidebar with css for categories and leave the settings as they are.
You can use this code:
.category .td-ss-main-sidebar{
display:none!important;
}
.td-main-content{
width:100%!important;
}

Add the code in the theme panel->custom css box.

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.