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

Responsive problem : next button doesn't work correctly on mobile devices

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.

Hi guys,

i'm having an issue with mobile device using Husky : on this multistep filter https://rafting-experience.agence-headshot.com/trouvez-lactivite-ideale , when selecting an option, the next button doesn't work and it takes to get back in the  selection field and reselect the wanted option to get it to work and continue to the next step. Would you know what can cause this and how to fix it ?

 

Thank you !

Hello

I  did  a  test - https://c2n.me/4iv9mOZ - everything seems to be working correctly.

Maybe I'm doing something wrong?

Hi Pablo,

in fact it works in devtools simulation but not on actual mobile devices, as you can see it  :

https://streamable.com/61vlf8

 

Hello

Try  to  use this  option - https://c2n.me/4iwf0lh.png

Hi Pablo, thank you for your answer, but sadly it doesn't work, worst it is now impossible to go further, as the"next button doesn't work even on double option click.

Hello

Try  in file  - \wp-content\plugins\woocommerce-products-filter\ext\step_filer\js\step_filter.js - add code - https://share.pluginus.net/image/i20230516173113.png

jQuery('.woof_container_inner select').on('change',function(){
if(woof_step_filter_check_state(jQuery(this).parents(".woof_step_filter_current")).has){
jQuery('.woof_step_filter_next').prop("disabled", false );
}else{
jQuery('.woof_step_filter_next').prop("disabled", true );
}
});

clear  all cache   and  Ctrl+F5  and  do a test