billywup
Forum Replies Created
Viewing 10 replies - 1 through 10 (of 10 total)
-
Forum: Themes and Templates
In reply to: [Storefront] Remove sidebar from all woocommerce pages@james Koster This seems to have done the trick! Thank you!
Forum: Themes and Templates
In reply to: [Storefront] Remove sidebar from all woocommerce pagesWill try your reccomendations guys bare with me!
Forum: Themes and Templates
In reply to: [Storefront] Remove sidebar from all woocommerce pagesI have added the following to the PHP functions file:
add_action( 'get_header', 'remove_storefront_sidebar' ); function remove_storefront_sidebar() { if ( is_product() ) { remove_action( 'storefront_sidebar', 'storefront_get_sidebar', 10 ); } }
and the following to CSS file:
body.woocommerce #primary { width: 100%; } body.woocommerce.single-product #primary { width: 100 %; }
The effect is that sidebar seems to be completely removed from single product page, but moved downwards in other woocommerce pages. I cant tell if the PHP additions are having any effect at all :S
Forum: Themes and Templates
In reply to: [Storefront] Remove sidebar from all woocommerce pagesForum: Themes and Templates
In reply to: [Storefront] Remove sidebar from all woocommerce pagesPut it in the child theme CSS it did not work :'(
Thank you very much! but there is still a small gap?
will do thanks, sorry for the inconvenience and i appreciate your help! ^_^
www.ads-software.com website and using a child theme
wait storefront is wporg theme? :S
oohhh i see, thank you ^_^
Viewing 10 replies - 1 through 10 (of 10 total)