Daniel Richards
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can’t edit posts after 5.8@glblues I think you’re missing the error message from the bit that you pasted. Would you be able to share that? Thanks.
Forum: Fixing WordPress
In reply to: Overnight Update to 5.8: Appearance > Customize Broke!@glsd @bibblybob It’d be good to try to understand what’s happening.
If you go to your browser developer tools (in chrome that’s under the More Tools menu), select the Console tab, and then look for any errors in red text. Please could you share what you see there?
After that there’s a Classic Widgets plugin that you can install, which will help should hopefully fix any compatibility issues:
https://wordpress.org/plugins/classic-widgets/I notice there are some similar forum users reporting issues:
https://wordpress.org/search/Failed+to+execute+’removeChild’+on+’Node’A few with the google site kit plugin, not sure if that’s one you’re using?
Forum: Fixing WordPress
In reply to: Widgets bugWhile on that blank screen, if you open the browser developer tools and switch to the console tab, are there any errors (in red text)?
Forum: Fixing WordPress
In reply to: Separator Wide Width, Full Width “broke” after 5.8 upgradeIt looks like the previous way it worked was considered a bug, and in a lot of themes resulted in the editor not matching the frontend. More details here:
https://github.com/WordPress/gutenberg/pull/30255Forum: Fixing WordPress
In reply to: Unable to customise theme since 5.8 Auto Update@jilly123 Are there any errors if you open the browser developer tools and look in the console tab while on the customize page? Errors should appear in red text.
Forum: Fixing WordPress
In reply to: Boxes in front of text in Edit Post> Recipe for this post
@laurewanders Is this text from a plugin? If so, I think it’d be worth reaching out to the plugin author.
Forum: Fixing WordPress
In reply to: Is this expected behaviour for the popover in Gutenberg?@antonyjosephsmith Yes, this does seem like a bug. I found this existing bug report:
https://github.com/WordPress/gutenberg/issues/32402I’ve raised the priority of that one.
Forum: Fixing WordPress
In reply to: Widgets bug@joetawfik The widgets page has been replaced in WordPress 5.8. What are you experiencing, just a blank screen?
Forum: Alpha/Beta/RC
In reply to: WP 5.8-RC2: Block widget area CSS class@webmandesign Because this was quite a late change, the approach taken was to add a
data-widget-area-iddata attribute to widget areas in the editor, which should still be selectable via css. That’s in WordPress 5.8.@monica5 The error isn’t something I’ve come across recently.
I’d recommend deactivating other plugins 1-by-1 to check whether any of them have an incompatibility.
Forum: Plugins
In reply to: [Gutenberg] Missing “Add to Reusable Block” and “Group”Not sure if this was ever fixed, but ‘core/block’ is also required in the list for the reusable block to work.
Forum: Plugins
In reply to: [Gutenberg] Excerpt “Read More” link background colourHi @hpholly, I don’t think there’s been any discussion about adding this, but I’d recommend making a new feature request here:
https://github.com/WordPress/gutenberg/issues/new?assignees=&labels=&template=Feature_request.md@monica5 Could you use the ‘Copy Error’ option and paste the result in a message here.
I thought the error you were seeing is the one you linked to here (https://thomas.vanhoutte.be/miniblog/wordpress-fix-the-editor-has-encountered-an-unexpected-error/), but I see that’s a post from over a year ago. As such the cache clearing advice wouldn’t work.
Please could you also not post in all caps.
Forum: Plugins
In reply to: [Gutenberg] block.json translation issueThere’s some documentation here:
https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/#internationalizationBut also worth reading the start of that page for the full background.