Hello,
I would like to set up a widget area on the left sidebar of all of my shop Category pages. How do I accomplish this?
website is http://www.diyweddingsupplies.com
Also, is it possible to remove the Description/Additional Information tabs from the Single Product Pages?
Thanks!
Show Sidebar on Product Category Pages
3 posts from 2 voices-
Posted 1 year ago #
-
Hey,
1) You can use plugins like widget logic: http://wordpress.org/extend/plugins/widget-logic/ to display certain widgets on certain pages only. All supported conditionals are listed here: http://www.woothemes.com/woocommerce-docs/codex/extending/woocommerce-conditionals/2) You can hide all tabs with following code - I'd add it to css/custom.css:
#top div.product .woocommerce_tabs { display: none; }If you'd like to remove the "additional information tab" only try following code:
.woocommerce_tabs ul.tabs li:nth-child(2n) { display: none; }Posted 1 year ago # -
Which Widget area corresponds to the Product Category pages? Can't seem to make the left sidebar widgets work on the product category pages, there is a right sidebar that appears instead and I'm not sure where to turn that one off?
Sorry...very new to all this!
Thanks so much.Posted 1 year ago #
Reply
You must log in to post.














