Items in category disappear after filtering
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 Simeon on November 22, 2023, 20:00Hello there,
Here is a screencast of my problem!
https://www.loom.com/share/4ab1f2e9bef1480eb0490bd430b53348?sid=fa3150e2-d419-4448-b085-186ff2099bf0
Please help!
Hello there,
Here is a screencast of my problem!
https://www.loom.com/share/4ab1f2e9bef1480eb0490bd430b53348?sid=fa3150e2-d419-4448-b085-186ff2099bf0
Please help!
Quote from Simeon on November 22, 2023, 20:32Also,
How can I change the open and close filter title for mobile?
https://ibb.co/VQQkMHS
https://ibb.co/QkJG6rq
Also,
How can I change the open and close filter title for mobile?
Quote from Pablo Borysenco on November 23, 2023, 12:45Hello
Please drop me exact link to the issue
Check in category filter option - https://share.pluginus.net/image/i20231123124353.png
the open and close filter title - > Design tab - https://share.pluginus.net/image/i20231123124459.png
Hello
Please drop me exact link to the issue
Check in category filter option - https://share.pluginus.net/image/i20231123124353.png
the open and close filter title - > Design tab - https://share.pluginus.net/image/i20231123124459.png
Quote from Simeon on November 23, 2023, 12:57Hello!
The items count in categories issue is fixed. I don't know what happened but the problem is gone!
For the mobile filter, thank you! I didn't know it was in the design tab.And I have 1 more question - How do I style this section? Is is with custom CSS? And if it is, where is best to put the code?
https://ibb.co/4ZX61Mk
Thank you!
Hello!
The items count in categories issue is fixed. I don't know what happened but the problem is gone!
For the mobile filter, thank you! I didn't know it was in the design tab.
And I have 1 more question - How do I style this section? Is is with custom CSS? And if it is, where is best to put the code?
Thank you!
Quote from Pablo Borysenco on November 23, 2023, 13:38You camn use custom CSS - https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Or you can create a custom template (https://share.pluginus.net/image/i20231123133752.png) - https://products-filter.com/extencion/searching-by-text
You camn use custom CSS - https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/
Or you can create a custom template (https://share.pluginus.net/image/i20231123133752.png) - https://products-filter.com/extencion/searching-by-text
Quote from Simeon on November 23, 2023, 14:47Thank you!
And 1 last question. In a category page, for example this one - https://harmonia.bg/product-category/laneche/ , can I display only the child categories of this category. In this case "Laneche" is the parent.
Thank you!
And 1 last question. In a category page, for example this one - https://harmonia.bg/product-category/laneche/ , can I display only the child categories of this category. In this case"Laneche" is the parent.
Quote from Simeon on November 23, 2023, 19:19UPDATE:
I achieved this by using the [woof] shortcode. And also added this code:add_filter('woof_set_shortcode_taxonomyattr_behaviour', 'test_test');
function test_test($tax){
$taxonomy= explode(':',$tax );
//really_curr_tax=80-product_cat
if(count($taxonomy)>1 AND $taxonomy[0]=='product_cat'){
$_GET['really_curr_tax'] = $taxonomy[1]."-product_cat";
}
return $tax;
}My problem now is that I want to set the logic to OR so that if I select 2 categories, I see the products from both categories.
At the moment the logic is AND.
I also want to change the filter title.
UPDATE:
I achieved this by using the [woof] shortcode. And also added this code:
add_filter('woof_set_shortcode_taxonomyattr_behaviour', 'test_test');
function test_test($tax){
$taxonomy= explode(':',$tax );
//really_curr_tax=80-product_cat
if(count($taxonomy)>1 AND $taxonomy[0]=='product_cat'){
$_GET['really_curr_tax'] = $taxonomy[1]."-product_cat";
}
return $tax;
}
My problem now is that I want to set the logic to OR so that if I select 2 categories, I see the products from both categories.
At the moment the logic is AND.
I also want to change the filter title.
Quote from Simeon on November 24, 2023, 11:19UPDATE:
Here is the problem now:
https://www.loom.com/share/ca1acba8e7974b3d8cd6d435c42a8155?sid=41a3f465-8895-4f6d-b50d-9b633747545fWhen I filter, I want to stay on the same page. And the filter should not disappear.
UPDATE:
Here is the problem now:
https://www.loom.com/share/ca1acba8e7974b3d8cd6d435c42a8155?sid=41a3f465-8895-4f6d-b50d-9b633747545f
When I filter, I want to stay on the same page. And the filter should not disappear.
Quote from Pablo Borysenco on November 24, 2023, 13:01Hello
Try in Advanced->Options-> https://clip2net.com/s/4jP9DS4
and do a test
Hello
Try in Advanced->Options-> https://clip2net.com/s/4jP9DS4
and do a test
Quote from Simeon on November 24, 2023, 14:33It was Yes, now I set it to NO, and the problem is almost fixed. Now I can clear the filter, but I again i am not on the same page. How do I stay on the same page, seeing all filters?
https://ibb.co/FhB6J4L
It was Yes, now I set it to NO, and the problem is almost fixed. Now I can clear the filter, but I again i am not on the same page. How do I stay on the same page, seeing all filters?
Quote from Pablo Borysenco on November 27, 2023, 13:42Hello
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
Please drop me Wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png - I will check it
Quote from Simeon on November 27, 2023, 18:33I shared the data. I make the templates in Elementor - theme builder. You can pick whatever category archive you want.
I shared the data. I make the templates in Elementor - theme builder. You can pick whatever category archive you want.
Quote from Pablo Borysenco on November 28, 2023, 12:47hello
I checked your site - https://share.pluginus.net/image/i20231128124741.png - but I don't see the filter
hello
I checked your site - https://share.pluginus.net/image/i20231128124741.png - but I don't see the filter
Quote from Simeon on November 28, 2023, 14:01Here is it. I added it - https://beautyprofi.net/product-category/kremove-za-lice/
I just added the shortcode [woof]
Here is it. I added it - https://beautyprofi.net/product-category/kremove-za-lice/
I just added the shortcode [woof]
Quote from Pablo Borysenco on November 29, 2023, 13:55Hello
Please do a test and read this - https://products-filter.com/make-page-builders-and-custom-template-filterable
Hello
Please do a test and read this - https://products-filter.com/make-page-builders-and-custom-template-filterable
Quote from Simeon on November 30, 2023, 12:59Hello,
It works now in a normal window, but not in an Incognito window. Can you check if this is the case for you too?
Hello,
It works now in a normal window, but not in an Incognito window. Can you check if this is the case for you too?
Quote from Pablo Borysenco on November 30, 2023, 13:24Hello
Please disable JS optimization clear all cache and do a test
Hello
Please disable JS optimization clear all cache and do a test
Quote from Simeon on November 30, 2023, 13:29Yes! Now it works! It was the Load JS deferred. Thank you very much!
Yes! Now it works! It was the Load JS deferred. Thank you very much!
Quote from Simeon on November 30, 2023, 13:49Hello there,
Now I get over 1000 errors in the console (all the same) - https://ibb.co/rdWRMB9 . Can you please help? I think its from the filter.
(index):1792 DOMException: Failed to execute 'querySelectorAll' on 'Document': 'style id='woof-inline-css'>
.woof_products_top_panel li span, .woof_products_top_panel2 li span' is not a valid selector.
at https://beautyprofi.net/:1792:1242
at Array.forEach (<anonymous>)
at MutationObserver.c (https://beautyprofi.net/:1792:1209)
Hello there,
Now I get over 1000 errors in the console (all the same) - https://ibb.co/rdWRMB9 . Can you please help? I think its from the filter.
(index):1792 DOMException: Failed to execute 'querySelectorAll' on 'Document': 'style id='woof-inline-css'>
.woof_products_top_panel li span, .woof_products_top_panel2 li span' is not a valid selector.
at https://beautyprofi.net/:1792:1242
at Array.forEach (<anonymous>)
at MutationObserver.c (https://beautyprofi.net/:1792:1209)
Quote from Pablo Borysenco on December 1, 2023, 11:29Hello
https://c2n.me/4jRZzLx.png - I don't see any r
Hello
https://c2n.me/4jRZzLx.png - I don't see any r