product category filter dont work
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 pleaseIf 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.
Quote from sales on August 20, 2021, 17:34Hello, I bought your plugin and installed, everything works fine except product categories filter. When I click on category on filter, results shows all products, instead of products from selected category.
Hello, I bought your plugin and installed, everything works fine except product categories filter. When I click on category on filter, results shows all products, instead of products from selected category.
Quote from Pablo Borysenco on August 23, 2021, 11:22Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
drop me exact link to the issue
Hello
Please paste your license key here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130614.png
drop me exact link to the issue
Quote from sales on August 23, 2021, 12:01exact link also saved under private data
exact link also saved under private data
Quote from Pablo Borysenco on August 23, 2021, 13:02Try in Advanced->Options - check it - https://share.pluginus.net/image/i20210823140251.png
Try in Advanced->Options - check it - https://share.pluginus.net/image/i20210823140251.png
Quote from sales on August 23, 2021, 13:09thanks, but it is already set to no. Or I need to change it to Yes?
thanks, but it is already set to no. Or I need to change it to Yes?
Quote from sales on August 23, 2021, 13:15i tried to change to yes, but no changes :(
i tried to change to yes, but no changes :(
Quote from sales on August 23, 2021, 13:55And also there is second problem - some sliders dont show correctly - smaller number s on end of the scale, but it should be first
https://drive.google.com/file/d/1rEQyb1rLTlQw166mk-sxJgfCb9HzEbkH/view?usp=sharing
And also there is second problem - some sliders dont show correctly - smaller number s on end of the scale, but it should be first
https://drive.google.com/file/d/1rEQyb1rLTlQw166mk-sxJgfCb9HzEbkH/view?usp=sharing
Quote from sales on August 23, 2021, 15:47I solved probleem with categories, seems there was conflict with onother plugin. But how about slider filters?could you please help with this
I solved probleem with categories, seems there was conflict with onother plugin. But how about slider filters?could you please help with this
Quote from Pablo Borysenco on August 24, 2021, 10:39Hello
This trouble was always, and can be resolved by drag and drop on the terms page:
Example
* go here wp-admin/edit-tags.php?taxonomy=pa_shoe-size&post_type=product
* by mouse set right order of terms
Reason: for WordPress all taxonomies tiles and slugs is just STRINGS so WOOF works with them as string, and appending idea to them that they are numbers is just human logic, but not for scriptOR try it on "additional options" - https://share.pluginus.net/image/i20210824113712.png
OR on attribute edit page - https://c2n.me/4d6rVI6.png
Hello
This trouble was always, and can be resolved by drag and drop on the terms page:
Example
* go here wp-admin/edit-tags.php?taxonomy=pa_shoe-size&post_type=product
* by mouse set right order of terms
Reason: for WordPress all taxonomies tiles and slugs is just STRINGS so WOOF works with them as string, and appending idea to them that they are numbers is just human logic, but not for script
OR try it on "additional options" - https://share.pluginus.net/image/i20210824113712.png
OR on attribute edit page - https://c2n.me/4d6rVI6.png
Quote from sales on August 24, 2021, 11:27thanx, numeric worked :)
thanx, numeric worked :)
Quote from sales on August 24, 2021, 13:12I have one more question. Where i can change search loader svg (if its svg)?
Search loader: https://drive.google.com/file/d/1cikhdLOltaE2EnSUH7p_bXZ33tes-KB8/view?usp=sharing
I have one more question. Where i can change search loader svg (if its svg)?
Search loader: https://drive.google.com/file/d/1cikhdLOltaE2EnSUH7p_bXZ33tes-KB8/view?usp=sharing
Quote from sales on August 25, 2021, 08:40ok, I found where to change it /wp-content/plugins/woocommerce-products-filter/ext/by_text/img
I changed loader.gif with my own file loader.gif, but frontend still shows original loader gif. (cache cleared)
P.S. The same problem was when I tried to change overlay skins, but then I pasted code inside of one of original svg files and it worked. But in this case ofcorse I can only replace file.
ok, I found where to change it /wp-content/plugins/woocommerce-products-filter/ext/by_text/img
I changed loader.gif with my own file loader.gif, but frontend still shows original loader gif. (cache cleared)
P.S. The same problem was when I tried to change overlay skins, but then I pasted code inside of one of original svg files and it worked. But in this case ofcorse I can only replace file.
Quote from Pablo Borysenco on August 25, 2021, 12:31Hello
I checked it - https://c2n.me/4d7gVTO.png - now it looks like your image
Hello
I checked it - https://c2n.me/4d7gVTO.png - now it looks like your image
Quote from sales on August 25, 2021, 15:50ok tnx, I figured out, it was cloudflare cache, cleared and I see also now :)
ok tnx, I figured out, it was cloudflare cache, cleared and I see also now :)
Quote from Pablo Borysenco on August 26, 2021, 11:26Hello
Great! Welcome;)
Hello
Great! Welcome;)
Quote from sales on September 14, 2021, 16:13Hello,
I have question, what is name of product filter button css class and product filter box(with border) css class? I cant inspect those elements, because I can see those elements only from phone.
https://drive.google.com/file/d/1V4JHAgTiOCEmRnNXutWxqkYYq7ywkJOI/view?usp=sharing
Hello,
I have question, what is name of product filter button css class and product filter box(with border) css class? I cant inspect those elements, because I can see those elements only from phone.
https://drive.google.com/file/d/1V4JHAgTiOCEmRnNXutWxqkYYq7ywkJOI/view?usp=sharing
Quote from Pablo Borysenco on September 15, 2021, 11:23Hello
Try to add
body .woof_show_auto_form, body .woof_hide_auto_form {
margin-left: calc(50% - 60px);
}
For border:
.woof_sid_auto_shortcode {
border: solid 2px #d02323;
border-radius: 1px;}
Hello
Try to add
body .woof_show_auto_form, body .woof_hide_auto_form {
margin-left: calc(50% - 60px);
}
For border:
.woof_sid_auto_shortcode {
border: solid 2px #d02323;
border-radius: 1px;
}