Hi, I have a two part question that I have been unable to solve; 1. How do I remove the widget sidebar from the shop page? 2. Will removing the sidebar make the page display four columns across OR will I need to make additional changes? Thank you for your support. www.newstarteducation.com.au
Hi kenty13 You need to add the following file woocommerce.php to you theme's root directory. Find the file in woocommerce.zip attached. Upload the file through the plugin 'Wp Editor' Thanks PankajK
Hi, thank you this did work for the shop page and it now spans the whole page, however there is a side effect where it now hides the product page, so when I click a product in the shop, all of the product information is hidden and I am presented with a blank screen. Can you assist?
Hi kenty If you getting problem with this fix. Just delete the woocommerce.php from root. Now open woocommerce >> global >> wrapper-start.php On line no. 15 replace class grid_16 to grid_24. This will resolve your issue. Thank You PankajK