• Resolved tc6999

    (@tc6999)


    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/

    Any help appreciated.

    Thanks,

    Dan

Viewing 5 replies - 1 through 5 (of 5 total)
  • Report this in their support forum:
    http://wordpress.org/support/theme/hueman

    The get_sidebar() call seem to have been moved in the template files. They are supposed to be inside main-inner, directly after content section – not container-inner.

    Thread Starter tc6999

    (@tc6999)

    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(); ?>

    The issue would be in archive.php. Just reset it to default, and it should work.

    Thread Starter tc6999

    (@tc6999)

    All sorted now.

    Thanks! =]

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

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