
desarrollo3(@desarrollo3)
6 Posts
Customers
Quote from desarrollo3 on September 16, 2019, 09:04
Hi,
Filter widget doesn't work in safari browser. We tried using autosend and send button, but doesn't do anything.
We saw that safari is not compatible, but there is some possible solution?
Thanks.
Hi,
Filter widget doesn't work in safari browser. We tried using autosend and send button, but doesn't do anything.
We saw that safari is not compatible, but there is some possible solution?
Thanks.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 16, 2019, 13:46
Hello
Please drop me exact link to the issue.
Can you open browser console and create video with this issue?
Hello
Please drop me exact link to the issue.
Can you open browser console and create video with this issue?

desarrollo3(@desarrollo3)
6 PostsTopic Author
Customers
Quote from desarrollo3 on September 16, 2019, 13:48
Hi,
https://tucorazones.com/tienda/
We tried using the shortcode too, but nothing happens.
Hi,
https://tucorazones.com/tienda/
We tried using the shortcode too, but nothing happens.

desarrollo3(@desarrollo3)
6 PostsTopic Author
Customers
Quote from desarrollo3 on September 16, 2019, 13:54
Hi,
Send you video too.
https://www.loom.com/share/0a7114b8d536484b9b4f6b77a6675491
Hi,
Send you video too.
https://www.loom.com/share/0a7114b8d536484b9b4f6b77a6675491

desarrollo3(@desarrollo3)
6 PostsTopic Author
Customers
Quote from desarrollo3 on September 16, 2019, 16:15
Hi,
We found a solution. We copy this function inside a jQuery(window).load and it works.
jQuery('.woof_checkbox_term').on('change', function (event) {
if (jQuery(this).is(':checked')) {
jQuery(this).attr("checked", true);
woof_checkbox_process_data(this, true);
} else {
jQuery(this).attr("checked", false);
woof_checkbox_process_data(this, false);
}
});
Hi,
We found a solution. We copy this function inside a jQuery(window).load and it works.
jQuery('.woof_checkbox_term').on('change', function (event) {
if (jQuery(this).is(':checked')) {
jQuery(this).attr("checked", true);
woof_checkbox_process_data(this, true);
} else {
jQuery(this).attr("checked", false);
woof_checkbox_process_data(this, false);
}
});

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 17, 2019, 13:18
Hello
To test - can you delete this code and check option - https://c2n.me/43CTG9G.png
Hello
To test - can you delete this code and check option - https://c2n.me/43CTG9G.png