Clicking a category from a WooCommerce product or the breadcrumbs shows a category page with sidebar.
How can I customise that categories pages using the builder?
No sidebar, headers, grid of products, etc…
Thanks.
Hey peterolle,
Thank you for the inquiry.
You may need to override the wp-content/plugins/woocommerce/templates/archive-product.php file in order to change the layout of the product category pages. Please check the link below for more info.
// https://woocommerce.com/document/template-structure/
Another solution is to create a custom page for each category pages, then do a 301 redirect from the default category page to the custom page.
// https://wordpress.org/plugins/eps-301-redirects/
Best regards,
Ismael
Thank you Ismael, I’ll take a look, I was hoping to have the builder to use instead of modifying templates.
A quick one here, I disabled the sidebar for products and categories and now I can’t find where that setting is. Can you please point me to it?
Thanks.
Hi,
Sidebars on category pages is at Enfold Theme Options ▸ Sidebar Settings ▸ Sidebar On Archive Pages
On default editor product pages, the sidebar shows under the product image if you have a widget in the Single Product Pages widget area, for ALB products the sidebar is enabled on the edit page under Sidebar Settings
Best regards,
Mike
Thank you Mike.
For products categories, where do I turn on or off the sidebar?