Title: Category Sidebar
Last modified: August 21, 2016

---

# Category Sidebar

 *  Resolved [tc6999](https://wordpress.org/support/users/tc6999/)
 * (@tc6999)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/category-sidebar-1/)
 * Hi,
 * Installed the theme yesterday, still working ongetting it just right, but have
   run into a problem with the sidebars on category pages.
 * For some reason the sidebars drop below the posts instead of appearing beside
   them.
 * Have looked to try and solve the issue, but had no luck so far.
 * Example of problem – [http://tubechum.com/category/features/channelspotlight/](http://tubechum.com/category/features/channelspotlight/)
 * Any help appreciated.
 * Thanks,
 * Dan

Viewing 5 replies - 1 through 5 (of 5 total)

 *  [Flash Buddy](https://wordpress.org/support/users/flashbuddy/)
 * (@flashbuddy)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/category-sidebar-1/#post-4380903)
 * Report this in their support forum:
    [http://wordpress.org/support/theme/hueman](http://wordpress.org/support/theme/hueman)
 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/category-sidebar-1/#post-4381017)
 * The get_sidebar() call seem to have been moved in the template files. They are
   supposed to be [inside main-inner](http://i.imgur.com/hksZiHf.png), directly 
   after content section – not container-inner.
 *  Thread Starter [tc6999](https://wordpress.org/support/users/tc6999/)
 * (@tc6999)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/category-sidebar-1/#post-4381081)
 * Hey, thanks for the reply.
 * In the 404 template this is what we have –
 *     ```
       <?php get_header(); ?>
   
       <div class="main <?php echo alx_layout_class(); ?>">
       	<div class="main-inner group">
   
       		<section class="content">
   
       			<?php get_template_part('inc/page-title'); ?>
   
       			<div class="pad group">		
   
       				<div class="notebox">
       					<?php get_search_form(); ?>
       				</div>
   
       				<div class="entry">
       					<p><?php _e( 'The page you trying to reach does not exist, or has been moved. Please use the menus or the search box to find what you are looking for.', 'hueman' ); ?></p>
       				</div>
   
       			</div><!--/.pad-->
   
       		</section><!--/.content-->
   
       		<?php get_sidebar(); ?>
   
       	</div><!--/.main-inner-->
       </div><!--/.main-->
   
       <?php get_footer(); ?>
       ```
   
 *  [Alexander Agnarson](https://wordpress.org/support/users/alxmedia/)
 * (@alxmedia)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/category-sidebar-1/#post-4381102)
 * The issue would be in archive.php. Just reset it to default, and it should work.
 *  Thread Starter [tc6999](https://wordpress.org/support/users/tc6999/)
 * (@tc6999)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/category-sidebar-1/#post-4381128)
 * All sorted now.
 * Thanks! =]

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Category Sidebar’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [tc6999](https://wordpress.org/support/users/tc6999/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/category-sidebar-1/#post-4381128)
 * Status: resolved