Filter categories
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 Srdjan_R on March 14, 2024, 13:44Hi Pablo,
Can you please help me how can I exclude only the product categories from the dynamic count?
Thanks
Hi Pablo,
Can you please help me how can I exclude only the product categories from the dynamic count?
Thanks
Quote from Pablo Borysenco on March 15, 2024, 11:27Hello
In this case you will need code customization
What plugin version number are you using?
what type of filter (checkbox, radio, drop-down ext.)?
Hello
In this case you will need code customization
What plugin version number are you using?
what type of filter (checkbox, radio, drop-down ext.)?
Quote from Srdjan_R on March 15, 2024, 11:43It's great to hear that a solution is possible. :)
My version is 3.3.5.3 (premium, of course).
Standard filter type: radio button.
I appreciate your help, Pablo!
It's great to hear that a solution is possible. :)
My version is 3.3.5.3 (premium, of course).
Standard filter type: radio button.
I appreciate your help, Pablo!
Quote from Pablo Borysenco on March 15, 2024, 13:17Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
try in file - wp-content\plugins\woocommerce-products-filter\views\html_types\radio.php add this code - https://share.pluginus.net/image/i20240315131452.png
if ("product_cat" == $tax_slug) {
$show_count_dynamic = 0;
}
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
try in file - wp-content\plugins\woocommerce-products-filter\views\html_types\radio.php add this code - https://share.pluginus.net/image/i20240315131452.png
if ("product_cat" == $tax_slug) {
$show_count_dynamic = 0;
}
Quote from Srdjan_R on March 15, 2024, 15:14Thank you for the quick response, Pablo.
I have inserted the code snippet, but unfortunately, it works only partially. I've made a short video, which I hope will be helpful.
https://www.youtube.com/watch?v=xod7gmZ4hvo
Thank you for the quick response, Pablo.
I have inserted the code snippet, but unfortunately, it works only partially. I've made a short video, which I hope will be helpful.
Quote from Pablo Borysenco on March 18, 2024, 11:32Hello
On the category(taxonomy) page, the filter shows only child categories(taxonomies)
This is a very logical behavior. On the category page, you can show ONLY products that belong to the category OR child category. It makes sense to show only child categories( of the current category ), because clicking on any other category will always give zero products )
Hello
On the category(taxonomy) page, the filter shows only child categories(taxonomies)
This is a very logical behavior. On the category page, you can show ONLY products that belong to the category OR child category. It makes sense to show only child categories( of the current category ), because clicking on any other category will always give zero products )
Quote from Srdjan_R on March 18, 2024, 11:59Yes, absolutely. That seems logical to us, but as you know, clients can have different perspectives. 😊
I've resolved the issue according to the client's requirements, so everything is in order now. :)
I have one more question, and then I won't trouble you any further, Pablo.
Is it possible to remove "product_cat" from the slug/URL? For example, can we change "/product_cat-gooddrive-gd270-series/" to "/gooddrive-gd270-series/"? Alternatively, could we replace the underscore "_" with a hyphen "-", since underscores are not SEO-friendly?
Yes, absolutely. That seems logical to us, but as you know, clients can have different perspectives. 😊
I've resolved the issue according to the client's requirements, so everything is in order now. :)
I have one more question, and then I won't trouble you any further, Pablo.
Is it possible to remove"product_cat" from the slug/URL? For example, can we change"/product_cat-gooddrive-gd270-series/" to"/gooddrive-gd270-series/"? Alternatively, could we replace the underscore"_" with a hyphen"-", since underscores are not SEO-friendly?
Quote from Pablo Borysenco on March 18, 2024, 12:29unfortunately no. This is the category slug for which the search is performed.
unfortunately no. This is the category slug for which the search is performed.
Quote from Srdjan_R on March 18, 2024, 12:47No worries, thanks for the help Pablo, I appreciate it.
No worries, thanks for the help Pablo, I appreciate it.
Quote from Srdjan_R on March 18, 2024, 13:38How to disable some system extensions, like, for example, filter by the author?
I want to speed up the filter, but no luck yet (tried all suggestions from the forum).
How to disable some system extensions, like, for example, filter by the author?
I want to speed up the filter, but no luck yet (tried all suggestions from the forum).
Quote from Pablo Borysenco on March 19, 2024, 10:45Hello
You can get slugs here - https://share.pluginus.net/image/i20240319104214.png and paste this slug (without square brackets) into this field - https://share.pluginus.net/image/i20240319104531.png
Hello
You can get slugs here - https://share.pluginus.net/image/i20240319104214.png and paste this slug (without square brackets) into this field - https://share.pluginus.net/image/i20240319104531.png
Quote from Srdjan_R on March 19, 2024, 10:53Sorry, the first image is emtpy
Sorry, the first image is emtpy
Quote from Pablo Borysenco on March 19, 2024, 12:39try this link, please - https://share.pluginus.net/image/i20240319104214.png
try this link, please - https://share.pluginus.net/image/i20240319104214.png
Quote from Srdjan_R on March 21, 2024, 16:18Did you mean these?
https://prnt.sc/sGkz8xAJ0BTu
(those are not working when I insert them into the mentioned field)
Did you mean these?
(those are not working when I insert them into the mentioned field)
Quote from Pablo Borysenco on March 22, 2024, 11:00Hello
Ok! Please drop me wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will check it
Hello
Ok! Please drop me wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will check it