Using 1 column layout (no sidebar) WooCommerce product category pages
-
First of all thanks for great theme.It looks good and have valid Schema markup.Also loads fast.
I am using it on my website.It is working fine with WooCommerce (I have added woocommerce.php file) with below contents.
get_header(); ?> <div id="primary" class="site-content"> <div id="content" role="main"> <?php woocommerce_content(); ?> </div> </div> <?php get_footer(); ?>
It is working fine for product pages.But on product category pages and shop pages the sidebar gets displayed.So layout breaks.The sidebar is displaying as I am unable to choose layout for it.Also if layout is not layout 1c then theme loads primary sidebar.
Could you please help me out? Here is link to the page for your reference
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Using 1 column layout (no sidebar) WooCommerce product category pages’ is closed to new replies.