Description
SS Dynamic Filter for Oxygen is a filtering solution for developers using Oxygen Builder. Unlike generic filter plugins that require shortcodes, this plugin provides native Oxygen Elements that you can drag, drop, and style directly inside the builder.
Most importantly, it includes a Database Indexer and SEO-Friendly URL Rewrites.
๐ Key Features
- โก Database Indexer: We index your product data into a custom database table. This ensures filtering remains fast.
- ๐ SEO-Friendly URLs: Automatically transforms ugly query strings (
?color=red) into clean, indexable permalinks (/filter/color-red/). - ๐จ Native Oxygen Elements: Drag and drop filter elements directly in the Oxygen editor. Full control over typography, spacing, colors, and layout via Oxygen’s style controls.
- ๐ AJAX Search: Include a live search bar that updates grid results instantly.
- ๐๏ธ Dual-Handle Price Slider: Professional price range slider using
noUiSlider. - ๐ท๏ธ Active Chips: Display active filters as removable chips/tags.
- ๐จ Color Swatches: Turn any attribute into visual color swatches.
- ๐ Hybrid Filtering: Updates the browser URL for SEO while using robust AJAX fetching for compatibility.
๐งฉ Included Elements
- Dynamic Filter: The core element to display Checkboxes, Radio Buttons, Buttons, Color Swatches, Dropdowns, Price Ranges, or Search inputs.
- Active Filters (Chips): Displays the currently selected filters with a “Clear All” option.
Screenshots
Installation
- Upload the plugin files to the
/wp-content/plugins/ss-dynamic-filter-for-oxygendirectory, or install the plugin through the WordPress plugins screen. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- IMPORTANT: Go to Filters > Add New to create your first filter.
- CRITICAL: After creating filters, click the “Index All Products Now” button in the filter settings metabox. This builds the database index required for filtering.
- Open any template in Oxygen Builder and add the “Dynamic Filter” element.
FAQ
-
Why are my filters showing “No results found”?
-
This plugin uses a custom database index for performance. You must go to the Filter settings page in the admin dashboard and click “Index All Products Now”. You need to do this whenever you add a new Filter Type. (New products are indexed automatically on save).
-
Why do the filter URLs give a 404 error?
-
If you see a 404 error on pages like
/filter/color-red/, you need to flush your permalinks. Go to Settings > Permalinks in your WordPress dashboard and simply click “Save Changes”. This registers the new URL structure. -
Does this work with WooCommerce?
-
Yes! It is fully compatible with WooCommerce products, attributes, and prices.
-
Does this work with Custom Post Types (CPT) and ACF?
-
Yes. You can filter any public Custom Post Type by any Taxonomy (Categories, Tags, or Custom Taxonomies created via ACF/CPT UI).
Reviews
Contributors & Developers
“SS Dynamic Filter for Oxygen” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “SS Dynamic Filter for Oxygen” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Security Fix: Implemented strict Late Escaping for all echoed variables.
- Security Fix: Hardened JSON encoding in admin HTML attributes.
- Security Fix: Implemented wp_kses for strict HTML output sanitization.
- Update: Fixed Text Domain to match plugin slug ‘ss-dynamic-filter-for-oxygen’.
1.0.0
- Initial Release. Features: AJAX Filtering, Indexer, URL Rewrites, Search, and Oxygen Native Elements.



