Comments 2BDS started the conversationOctober 12, 2016 at 4:58pmhii,could we have sidebar on single product page. Please help us to accomplish that.Thank you 7,092Oliver repliedOctober 12, 2016 at 5:00pmHI!Yes, pls. check Page Sidebar setting in product options. Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like 2erecske repliedNovember 24, 2016 at 8:19pmI have 206 products. Do I have to go through every single product page to set the sidebar? This is insane![deleted] repliedNovember 25, 2016 at 11:33amWe can give you a php code to enable sidebar on all products pages but you will can't disable it.1 Like 2erecske repliedNovember 25, 2016 at 11:38amWell, that would be great. I don't want to disable it. :)[deleted] repliedNovember 25, 2016 at 11:52amDo you need left or right sidebar? 2erecske repliedNovember 25, 2016 at 11:55amLeft please.[deleted] repliedNovember 25, 2016 at 12:01pmYou need to install child theme, copy woocommerce.php template from parent TheGem theme to child and in this template in child after code: $thegem_sidebar_stiky = $thegem_item_data['sidebar_sticky'] ? 1 : 0; $thegem_sidebar_position = thegem_check_array_value(array('', 'left', 'right'), $thegem_item_data['sidebar_position'], '');add next: if(is_product()) { $thegem_sidebar_position = 'left'; } 2erecske repliedNovember 25, 2016 at 12:09pmOh, I've finally understood... 2erecske repliedNovember 25, 2016 at 1:06pmIt works. Thank you! Sign in to reply ...
hii,
could we have sidebar on single product page. Please help us to accomplish that.
Thank you
HI!
Yes, pls. check Page Sidebar setting in product options.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
I have 206 products. Do I have to go through every single product page to set the sidebar? This is insane!
We can give you a php code to enable sidebar on all products pages but you will can't disable it.
Well, that would be great. I don't want to disable it. :)
Do you need left or right sidebar?
Left please.
You need to install child theme, copy woocommerce.php template from parent TheGem theme to child and in this template in child after code:
add next:Oh, I've finally understood...
It works. Thank you!