Filter Kategorie
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 bulli on March 14, 2023, 18:08Dear support team,
when I go to the WP URL of the categories /shop/category, I no longer see the filter for the categories.
If I redirect this from the URL /shop/category to /check/product_cat-name/ it works.
Is there a non-redirect solution to do this with the normal category?
My 2nd question is how do I get a text under the respective filter categories /check/product_cat-name/? I want to add a text for each category. Only for Woocommerce main category WP.
Thanks for the help and best regards
Dear support team,
when I go to the WP URL of the categories /shop/category, I no longer see the filter for the categories.
If I redirect this from the URL /shop/category to /check/product_cat-name/ it works.
Is there a non-redirect solution to do this with the normal category?
My 2nd question is how do I get a text under the respective filter categories /check/product_cat-name/? I want to add a text for each category. Only for Woocommerce main category WP.
Thanks for the help and best regards
Quote from Pablo Borysenco on March 15, 2023, 11:16Hello
when I go to the WP URL of the categories /shop/category, I no longer see the filter for the categories. - 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
There is a big difference between filtering (what my plugin does) and menus (redirecting to different pages)
I want to add a text for each category - Try to use this option - https://share.pluginus.net/image/i20230315111616.png
Hello
when I go to the WP URL of the categories /shop/category, I no longer see the filter for the categories. - 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
There is a big difference between filtering (what my plugin does) and menus (redirecting to different pages)
I want to add a text for each category - Try to use this option - https://share.pluginus.net/image/i20230315111616.png
Quote from bulli on March 15, 2023, 18:29Hi Thank you for the top Support!
I have currently set up a redirect to /shop/woof/product_cat-name/, it works as desired.
Maybe I'll have to change it then :-)
Regarding the meta information everything worked great. Thanks!
Can I display my own text after all products? That doesn't work for me yet.
Thank you for everything!
Hi Thank you for the top Support!
I have currently set up a redirect to /shop/woof/product_cat-name/, it works as desired.
Maybe I'll have to change it then :-)
Regarding the meta information everything worked great. Thanks!
Can I display my own text after all products? That doesn't work for me yet.
Thank you for everything!
Quote from Pablo Borysenco on March 16, 2023, 11:59Hello
Can I display my own text after all products? - Try this field - https://c2n.me/4i4DfCt.png
Hello
Can I display my own text after all products? - Try this field - https://c2n.me/4i4DfCt.png
Quote from bulli on March 16, 2023, 12:03Hello, thanks for the reply.
I noticed that this text is not displayed on pages when no page break numbers are given. Can this be fixed?
It doesn't show the h1 heading. Just the text.
Thank you for everything! I can only recommend your plugin and the support to everyone!
Hello, thanks for the reply.
I noticed that this text is not displayed on pages when no page break numbers are given. Can this be fixed?
It doesn't show the h1 heading. Just the text.
Thank you for everything! I can only recommend your plugin and the support to everyone!
Quote from Pablo Borysenco on March 16, 2023, 13:03Hello
Please try in file - wp-content\plugins\woocommerce-products-filter\ext\url_request\classes\seo.php - try to change code - https://c2n.me/4i4Gibi.png
$url = explode('/page/', $url);
$this->curr_url = $url[0];
Hello
Please try in file - wp-content\plugins\woocommerce-products-filter\ext\url_request\classes\seo.php - try to change code - https://c2n.me/4i4Gibi.png
$url = explode('/page/', $url);
$this->curr_url = $url[0];
Quote from bulli on March 16, 2023, 13:14Hello, thanks for the help.
When I replace the code, the text in the categories with the <- prev 1 2 3 next-> disappears
If I call up a category without <- prev 1 2 3 next-> where too few products are displayed, the text is still not displayed.
Thanks for the help
Hello, thanks for the help.
When I replace the code, the text in the categories with the <- prev 1 2 3 next-> disappears
If I call up a category without <- prev 1 2 3 next-> where too few products are displayed, the text is still not displayed.
Thanks for the help
Quote from Pablo Borysenco on March 16, 2023, 13:29please drop me exact link to the issue
please drop me exact link to the issue
Quote from bulli on March 16, 2023, 13:33Hello, the links are in the private data box. Thanks very much
Hello, the links are in the private data box. Thanks very much
Quote from bulli on March 16, 2023, 13:40Hello Pablo, one more question, the headline is not adopted (size).
Is the code correct?
Thanks.woof_seo_text h1 {
margin: 0 0 1rem;
padding-top: 7rem;
font-size: 17px !important;
}
Hello Pablo, one more question, the headline is not adopted (size).
Is the code correct?
Thanks
.woof_seo_text h1 {
margin: 0 0 1rem;
padding-top: 7rem;
font-size: 17px !important;
}
Quote from Pablo Borysenco on March 16, 2023, 14:01Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Looks like it's incompatible with the current theme. text is added using a hook - woocommerce_after_shop_loop But it looks like the current theme removes this hook if there is no pagination
Is the code correct? - It depends on your theme styles.
Please paste your license key here - https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png
Looks like it's incompatible with the current theme. text is added using a hook - woocommerce_after_shop_loop But it looks like the current theme removes this hook if there is no pagination
Is the code correct? - It depends on your theme styles.
Quote from bulli on March 16, 2023, 14:05Hello Pablo, thanks for the feedback.
The headline works, that was due to wp-rocket and it's done.
Can I work around this with the woocommerce_after_shop_loop or should I ask the template provider?
thank you for everything
Hello Pablo, thanks for the feedback.
The headline works, that was due to wp-rocket and it's done.
Can I work around this with the woocommerce_after_shop_loop or should I ask the template provider?
thank you for everything
Quote from Pablo Borysenco on March 17, 2023, 10:40Hello
First ask the template author if he can add this hook (it is necessary for ajax mode)
If not, then we will customize the code
Hello
First ask the template author if he can add this hook (it is necessary for ajax mode)
If not, then we will customize the code
Quote from bulli on March 17, 2023, 10:45Hello Pablo, thanks I will do that. Best regards
Hello Pablo, thanks I will do that. Best regards
Quote from bulli on March 19, 2023, 16:22Hello Pablo under "SEO URL request" I enter the url "/product_cat-..../" and the meta are displayed correctly.
For the shop page, where no filter is set, I enter the URL /shop/ and add the meta.
Everything fits but if I then enter under /shop/check/fur_.../, this text is not accepted.
Can you tell me what I'm doing wrong?
Thanks for the support
Hello Pablo under"SEO URL request" I enter the url"/product_cat-..../" and the meta are displayed correctly.
For the shop page, where no filter is set, I enter the URL /shop/ and add the meta.
Everything fits but if I then enter under /shop/check/fur_.../, this text is not accepted.
Can you tell me what I'm doing wrong?
Thanks for the support
Quote from bulli on March 20, 2023, 12:56Dear Pablo, is it possible to change product_ to product-?
Thanks
Dear Pablo, is it possible to change product_ to product-?
Thanks
Quote from Pablo Borysenco on March 20, 2023, 14:03Hello
you should use text - {any} - /product_cat-{any}/ OR /shop/check/fur_{any}/
But the first part must be a valid slug or meta key - https://share.pluginus.net/image/i20230320140348.png
Hello
you should use text - {any} - /product_cat-{any}/ OR /shop/check/fur_{any}/
But the first part must be a valid slug or meta key - https://share.pluginus.net/image/i20230320140348.png
Quote from bulli on March 20, 2023, 16:00Hello Pablo, thanks for the reply. I have a separate meta description for each category, so this doesn't really work for me?
/product_cat-1/
/product_cat-2/
/Shop/only work /shop/check/fur_1/ does not work, here the data from /shop/ is taken over.
And can you change the _ in product_cat to the -?
thanks for the support
Hello Pablo, thanks for the reply. I have a separate meta description for each category, so this doesn't really work for me?
/product_cat-1/
/product_cat-2/
/Shop/
only work /shop/check/fur_1/ does not work, here the data from /shop/ is taken over.
And can you change the _ in product_cat to the -?
thanks for the support
Quote from Pablo Borysenco on March 21, 2023, 12:15Hello
Please drop me screenshots of your SeoURL settings
OR better wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
And can you change the _ in product_cat to the -? - Unfortunately the plugin will not work with changed slugs in the URL
Hello
Please drop me screenshots of your SeoURL settings
OR better wp-admin access - https://share.pluginus.net/image/i20230222134241.png ->https://share.pluginus.net/image/i20230222134615.png
And can you change the _ in product_cat to the -? - Unfortunately the plugin will not work with changed slugs in the URL