Remove Sidebar

This topic contains 2 reply and 2 voices, and was last updated by Rachelle 10 years ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
April 2, 2014 at 6:09 am 17822
Rachelle Is it possible to remove the left sidebar when viewing an individual product so it shows in full page layout as the default setting? Is it possible to remove the right sidebar altogether on the main page?
April 2, 2014 at 8:04 am 17826
Mahi Mahi

with out editing template files its not possible currently.

1) removing widget from single product page:

open single-product.php file and find <?php get_sidebar( 'product-single' ); ?> on line 12

replace it with: <?php //get_sidebar( 'product-single' ); ?>

then, make sure to do adjusting with your styling as well.

on line 14 –

remove: col-md-9

Now, it will be visible full page.

2) same as before. Open page.php file and at the bottom find <?php get_sidebar(); ?>
replace it with: <?php //get_sidebar(); ?>

then make sure to adjust your styling as well on line 11 remove: col-md-9

April 5, 2014 at 4:43 am 18049
Rachelle Rachelle

Nevermind.

Viewing 2 Posts - 1 through 2 (of 2 total)