Ella Van Durpe
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Updating Gutenberg 22.6.0Sorry to make that assumption. There are some code snippet plugins available to add PHP code to your site (but I don’t recommend doing it on a live site).
Glad to hear it’s working now. Maybe it’s worth contacting the author of that plugin.
Forum: Plugins
In reply to: [Gutenberg] Updating Gutenberg 22.6.0Could you try disabling client-side media processing?
add_filter('wp_client_side_media_processing_enabled', '__return_false');Forum: Plugins
In reply to: [Gutenberg] Updating Gutenberg 22.6.0@fvbussel I don’t see anything suspicious except maybe:
Client-side media processing unavailable: Browser does not support credentialless iframes. Cross-origin isolation would break third-party embeds. Using server-side processing.
It could be that it’s a fatal error, but it doesn’t sound like it should be. I’ve seen an issue mentioned somewhere with Playground that prevents the iframe from loading, caused by the Client-side media processing. So maybe it’s related. Maybe the client-side fallback needs to be tested.
Forum: Plugins
In reply to: [Gutenberg] Updating Gutenberg 22.6.0@fvbussel Could you share all the errors in the console? It’s hard to tell if there’s errors preceding. The errors you shared are related to images and shouldn’t block the editor canvas iframe from loading as far as I know.
Forum: Everything else WordPress
In reply to: Limiting The Categories Used In A BlogOh, that’s annoying! Maybe ask the plugin author if they could make it work for a blog on any page?
Forum: Fixing WordPress
In reply to: Editor displays white text on white background after updateIt’s quite hard to help without more information. I tried the theme with WP 6.3, and the text is black text on white background by default. Are you sure you have the theme without any style customisations? Maybe also try disabling all plugins?
Forum: Fixing WordPress
In reply to: WordPress 6.3 and MySQL 5.6The minimum version for MySQL was bumped three years ago: https://make.ww.wp.xz.cn/hosting/handbook/compatibility/
So it’s not officially supported. Maybe talk again with the host or switch hosts?
It does look like WP will still upgrade even if the version is 5.6: https://github.com/WordPress/wordpress-develop/blob/5fab14051188f87335ed5efdf5e199cf8517149f/src/wp-includes/version.php#L47
But I wouldn’t recommend that at all, I have no idea if there’s anything that could break.
Forum: Fixing WordPress
In reply to: WordPress 6.3 and MySQL 5.6Hi! The current requirement is 5.7: https://ww.wp.xz.cn/about/requirements/
Forum: Fixing WordPress
In reply to: Search feature on Themes page returns in complete resultsHi! These are the ww.wp.xz.cn forums for self hosted WordPress installs. It sounds like you’re looking for help for WordPress.com: https://wordpress.com/support/contact/
Forum: Fixing WordPress
In reply to: Editor displays white text on white background after updateHi! What theme do you have installed? And you have any customisations such as custom CSS etc.? I can help you better if I have more information on how to reproduce this issue
Forum: Everything else WordPress
In reply to: Limiting The Categories Used In A BlogThis could be worth a try, but I have not personally used it, so I don’t know if it’s good. https://ww.wp.xz.cn/plugins/ultimate-category-excluder/
Forum: Developing with WordPress
In reply to: Change email when registering and sending emailsHi! If you’re comfortable with PHP filters, you can use these:
- https://developer.ww.wp.xz.cn/reference/hooks/wp_mail_from/
- https://developer.ww.wp.xz.cn/reference/hooks/wp_new_user_notification_email/
If not, maybe there are plugins that can do it, but there’s no easy setting WP where you can adjust it.
For the events calendar, it might be good reaching out to the plugin creators.
Forum: Fixing WordPress
In reply to: Export Personal Data doesn’t display requestsHi! That’s strange! I quickly tested locally and it seems to work correctly for me. Have you tried disabling all the plugins you have installed?
Forum: Developing with WordPress
In reply to: Page as Subdomain, image errorHi! Have tried updating the site URL and home URL? There’s more documentation here: https://ww.wp.xz.cn/documentation/article/changing-the-site-url/
Forum: Plugins
In reply to: [Gutenberg] Gutenberg could not be loadedGreat to hear that it’s resolved now!