Reset button not showing on filter
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf 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 Silvio on October 7, 2025, 10:35Hello, as you can see from the attached image the reset button is not showing on filter, only on shop page, when results are showed. Is this intended or a bug? I have no CSS hiding it as far as I know, in the options I have 'Reset' as text and not 'none', but nothing works. Is there something to do to make it show it up or it only is available in results page? Thank you
https://ibb.co/B97GVY0
Hello, as you can see from the attached image the reset button is not showing on filter, only on shop page, when results are showed. Is this intended or a bug? I have no CSS hiding it as far as I know, in the options I have 'Reset' as text and not 'none', but nothing works. Is there something to do to make it show it up or it only is available in results page? Thank you
Quote from Pablo Borysenco on October 7, 2025, 20:54Hello
Please drop me exact link to the issue
The reset button is only displayed when there is a result.
Hello
Please drop me exact link to the issue
The reset button is only displayed when there is a result.
Quote from Silvio on October 8, 2025, 15:55Hello, okay then, I was trying to make it show up on homepage and not results page.
Sorry if I ask a different question in the same topic, but I'm trying to show the users some default values in the fikters
I did this:
function my_woof_get_request_data($data) {
$data['pa_larghezza'] = '205';
$data['pa_altezza'] = '60';
$data['pa_diametro'] = '16';return $data;
}add_filter('woof_get_request_data', 'my_woof_get_request_data');
It gets fired only on homepage since otherwise it causes strange things on shop page. it works, but the function of the plugins gets kinda nullified because i can't filter anymore by those parameters I set up. Like, if I press the submit button without touching anything, leaving the defaukt values, it gives me the full shop page without filtering anything, and even if I try to change the value of these parameters they get ignored and not added to the URL of the result. Only the other filters without a default value get used. How do I solve this' Is there a better way to show default values?
I cannot link to the website as it is in development at the moment.
Thank you in advance
Hello, okay then, I was trying to make it show up on homepage and not results page.
Sorry if I ask a different question in the same topic, but I'm trying to show the users some default values in the fikters
I did this:
function my_woof_get_request_data($data) {
$data['pa_larghezza'] = '205';
$data['pa_altezza'] = '60';
$data['pa_diametro'] = '16';
return $data;
}
add_filter('woof_get_request_data', 'my_woof_get_request_data');
It gets fired only on homepage since otherwise it causes strange things on shop page. it works, but the function of the plugins gets kinda nullified because i can't filter anymore by those parameters I set up. Like, if I press the submit button without touching anything, leaving the defaukt values, it gives me the full shop page without filtering anything, and even if I try to change the value of these parameters they get ignored and not added to the URL of the result. Only the other filters without a default value get used. How do I solve this' Is there a better way to show default values?
I cannot link to the website as it is in development at the moment.
Thank you in advance
Quote from Pablo Borysenco on October 8, 2025, 19:16Hello
What plugin version number are you using?
The best option is to use a link with search queries
Hello
What plugin version number are you using?
The best option is to use a link with search queries
Quote from Silvio on October 9, 2025, 10:40Hello, I am using Version 3.3.7.1, so you are saying there's no way to show default values?
Hello, I am using Version 3.3.7.1, so you are saying there's no way to show default values?
Quote from Pablo Borysenco on October 9, 2025, 18:54Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
so you are saying there's no way to show default values? - No, I didn't say that. Make default values - Best way is to use link with parameters
Hello
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
so you are saying there's no way to show default values? - No, I didn't say that. Make default values - Best way is to use link with parameters
Quote from Silvio on October 14, 2025, 18:36Hello, I pasted my purchase code, sorry for the delay
Actually I wanted to show default values on the select boxes, not as links, but i understand.
Please go to ruoteonline.com, on the homepage...is it normal that when I select one filter, the others don't update? In other words, without prior knowledge, the user could select combinations that don't correspond to an existing product. I activated AJAX and all, recount as well, but it doesn't work. This is the shortcode I'm using:
[woof sid='generator_68e23c2e9df73' autohide='0' autosubmit='-1' is_ajax='1' ajax_redraw='1' start_filtering_btn='0' btn_position='b' dynamic_recount='1' hide_terms_count_txt='1' mobile_mode='0' tax_only='pa_larghezza,pa_altezza,pa_diametro,pa_carico,pa_velocita,pa_stagione,pa_marca,product_tag' by_only='pa_larghezza,pa_altezza,pa_diametro,pa_stagione,pa_carico,pa_velocita,pa_marca,product_tag']
Could you please give a look? Thank you
Hello, I pasted my purchase code, sorry for the delay
Actually I wanted to show default values on the select boxes, not as links, but i understand.
Please go to ruoteonline.com, on the homepage...is it normal that when I select one filter, the others don't update? In other words, without prior knowledge, the user could select combinations that don't correspond to an existing product. I activated AJAX and all, recount as well, but it doesn't work. This is the shortcode I'm using:
[woof sid='generator_68e23c2e9df73' autohide='0' autosubmit='-1' is_ajax='1' ajax_redraw='1' start_filtering_btn='0' btn_position='b' dynamic_recount='1' hide_terms_count_txt='1' mobile_mode='0' tax_only='pa_larghezza,pa_altezza,pa_diametro,pa_carico,pa_velocita,pa_stagione,pa_marca,product_tag' by_only='pa_larghezza,pa_altezza,pa_diametro,pa_stagione,pa_carico,pa_velocita,pa_marca,product_tag']
Could you please give a look? Thank you

Quote from Alex Dovlatov on October 16, 2025, 11:39Hello Silvio
No, its not normal, I just tested param ajax_redraw=1 and it works on our side. I just looked code of your site and found "Page cached by LiteSpeed Cache" - so firstly reset cache plugin as it compliled all javascript files into one file https://clip2net.com/s/4nfPtoH - if no luck, in the secret area you can share temporary wp-admin access to the site for tests, but looks like old or wrong assembled cache is guilty
Hello Silvio
No, its not normal, I just tested param ajax_redraw=1 and it works on our side. I just looked code of your site and found"Page cached by LiteSpeed Cache" - so firstly reset cache plugin as it compliled all javascript files into one file https://clip2net.com/s/4nfPtoH - if no luck, in the secret area you can share temporary wp-admin access to the site for tests, but looks like old or wrong assembled cache is guilty
Quote from Silvio on October 16, 2025, 12:12Hello, I now totally deactivated LiteSpeed but it doesn't solve. Also the issue is present even when logged in as admin, and all optimizations are not applied to that role anyway, so it should have been a problem for guests at most. Only APCU object cache is active now (tried to deactivate that as well but no luck). Query Monitor doesn't give any AJAX errors and same thing for browser console. I'll now share admin access, so you can give a look yourself. Thank you
Hello, I now totally deactivated LiteSpeed but it doesn't solve. Also the issue is present even when logged in as admin, and all optimizations are not applied to that role anyway, so it should have been a problem for guests at most. Only APCU object cache is active now (tried to deactivate that as well but no luck). Query Monitor doesn't give any AJAX errors and same thing for browser console. I'll now share admin access, so you can give a look yourself. Thank you

Quote from Alex Dovlatov on October 17, 2025, 16:15Hello Silvio
Sorry, my bad, I not admited -1 in your shortcode in param autosubmit, I just changed it to 1 and recounting start working, if you did it trought constructor I will create task to fix it, please try it now, filtering on top form works and recounting is ajaxed + added near css style to hide reset button as it lead to result page where no filter form, test it please ...
Hello Silvio
Sorry, my bad, I not admited -1 in your shortcode in param autosubmit, I just changed it to 1 and recounting start working, if you did it trought constructor I will create task to fix it, please try it now, filtering on top form works and recounting is ajaxed + added near css style to hide reset button as it lead to result page where no filter form, test it please ...