
alessandro.ferreira(@alessandro-ferreira)
2 Posts
Customers
Quote from alessandro.ferreira on September 6, 2022, 14:54
After the last update of the plugin, was exposed above the search filter the code below when I use the search of the online store
function dgwt_wcas_s_init() { setTimeout(function () { woof_current_values.dgwt_wcas_s = '1.03.'; }, 100); } if (document.readyState !== 'loading') { dgwt_wcas_s_init(); } else { document.addEventListener('DOMContentLoaded', dgwt_wcas_s_init); }
After the last update of the plugin, was exposed above the search filter the code below when I use the search of the online store
function dgwt_wcas_s_init() { setTimeout(function () { woof_current_values.dgwt_wcas_s = '1.03.'; }, 100); } if (document.readyState !== 'loading') { dgwt_wcas_s_init(); } else { document.addEventListener('DOMContentLoaded', dgwt_wcas_s_init); }

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 7, 2022, 10:00
Hello
Do you use fibo search plugin? - Please disable it and do a test
Hello
Do you use fibo search plugin? - Please disable it and do a test

alessandro.ferreira(@alessandro-ferreira)
2 PostsTopic Author
Customers
Quote from alessandro.ferreira on September 7, 2022, 12:45
Yes, but the ploblema started after the update of the WOOF - Products Filter for WooCommerce and if i disable fibo can't test it
Yes, but the ploblema started after the update of the WOOF - Products Filter for WooCommerce and if i disable fibo can't test it

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 8, 2022, 10:46
Hello
but the ploblema started after the update of the WOOF - for site security my plugin clears strings, but third party filter is passing invalid string.
if i disable fibo can't test it - Why? This third party plugin adds code to my plugin's widget. disable this plugin, this code will disappear.
Hello
but the ploblema started after the update of the WOOF - for site security my plugin clears strings, but third party filter is passing invalid string.
if i disable fibo can't test it - Why? This third party plugin adds code to my plugin's widget. disable this plugin, this code will disappear.