Main Widgets Area dont show in pages
-
I tried to add some filters in my sidebar area, in the preview some widgets cannot show the preview component, and some others the filters looks good in the preview, but when I save the changes, the Widgets dont appear or only shows the title.
I attach some images for reference
Attachments:
You must be
logged in to view attached files.
Hello,
This happens because WooCommerce filters (sidebar widgets) only work on Shop and product archive pages by default. When you create a custom page with a product widget, it doesn’t automatically inherit the shop filtering system.
You can either create a custom sidebar and assign it to that page, but note it will not include dynamic WooCommerce filters there. Or, if you need working filters (price, attributes, stock, etc.), you should use a proper Product Archive layout with the WooCommerce query instead of a static page.
Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Best Regards