
takkularapsis(@takkularapsis)
27 Posts
Customers
Quote from takkularapsis on September 10, 2022, 19:57
Need to get sidebar woof filter always collapsed when page loads?
Not it remember my choise and always it is open on those block that i have last time left open.
Need to get sidebar woof filter always collapsed when page loads?
Not it remember my choise and always it is open on those block that i have last time left open.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 12, 2022, 11:00
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
try in file - wp-content\plugins\woocommerce-products-filter\js\front.js - add this code - https://share.pluginus.net/image/i20220912085912.png
return false;
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
try in file - wp-content\plugins\woocommerce-products-filter\js\front.js - add this code - https://share.pluginus.net/image/i20220912085912.png
return false;

takkularapsis(@takkularapsis)
27 PostsTopic Author
Customers
Quote from takkularapsis on September 12, 2022, 13:19
Hi,
Yes, paste licence thanks.
This could did not worked as i added it like this...

Hi,
Yes, paste licence thanks.
This could did not worked as i added it like this...


takkularapsis(@takkularapsis)
27 PostsTopic Author
Customers

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 13, 2022, 10:53
Hello
This is the correct code
But I checked it on your site, the file does not have this change. Perhaps you did not add this code or the file is cached
Hello
This is the correct code
But I checked it on your site, the file does not have this change. Perhaps you did not add this code or the file is cached

takkularapsis(@takkularapsis)
27 PostsTopic Author
Customers
Quote from takkularapsis on September 13, 2022, 11:15
Hi,
Thank you, yes i deleted the string after it did not work. Now it is applied again if you could check?
Hi,
Thank you, yes i deleted the string after it did not work. Now it is applied again if you could check?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 13, 2022, 12:42
hello
Ok! I checked it - https://c2n.me/4gCdFDB
clear all cache and Ctrl+F5
hello
Ok! I checked it - https://c2n.me/4gCdFDB
clear all cache and Ctrl+F5

takkularapsis(@takkularapsis)
27 PostsTopic Author
Customers
Quote from takkularapsis on September 18, 2022, 10:54
Hi,
Thanks fo rlate reply. Worked great!
May i ask is there a path under child theme, where i could copy to file to not get lost in every update?
Hi,
Thanks fo rlate reply. Worked great!
May i ask is there a path under child theme, where i could copy to file to not get lost in every update?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 19, 2022, 13:02
Hello
copy this function and paste it into your child theme's JS file. It is necessary that this JS file is included after - wp-content\plugins\woocommerce-products-filter\js\front.js
Hello
copy this function and paste it into your child theme's JS file. It is necessary that this JS file is included after - wp-content\plugins\woocommerce-products-filter\js\front.js