I need to remove sidebar into my woocommerce store. I have tried with backend in option theme and in each category but resultless.
I tried also:
1.file wp-template-hooks.php removed--> do_action(..
2.file archive-product.php removed--> do_action(..
insert in file function.php in theme dir and function.php in woocommerce dir remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10 );
into database there is 2 tables with 2 fields serialised but is a risk change this.
resulless.
I finished the ideas. Where is saved into db the visibility of sidebar? or the variable?
Can you help me?
Thanks Ale