Сергій
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.jsI just wanted to share my research with you, I hope it helps. Thank you.
Forum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.jsHi there. I tested some code
This one works
<font _mstmutation="1" _msttexthash="2200809" _msthash="417">add_filter('script_loader_src', function($src, $handle){</font>
static $bad = array(
'wc-category-title-block-frontend',
'wc-category-description-block-frontend'
);
return ($src && in_array($handle, $bad, true)) ? '' : $src;
}, 9999, 2);
This one works also
add_filter('script_loader_src', function($src, $handle) {
if (empty($src)) return $src;
$bad_handles = [
'wc-category-title-block-frontend',
'wc-category-description-block-frontend'
];
if (in_array($handle, $bad_handles, true)) {
return '';
}
return $src;
}, 9998, 2);
This one doesn't work, the error appears when using it
add_action('wp_enqueue_scripts', function () {
$scripts = array(
'wc-category-title-block-frontend',
'wc-category-description-block-frontend'
);
foreach ($scripts as $handle) {
wp_dequeue_script($handle);
wp_deregister_script($handle);
}
}, 999);Thanks, but everything is working now.
@direktorobi It works, but the area where it activates has been reduced. Try clicking on the left side, at the beginning of the area.
Forum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.jsI added this code, But that only masks the problem; it doesn’t solve it
add_filter(‘script_loader_src’, function($src, $handle) {
if (empty($src)) {
return $src;
}$bad_handles = [
'wc-category-title-block-frontend',
'wc-category-description-block-frontend'
];
if (in_array($handle, $bad_handles, true)) {
return '';
}
return $src;}, 9998, 2);
I think you’ve already seen this, but I also found this snippet – is it related to Jetpack?
</script><script type=”text/javascript” src=”https://s0.wp.com/wp-content/mu-plugins/notes/admin-bar-v2.js?ver=15.6-202612-lite” id=”wpcom-notes-admin-bar-js”></script><script type=”text/javascript” src=”https://agroshel.com.ua/wp-content/plugins/woocommerce/assets/client/blocks/category-title-frontend.js?ver=wc-10.6.1” id=”wc-category-title-block-frontend-js”></script><script type=”text/javascript” src=”https://agroshel.com.ua/wp-content/plugins/woocommerce/assets/client/blocks/category-description-frontend.js?ver=wc-10.6.1” id=”wc-category-description-block-frontend-js”></script><script type=”text/javascript” id=”jetpack-blocks-assets-base-url-js-before”>/* <![CDATA[ */
Forum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.js@frankremmy Hello. I don’t use Elementor. The homepage only uses WooCommerce or WordPress features. I’ve already changed the widgets on the homepage and the bottom section with the product overview; the only thing left is the category section, but those are WooCommerce widgets.
@jaideeprm Hi. Thank you.
` rank-math
version: 1.0.266.1
database_version: 1
plugin_plan: Business
active_modules: seo-analysis, sitemap, rich-snippet, woocommerce, local-seo, link-counter, instant-indexing, redirections, llms-txt
refresh_token: Токен існує
permissions: Search Console: Надали
rank_math_404_logs: 9 КБ
rank_math_redirections: 41 КБ
rank_math_redirections_cache: 31 КБ
rank_math_internal_links: 218 КБ
rank_math_internal_meta: 111 КБ
rank_math_analytics_gsc: 4 КБ
rank_math_analytics_objects: 268 КБ
rank_math_analytics_inspections: 3 МБ wp-core
version: 6.9.4
site_language: uk
user_language: uk
timezone: Europe/Kyiv
permalink: /%year%/%monthnum%/%day%/%postname%/
https_status: true
multisite: false
user_registration: 1
blog_public: 1
default_comment_status: open
environment_type: production
user_count: 40
dotorg_communication: true wp-dropins (2)
advanced-cache.php: true
maintenance.php: true wp-active-theme
name: Top Store Multi Vendor Child (top-store-multi-vendor-child)
version: 1.0.0
author: ThemeHunk
author_website: https://www.themehunk.com
parent_theme: Top Store Pro (top-store-pro)
theme_features: core-block-patterns, widgets-block-editor, block-templates, post-thumbnails, automatic-feed-links, title-tag, html5, woocommerce, wp-block-styles, align-wide, editor-styles, editor-style, responsive-embeds, custom-spacing, customize-selective-refresh-widgets, custom-logo, custom-header, custom-background, plugins, menus, wc-product-gallery-zoom, wc-product-gallery-lightbox, wc-product-gallery-slider, widgets
theme_path: /home2/agroshel/public_html/wp-content/themes/top-store-multi-vendor-child
auto_update: Disabled wp-parent-theme
name: Top Store Pro (top-store-pro)
version: 1.8.3
author: ThemeHunk
author_website: https://www.themehunk.com
theme_path: /home2/agroshel/public_html/wp-content/themes/top-store-pro
auto_update: Disabled wp-plugins-active (9)
Advance Product Search: version: 1.3.2, author: ThemeHunk, Auto-updates disabled
Cyr-To-Lat: version: 6.6.0, author: Sergey Biryukov, Mikhail Kobzarev, Igor Gergel, Auto-updates disabled
Jetpack: version: 15.6, author: Automattic, Auto-updates disabled
Jetpack Boost: version: 4.5.8, author: Automattic - Jetpack Site Speed team, Auto-updates disabled
Jetpack Protect: version: 4.4.1, author: Automattic - Jetpack Security team, Auto-updates disabled
Morkva UA Shipping: version: 1.8.5, author: MORKVA, Auto-updates disabled
Rank Math SEO: version: 1.0.266.1, author: Rank Math SEO, Auto-updates disabled
Two Factor: version: 0.15.0, author: ww.wp.xz.cn Contributors, Auto-updates disabled
WooCommerce: version: 10.6.1, author: Automattic, Auto-updates disabled wp-server
server_architecture: Linux 4.18.0-553.79.1.lve.el8.x86_64 x86_64
httpd_software: LiteSpeed
php_version: 8.3.30 64bit
php_sapi: litespeed
max_input_variables: 5000
time_limit: 3000
memory_limit: 1024M
max_input_time: 180
upload_max_filesize: 1G
php_post_max_size: 1024M
curl_version: 8.14.1 OpenSSL/1.1.1w
suhosin: false
imagick_availability: true
pretty_permalinks: true
htaccess_extra_rules: true
static_robotstxt_file: true
current: 2026-03-19T22:37:27+00:00
utc-time: Thursday, 19-Mar-26 22:37:27 UTC
server-time: 2026-03-20T00:37:26+02:00 wp-database
extension: mysqli
server_version: 10.11.16-MariaDB-cll-lve
client_version: mysqlnd 8.3.30
max_allowed_packet: 268435456
max_connections: 300 wp-constants
WP_HOME: undefined
WP_SITEURL: undefined
WP_CONTENT_DIR: /home2/agroshel/public_html/wp-content
WP_PLUGIN_DIR: /home2/agroshel/public_html/wp-content/plugins
WP_MEMORY_LIMIT: 512M
WP_MAX_MEMORY_LIMIT: 1024M
WP_DEBUG: false
WP_DEBUG_DISPLAY: true
WP_DEBUG_LOG: false
SCRIPT_DEBUG: false
WP_CACHE: true
CONCATENATE_SCRIPTS: undefined
COMPRESS_SCRIPTS: undefined
COMPRESS_CSS: undefined
WP_ENVIRONMENT_TYPE: undefined
WP_DEVELOPMENT_MODE: undefined
DB_CHARSET: utf8mb4
DB_COLLATE: undefined wp-filesystem
wordpress: writable
wp-content: writable
uploads: writable
plugins: writable
themes: writable
fonts: does not exist
mu-plugins: writableForum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.js@shahzeenfarooq Thanks for the reply. The error appeared even before I installed Jetpack Boost. I’ve done everything, cleaned everything up, but nothing has changed. I’ve checked everything – these scripts aren’t being called manually.
Forum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.js@shahzeenfarooq Hi I only see this error on the home page. It might be elsewhere, but from what I’ve checked, it’s only on the home page https://agroshel.com.ua/

Thanks.
- This reply was modified 2 months, 3 weeks ago by Сергій.
Forum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.jsForum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.jsHi @shahzeenfarooq Thank you for your reply. I did it, but nothing changed. Here’s what I found, though The file category-description-frontend.js does not exist, but there is a file named category-description.js in the directory (inside the category-description folder). As a result, the browser requests a non-existent path and receives an HTML 404 error (LiteSpeed served a cached 404).
Forum: Plugins
In reply to: [WooCommerce] category-title-frontend.js and category-description-frontend.jsThis works too –
add_filter(‘script_loader_src’, function($src, $handle) {
if (empty($src)) {
return $src;
}$bad_handles = [
'wc-category-title-block-frontend',
'wc-category-description-block-frontend'
];
if (in_array($handle, $bad_handles, true)) {
return '';
}
return $src;}, 9998, 2);
Forum: Plugins
In reply to: [WooCommerce] When adding a new product, the draft isn’t saved automaticallySorry, my bad – I found it already.
Thank you. This works if apostrophe (
') in english layout.Hello, thank you for fixing the keyword frequency in version 1.0.262, everything works fine. But I found a new problem. Maybe this problem was in previous versions, I don’t know. In Ukrainian, there are words with this symbol ’
And now Rank Math does not take words with these symbols – the focus keyword is not found in subheadings such as H2, H3, H4, etc. Everything else works.
Thanks.

