PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

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 please
If 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.
12

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

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

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!

Hello

Can I display my own text after all products?  - Try this field  - https://c2n.me/4i4DfCt.png

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!

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];

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

please drop me exact link to the issue

Hello, the links are in the private data box. Thanks very much

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;
}

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.

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

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

Hello Pablo, thanks I will do that. Best regards

Welcome;)

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

Dear Pablo, is it possible to change product_ to product-?

Thanks

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

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

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

12