PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

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 please
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.

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

https://ibb.co/B97GVY0

Hello

Please drop me exact link to the issue

The reset button is only displayed when there is a result.

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

Hello

What plugin version number are you using?

The best option is to use a link with search queries

Hello, I am using Version 3.3.7.1, so you are saying there's no way to show default values?

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

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

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

 

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

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 ...