Tagged: sidebar, woocommerce
I want a regular sidebar for my single product pages. I really really really really do. I would hire a developer if I could afford it, but I can’t. If there are any like-minded folks on this forum – folks who love Kriesi (and the awesome support provided by his team) but who nevertheless think the single product sidebar is bat-sh*t crazy – please consider adding your voice to the feature request thread.
if you’re savvy when it comes to php, and you already know how to do this and you’re feeling generous, maybe you could post a tip?
Thanks for listening
Topic was closed before I could say thanks, so I’m editing my original post to do just that, “THANKS!”
Hi Tali!
It isn’t overly difficult to do but adding it in makes for an awkward page layout and takes modifying the theme files directly (at least for now). In config-woocommerce>config.php replace lines 923 to 954 with this: https://gist.github.com/DevinVinson/9266284
This changes the summary area to five grid spaces and then gives the sidebar three on the right. It shouldn’t have any issues but if it does you’ll need to look into other resources to have them fixed.
If able I’ll add a patch for 2.6 to make these functions replaceable via child theme.
Regards,
Devin
Edit: This can be done via a child theme as of 2.6: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/