Comments pablishe started the conversationMay 14, 2018 at 1:35amHello. My category product and tag pages don't have the side bar.Check at this https://www.v-one-b.com/categoria-producto/ciclismo/ciclismo-masculino/I would like to replicate the following:http://codex-themes.com/thegem/product-category/clothes/Also, I would like to know how I can customize the header.Best regards, 7,092Oliver repliedMay 14, 2018 at 8:29amHi, To set the default sidebar on all the woo pages you 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: $thegem_sidebar_position = 'left'; Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Likepablishe repliedMay 18, 2018 at 7:57pmThank you. Your solution works.How i can get the header slider on http://codex-themes.com/thegem/product-category/clothes/ for my product category page? 7,092Oliver repliedMay 21, 2018 at 7:02amHi,AttachPlease note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hello.
My category product and tag pages don't have the side bar.
Check at this https://www.v-one-b.com/categoria-producto/ciclismo/ciclismo-masculino/
I would like to replicate the following:
http://codex-themes.com/thegem/product-category/clothes/
Also, I would like to know how I can customize the header.
Best regards,
Hi,
To set the default sidebar on all the woo pages 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:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank you. Your solution works.
How i can get the header slider on http://codex-themes.com/thegem/product-category/clothes/ for my product category page?
Hi,
Attach
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver