
Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 25, 2022, 12:31
Hello
Yes, we know that WP 6 has a conflict with SEO URL - Our developers are already working on it
the content in the categories will disappear. - Can you describe it in more detail?
Hello
Yes, we know that WP 6 has a conflict with SEO URL - Our developers are already working on it
the content in the categories will disappear. - Can you describe it in more detail?

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 26, 2022, 12:07
Hello
i can send you a hot fix OR you can wait for the official plugin update
Hello
i can send you a hot fix OR you can wait for the official plugin update

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 27, 2022, 12:12
Hello
I think the release will be next week. but there may be delays of a few days
In file -\wp-content\plugins\woocommerce-products-filter\ext\url_request\classes\url_parser.php - change code - https://share.pluginus.net/image/i20220527101211.png
global $wp_version;
if ( version_compare($wp_version,'6.0') >= 0) {
$WP->query_posts();
$WP->handle_404();
$WP->register_globals();
} else {
do_action_ref_array('parse_request', array(&$WP));
}
Hello
I think the release will be next week. but there may be delays of a few days
In file -\wp-content\plugins\woocommerce-products-filter\ext\url_request\classes\url_parser.php - change code - https://share.pluginus.net/image/i20220527101211.png
global $wp_version;
if ( version_compare($wp_version,'6.0') >= 0) {
$WP->query_posts();
$WP->handle_404();
$WP->register_globals();
} else {
do_action_ref_array('parse_request', array(&$WP));
}

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 30, 2022, 10:38
Hello
You can paste your FTP access here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png - I will paste this code
Hello
You can paste your FTP access here - https://share.pluginus.net/image/i20210618130558.png -> https://share.pluginus.net/image/i20210618130637.png - I will paste this code

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 30, 2022, 11:34
Please do a test
Please do a test

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on May 30, 2022, 12:04
Welcome;)
Welcome;)