nickwuk
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] www. with QUIC.cloud using CNAMEForum: Localhost Installs
In reply to: Fatal error: Uncaught Error: Call to undefined functionAs a temporary workaround, to regain access to admin, in wp-settings.php on line 380 I’ve added:
require ABSPATH . WPINC . '/block-supports/block-style-variations.php
I found this in \wp-content\upgrade\wordpress-6.6-no-content\wordpress\wp-settings.php
But then more errors about undefined functions occurred. Clearly the automatic v6.6 updated had failed, however running the update manually via admin succeeded.
Forum: Localhost Installs
In reply to: Fatal error: Uncaught Error: Call to undefined functionI’m getting a similar error on XAMPP and someone also on WAMP here.
I’m getting:
PHP Fatal error: Uncaught Error: Call to undefined function wp_register_block_style_variations_from_theme_json_partials() in \wp-includes\class-wp-theme-json-resolver.php:266
Forum: Plugins
In reply to: [EWWW Image Optimizer] Conflict with ElementorThank you for replying. I came to the same conclusion that it’s a resources issue despite GoDaddy’s assurance, because the same error occurred again later just closing the Elementor editor.
Forum: Plugins
In reply to: [Antispam Bee] Spam KeywordsThank you for your comprehensive answer. Looks good!
I’ve got round this by over writing with another provider using the same email address.
Forum: Fixing WordPress
In reply to: Blank Screen in Edit/New Post/Page After Updating to 5.8Same problem updating to 5.9, cleared the browser cache and it worked again.
Sometimes I find the F5 key unreliable, it doesn’t always clear the browser cache. Sometimes I have to clear the cookies, I do this in Firefox by clicking the padlock icon adjacent the address bar and selecting ‘Clear cookies …’, or use a clear cache browser plugin.Forum: Plugins
In reply to: [WP Hardening (discontinued)] Putting css and js to frontend pagesI changed the css/js files loaded in
wp-content\plugins\wp-security-hardening\modules\scripts.php
and saved more than 1s from mobile LCP resulting in a mobile performance score of 100.Forum: Plugins
In reply to: [WP Hardening (discontinued)] Putting css and js to frontend pagesI have exactly the same question! I can understand css files being required in the admin, but why are the following files loaded in frontend web pages:
wp-security-hardening/modules/inc/fa/css/font-awesome.min.css
wp-security-hardening/modules/inc/assets/css/tw-bs4.css
wp-security-hardening/modules/css/front.cssTotal size: 228KB!
And is wp-security-hardening/modules/js/front.js even required? My front.js file seems to serve no purpose, it contains:
jQuery(document).ready( function($){ }) // global end
Forum: Plugins
In reply to: [WP Hardening (discontinued)] changing wp-admin doesn’t workCouldn’t get the ‘Change Login URL’ to work either. It’s the only plugin installed, running on OpenLiteSpeed.
Forum: Plugins
In reply to: [Gallery Custom Links] Custom url not listed for gallery imageThe theme in use is BuddyBoss 1.7.5
Forum: Plugins
In reply to: [EWWW Image Optimizer] WebP response failed mime-type test@oldrup I’m getting the same issue on OpenLiteSpeed, a clue to your solution would be greatly appreciated please. When I checked the JS WebP Rewriting checkbox references to webp were made in the data-bg-webp property of background images but no reference inside img-tags.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Images not scaled during batch optimizationI see. I don’t know how it was acquired, another developer installed it.
Thank you for your help.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Images not scaled during batch optimizationNo I don’t see a “Resize Other Images” checkbox in EWWW version 4.7 under the Settings Resize tab. Screenshot
- This reply was modified 3 years, 9 months ago by nickwuk.
Forum: Plugins
In reply to: [EWWW Image Optimizer] Images not scaled during batch optimization“Allow resizing of existing Media Library images” under the Resize tab is checked. However the images that were optimized were in an external folder that I specified under the Advanced tab in the “Folders to Optimize” box.
- This reply was modified 3 years, 9 months ago by nickwuk.