Links
🎄 Holiday Notice - Support Vacation 🎄
ATTENTION: From December 28, 2025 to January 6, 2026 our support team will be on vacation.
Important information:
- ❌ No ticket responses from December 28 to January 6
- ✅ Support will resume on January 7, 2026
- 📝 You can still submit tickets during vacation - they will be queued and answered starting January 7
- ⚠️ Urgent technical issues: Please check our documentation and codex first
🎅 Season's Greetings! 🎅
We want to thank all our amazing customers for your trust and support throughout 2025!
Merry Christmas and Happy New Year to you and your families! 🎉
We wish you:
- 🚀 Successful online stores
- 💰 Growing sales
- 😊 Happy customers
- 🎯 Achieved goals in 2026
Thank you for being with us! We appreciate every one of you and look forward to continuing our work together in the new year.
Rest, recharge, and see you in 2026!
Best regards,
PluginUs.Net Team
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Николай on December 2, 2025, 14:00Hello! Please tell me how do I create a block with links to pre-filtered pages? It is desirable that the block be located above the goods, but if this is not possible, then in the sidebar above the filters. I want to make 8-12 links in each subcategory. Thanks!
Hello! Please tell me how do I create a block with links to pre-filtered pages? It is desirable that the block be located above the goods, but if this is not possible, then in the sidebar above the filters. I want to make 8-12 links in each subcategory. Thanks!
Quote from Alex Dovlatov on December 3, 2025, 12:58Hello! I hope I undertood you right. To create links to pre-filtered pages:
1) got to the plugin settings -> tab Advanced -> SEO URL request -> Yes -> Save
2) Go to your shop page with WOOF filter active
3) Select each filter combination you want (color, size, etc.)
4) Copy the URL from browser address bar
5) Use these URLs in your links block (HTML widget in sidebar or shortcode above products)Example links:
- https://demo.products-filter.com/shop/swoof/color-red/product_cat-clothing/
- https://demo.products-filter.com/shop/swoof/brand-diesel/product_cat-jeans/Repeat for all 8-12 links you need. That's it!
Hello! I hope I undertood you right. To create links to pre-filtered pages:
1) got to the plugin settings -> tab Advanced -> SEO URL request -> Yes -> Save
2) Go to your shop page with WOOF filter active
3) Select each filter combination you want (color, size, etc.)
4) Copy the URL from browser address bar
5) Use these URLs in your links block (HTML widget in sidebar or shortcode above products)
Example links:
- https://demo.products-filter.com/shop/swoof/color-red/product_cat-clothing/
- https://demo.products-filter.com/shop/swoof/brand-diesel/product_cat-jeans/
Repeat for all 8-12 links you need. That's it!
Quote from Николай on December 8, 2025, 09:18Здравствуйте!
У меня появилось несколько новых вопросов.
1. Расположение таксономий на панели фильтров более чем в один ряд можно сделать только через smartdesigner?2. Тоже самое про подсказки над цветными кругами в фильтре color, мне они нужны, в стандартном интерфейсе не нашел такой функции.
3. Поля для ввода текста "от и до" в фильтре цены находятся под самим ползунком и перекрывают друг друга, можно ли это изменить?
4. В режиме slider для других атрибутов, функции для ввода текста "от и до" я не нашел, это невозможно?
5. Независимо от скина ползунка на нем видны риски с значениями атрибута, можно ли сделать его гладким, чтобы были видны только значения ползунка?
6. В smartdesigner нет возможности выбрать slider?
Здравствуйте!
У меня появилось несколько новых вопросов.
1. Расположение таксономий на панели фильтров более чем в один ряд можно сделать только через smartdesigner?
2. Тоже самое про подсказки над цветными кругами в фильтре color, мне они нужны, в стандартном интерфейсе не нашел такой функции.
3. Поля для ввода текста"от и до" в фильтре цены находятся под самим ползунком и перекрывают друг друга, можно ли это изменить?
4. В режиме slider для других атрибутов, функции для ввода текста"от и до" я не нашел, это невозможно?
5. Независимо от скина ползунка на нем видны риски с значениями атрибута, можно ли сделать его гладким, чтобы были видны только значения ползунка?
6. В smartdesigner нет возможности выбрать slider?
Quote from Alex Dovlatov on December 9, 2025, 14:04Hello Nikolai
1. Multiple rows for taxonomies in filter panel
Smart Designer doesn't solve this - you need to use CSS to arrange filters in multiple rows. Add custom CSS like:
css.woof_container {
display: flex;
flex-wrap: wrap;
}2. Tooltips over color circles - they are should be automatically shown https://demo-sd.products-filter.com/ , if not somewhere is CSS issue which prevent their showing
3. Price slider "from/to" input fields overlapping
This is a CSS styling issue with your theme. You need to adjust the CSS to position the input fields properly. Can you share a screenshot or site URL so I can provide specific CSS?4. "From/To" text inputs for taxonomies is not possible to show as it text data
5. Remove tick marks from slider, make it smooth
This depends on the slider skin you're using. Some skins show steps/ticks by default. Try different slider skins in settings, or use CSS to hide the ticks:
css.ui-slider .ui-slider-tick-mark {
display: none;
} - but this is just an idea6. Slider option in Smart Designer - no, just radio, checkbox, switcher and color
For further support please provide purchase code:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png
Hello Nikolai
1. Multiple rows for taxonomies in filter panel
Smart Designer doesn't solve this - you need to use CSS to arrange filters in multiple rows. Add custom CSS like:
css.woof_container {
display: flex;
flex-wrap: wrap;
}
2. Tooltips over color circles - they are should be automatically shown https://demo-sd.products-filter.com/ , if not somewhere is CSS issue which prevent their showing
3. Price slider"from/to" input fields overlapping
This is a CSS styling issue with your theme. You need to adjust the CSS to position the input fields properly. Can you share a screenshot or site URL so I can provide specific CSS?
4."From/To" text inputs for taxonomies is not possible to show as it text data
5. Remove tick marks from slider, make it smooth
This depends on the slider skin you're using. Some skins show steps/ticks by default. Try different slider skins in settings, or use CSS to hide the ticks:
css.ui-slider .ui-slider-tick-mark {
display: none;
} - but this is just an idea
6. Slider option in Smart Designer - no, just radio, checkbox, switcher and color
For further support please provide purchase code:
https://share.pluginus.net/image/i20230222134241.png
https://share.pluginus.net/image/i20230222134615.png
https://share.pluginus.net/image/i20230222134511.png
Quote from Николай on December 11, 2025, 00:16Hello, Alex
Inserted the license code.
I'm trying to send a screenshot of the filter by price, a slider on top of the input fields, it looks like the picture is inserted with an error. Below is a link to image hosting.
I would like to have the input fields under the slider in one line, each 40% of the length of what it is now. My theme is Woodmart.
And I noticed one more thing, in the breadcrumbs link, after filtering by attribute, he writes Product + attribute (this can be seen in the screenshot). In the filter settings, I removed the word Product from the name, but how can I remove it from bread crumbs? Or is that no longer a question for you?
Hello, Alex
Inserted the license code.
I'm trying to send a screenshot of the filter by price, a slider on top of the input fields, it looks like the picture is inserted with an error. Below is a link to image hosting.
I would like to have the input fields under the slider in one line, each 40% of the length of what it is now. My theme is Woodmart.
And I noticed one more thing, in the breadcrumbs link, after filtering by attribute, he writes Product + attribute (this can be seen in the screenshot). In the filter settings, I removed the word Product from the name, but how can I remove it from bread crumbs? Or is that no longer a question for you?

Quote from Николай on December 11, 2025, 20:09You wrote to uncheck the slider, where are these ticks? The css code didn't work. I can't remove the slider tick. I've tried all the skins. In addition, the slider values include all attribute values, even empty ones for this category. I need to solve these problems. And with input fields.
You wrote to uncheck the slider, where are these ticks? The css code didn't work. I can't remove the slider tick. I've tried all the skins. In addition, the slider values include all attribute values, even empty ones for this category. I need to solve these problems. And with input fields.
Quote from Alex Dovlatov on December 12, 2025, 13:35Hello Nikolai
- https://share.pluginus.net/image/i20251212132419.png - looks like you mean this, if yes update in file views\shortcodes\woof_price_filter_slider.php code
<div class="woof_price_filter_txt_slider">
<div class="woof_price_filter_txt_slider_inputs">
<label class="woof_wcga_label_hide" for="<?php echo esc_attr($uniqid) ?>_from"><?php esc_html_e('Price from', 'woocommerce-products-filter') ?></label>
<input id="<?php echo esc_attr($uniqid) ?>_from" type="number" class="woof_price_filter_txt woof_price_filter_txt_from" placeholder="<?php echo esc_attr($min_price) ?>" data-value="<?php echo esc_attr($min) ?>" value="<?php echo esc_attr($min_price) ?>" />
<label class="woof_wcga_label_hide" for="<?php echo esc_attr($uniqid) ?>_to"><?php esc_html_e('Price to', 'woocommerce-products-filter') ?></label>
<input id="<?php echo esc_attr($uniqid) ?>_to" type="number" class="woof_price_filter_txt woof_price_filter_txt_to" placeholder="<?php echo esc_attr($max_price) ?>" name="max_price" data-value="<?php echo esc_attr($max) ?>" value="<?php echo esc_attr($max_price) ?>" />
</div><?php if (class_exists('WOOCS')): ?>
(<?php esc_html_e(get_woocommerce_currency_symbol()) ?>)
<?php endif; ?>
<div class="woof_float_none"></div>
</div>https://share.pluginus.net/image/i20251212132629.png - its also on ptoduction so next update will no break the code, BUT also add code to file functions.php:
add_action('wp_footer', function () {
?>
<style>.woof_price3_search_container .woof_container_inner{
display: flex;
flex-direction: column-reverse;
}.woof_price3_search_container .woof_price_filter_txt_slider{
padding-top: 15px;
}.woof_price_filter_txt_slider_inputs{
display: flex;
justify-content: space-between;
}</style>
<?php}, 999);
- breadcrumbs, word Products - here I have an idea only: use hook woocommerce_get_breadcrumb - the main hook for breadcrumbs
woo_breadcrumbs_trail - if Woodmart uses its own. You can use add_filter to intercept the breadcrumbs array and remove/replace "Product"- ticks: ok, if you want to remove it, also add CSS code as I wrote before, here is additional code:
.woof_price3_search_container .irs-grid-pol,
.woof_price3_search_container .irs-grid-text{
display: none;
}Result: https://share.pluginus.net/image/i20251212133538.png
Hello Nikolai
- https://share.pluginus.net/image/i20251212132419.png - looks like you mean this, if yes update in file views\shortcodes\woof_price_filter_slider.php code
<div class="woof_price_filter_txt_slider">
<div class="woof_price_filter_txt_slider_inputs">
<label class="woof_wcga_label_hide" for="<?php echo esc_attr($uniqid) ?>_from"><?php esc_html_e('Price from', 'woocommerce-products-filter') ?></label>
<input id="<?php echo esc_attr($uniqid) ?>_from" type="number" class="woof_price_filter_txt woof_price_filter_txt_from" placeholder="<?php echo esc_attr($min_price) ?>" data-value="<?php echo esc_attr($min) ?>" value="<?php echo esc_attr($min_price) ?>" />
<label class="woof_wcga_label_hide" for="<?php echo esc_attr($uniqid) ?>_to"><?php esc_html_e('Price to', 'woocommerce-products-filter') ?></label>
<input id="<?php echo esc_attr($uniqid) ?>_to" type="number" class="woof_price_filter_txt woof_price_filter_txt_to" placeholder="<?php echo esc_attr($max_price) ?>" name="max_price" data-value="<?php echo esc_attr($max) ?>" value="<?php echo esc_attr($max_price) ?>" />
</div><?php if (class_exists('WOOCS')): ?>
(<?php esc_html_e(get_woocommerce_currency_symbol()) ?>)
<?php endif; ?>
<div class="woof_float_none"></div>
</div>https://share.pluginus.net/image/i20251212132629.png - its also on ptoduction so next update will no break the code, BUT also add code to file functions.php:
add_action('wp_footer', function () {
?>
<style>.woof_price3_search_container .woof_container_inner{
display: flex;
flex-direction: column-reverse;
}.woof_price3_search_container .woof_price_filter_txt_slider{
padding-top: 15px;
}.woof_price_filter_txt_slider_inputs{
display: flex;
justify-content: space-between;
}</style>
<?php}, 999);
- breadcrumbs, word Products - here I have an idea only: use hook woocommerce_get_breadcrumb - the main hook for breadcrumbs
woo_breadcrumbs_trail - if Woodmart uses its own. You can use add_filter to intercept the breadcrumbs array and remove/replace"Product" - ticks: ok, if you want to remove it, also add CSS code as I wrote before, here is additional code:
.woof_price3_search_container .irs-grid-pol,
.woof_price3_search_container .irs-grid-text{
display: none;
}Result: https://share.pluginus.net/image/i20251212133538.png