Facet for Oxygen
You can filter the Oxygen elements ( Repeater, Easy Posts, Woocommerce Product List ) with Piotnetgrid Facet
1. Create a Facet element, set Apply for Grid = Oxygen; Grid Unique ID has to start with ‘piotnetgrid-id-‘ like ‘piotnetgrid-id-1’
2. Add class same as Grid Unique ID for Repeater, Easy Posts, Woocommerce Product List
Note that:
If you want to apply Facet for the Oxygen Repeater, please:
– Use the Piotnet Grid > Dynamic Image instead of the default Oxygen Image
– Use the WordPress > Dynamic Data > Custom Field instead of the default Oxygen Text Dynamic Data Custom Field
If you want to remove the default pagination, ordering, result count of Product List you can install Code Snippets plugin and add this snippet bellows:
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_pagination’ );
remove_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_pagination’ );
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 30 );
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_result_count’, 20 );