Riad Benguella
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Slow Speed, UnresponsiveHi There and sorry you’re having issues, that’s definitely not a great experience and not something we’re aiming for.
In order to help us detect and fix the issue, I’d like to ask you if this is something that started happening recently (WP 5.3 update or Gutenberg plugin update)?
Thanks.
I work on Gutenberg and I can say that we didn’t fix any issue related to this thread because we don’t know yet if there’s an issue in the Editor itself or plugins. We can’t reproduce our selves so far.
- This reply was modified 6 years, 8 months ago by Riad Benguella.
Forum: Plugins
In reply to: [Gutenberg] after 5.3 update, editing problemsHi there!
I did notice another similar report for the Edge browser.
I’d suggest trying another browser if you have the possibility to do so.In the meantime I created this issue https://github.com/WordPress/gutenberg/issues/18546 to track this problem and work on a fix.
Thank you
Hi There!
If you can install plugins, install “Health Check”: https://wordpress.org/plugins/health-check/. On the troubleshooting tab, you can click the button to disable all plugins and change the theme for you, while you’re still logged in, without affecting normal visitors to your site.
It’s not certain that this is a Gutenberg bug, it’s more likely a bug in a plugin extending the editor or loading scripts in the editor.
Thanks
Forum: Plugins
In reply to: [Gutenberg] after 5.3 update, editing problemsHi There!
Which browser are you using?
Did you try to disable your plugins one by one to see if it’s a conflict or not?Thanks.
Forum: Fixing WordPress
In reply to: Column Width No longer customizable in Classic EditorHi There!
Are you talking about the block editor or the classic editor?
As far as I know, the classic editor never had a “columns” feature unless it’s a plugin adding such thing.
For the block editor, there’s a columns block where you can tweak the widths but not with a resizer. The widths can be changed by selecting the column block and changing the width in the sidebar.
Forum: Plugins
In reply to: [Gutenberg] Updating to 6.9 ?Hi There!
Yes, you can keep updating your Gutenberg plugins, you’ll have access to features that will make their way later into Core. Keep in mind though that it’s a beta plugin, so some breakage is not excluded from time to time.
Thanks.
Forum: Plugins
In reply to: [Gutenberg] Can’t embed InstagramHi There!
I know that Instagram embeds can fail sometimes. It’s inconsistent. What’s the link you’re trying to embed? For example, private links don’t work.
Forum: Plugins
In reply to: [Gutenberg] Gallery breaks with update to 5.3. Images show as unordered listThis looks like a duplicate of https://wordpress.org/support/topic/gallery-breaks-with-update-to-5-3-images-show-as-unordered-list-2
Forum: Plugins
In reply to: [Gutenberg] Gallery breaks with update to 5.3. Images show as unordered listHi There!
So according to the WordPress 5.3 dev note published here https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/ the markup of the Gallery block changed in this release. So it’s possible that theme was optimizing the styles according to the previous markup and that the styles don’t apply properly to the new markup.
Forum: Fixing WordPress
In reply to: WordPress 5.3 and Classic Editor – upload files via post not workingThe media problem is unrelated to the block editor, I was just replying to how you can rollback to the classic editor.
For the media issue, I suspect it’s a conflict with one of your existing plugins, try disabling them one by one.
Forum: Fixing WordPress
In reply to: WordPress 5.3 and Classic Editor – upload files via post not working@blacknighter you can install the classic editor plugin to rollback to the previous editor https://wordpress.org/plugins/classic-editor/
Forum: Fixing WordPress
In reply to: New Editor Lag in 5.3Sometimes this can happen because of editor plugins, you might want to try disabling plugins one by one and see if it helps.
Forum: Fixing WordPress
In reply to: Text on Editor doesn’t AlignI’d suggest contacting the theme author to check if they’re aware of the issue and provide the necessary fixes.
Thanks.
Forum: Fixing WordPress
In reply to: Text on Editor doesn’t AlignHi There!
yes, in previous versions, inline styles were being used but these are harmful for SEO and other reasons. We change the approach to using class names.
This can create some conflicts with theme styles. A dev note to let theme authors know and adjust their styles accordingly https://make.wordpress.org/core/2019/09/27/block-editor-theme-related-updates-in-wordpress-5-3/
Thanks.