
murraygracey(@murraygracey)
15 Posts
Customers
Quote from murraygracey on September 20, 2019, 09:45
can you please go to my site a click on shop now
once page loads click on anything in the menu
you will see the reset button shows but doest work and the filter button doest even show at all
what do you think it is?
Thanks
can you please go to my site a click on shop now
once page loads click on anything in the menu
you will see the reset button shows but doest work and the filter button doest even show at all
what do you think it is?
Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 20, 2019, 13:19
Hello
Please paste your license key here - https://c2n.me/42HBIt7.png
Hello
Please paste your license key here - https://c2n.me/42HBIt7.png

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 20, 2019, 13:23
You need to make changes in the Js-file for the reset button in the Ajax mode to work.
file: path/to/domain/wp-content/plugins/woocommerce-products-filter/js/front.js
in line 320 your must change word "on" to "life"
It was: jQuery('.woof_reset_search_form').on('click', function () {
Should become: jQuery('.woof_reset_search_form').life('click', function () {
Do test
If no luck - drop me wp-admin+FTP access
and the filter button doest even show at all - yes because you use autosubmit
You need to make changes in the Js-file for the reset button in the Ajax mode to work.
file: path/to/domain/wp-content/plugins/woocommerce-products-filter/js/front.js
in line 320 your must change word"on" to"life"
It was: jQuery('.woof_reset_search_form').on('click', function () {
Should become: jQuery('.woof_reset_search_form').life('click', function () {
Do test
If no luck - drop me wp-admin+FTP access
and the filter button doest even show at all - yes because you use autosubmit