Riad Benguella
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Only Three Reusable blocks appear in the dropdown menuHi There!
All published reusable blocks should automatically appear there. Do you think you can share the content of the reusable blocks that don’t appear so I can try to reproduce and debug it?
Thanks.
Forum: Plugins
In reply to: [Gutenberg] 5.5 can’t drag and drop blocks anymoreHi folks, Sorry for the inconvenience here.
In version 5.5.0 of WordPress, the drag and drop feature for blocks is still there, but it now requires you to click, and hold, on the up or down arrows, and then drag the block from there.
A ticket to improve discoverability is available at https://github.com/WordPress/gutenberg/issues/24506
Forum: Plugins
In reply to: [Gutenberg] Gutenberg seems to cause trouble with the media gridHi There!
It is unlikely that Gutenberg caused the issues that said I suspect it’s related to the removal of jquery-migrate by default from WordPress 5.5, so plugins relating on deprecated jQuery APIs can break with WordPress 5.5.
jQuery Migrate, a tool which WordPress has bundled, and enabled by default, for many years, has now been turned off by default. This is a tool intended to help developers in a transitional period, when jQuery (a framework for writing JavaScript code) was upgraded and removed some features.
In the time since it was created, the jQuery project has received many updates, and as WordPress prepares to make the transition to updating as well, this was a required first step to make sure plugins and themes are up to date.
There is a jQuery Migrate Helper plugin, which will re-enable the migration tool, and provide you with information about what plugin or theme might be misbehaving.
https://wordpress.org/plugins/enable-jquery-migrate-helper/
Also, you might want to read this thread as it contains useful information about potential known issues for WordPress 5.5 https://wordpress.org/support/topic/read-this-first-wordpress-5-5-master-list/
I hope this helps.
Hi There!
That’s correct behavior, the reason being if you add custom HTML to blocks that don’t know how to edit that HTML, you might lose it on future edits. So unless the Heading block supports editing these labels, it will create a block invalidation message.
That said, for these situations where you want to tweak the HTML precisely, I suggest you avoid using the Heading block and use the custom HTML block instead.
I hope this helps.
Forum: Plugins
In reply to: [Gutenberg] Updating or deactivating Gutenberg breaks websiteHi there! Sorry for the issues.
Would you mind sharing what WordPress version you’re using?
This error message “WP_Block_Styles_Registry not found” suggests that some of your plugins might be using this class which was added to WordPress Core on WordPress 5.3. Is it possible that this site is on an older version? The Gutenberg plugin also provides this class and this might explain why disabling it causes the error to appear.
Forum: Plugins
In reply to: [Gutenberg] Updating failed. The response is not a valid JSON response.Hi There and sorry for the issues!
That error can happen for several reasons and I think it’s not possible to understand the reasons without digging a bit. In general, it happens because of potential PHP errors/warnings/notices on some REST API calls.
The errors can be generated by very different factors and you can get more details about the error from the browser’s network tab or from the error log of your server.
If you’re unfamiliar with the developer tools and the network tab of your browser, you can check some tutorials like this https://developers.google.com/web/tools/chrome-devtools/network (for Chrome) and try to retrieve the response of the failing request.
Now the causes can be anything and in general are unrelated to the editor directly. Conflicts with plugins can be a reason and disabling plugins one by one might help you rule out some of them.
Also, you mention that it happens when you use a shortcode. Can you share an example of content you’re using to trigger the error?
Thanks.
Forum: Plugins
In reply to: [Gutenberg] How to paste large block of text to GutenbergHi There!
Sorry you’re having pasting issues. It is definitely expected that when you paste a large text, it’s automatically split into blocks.
This is the first time, I see this kind of issues, so I don’t really know why it doesn’t work for you. Potentially some editor/blocks plugins could affect the behavior.
– Would you mind sharing the content you’re trying to paste?
– You can try disabling plugins if you have any to rule out potential conflicts?Thank.
Forum: Plugins
In reply to: [Gutenberg] This lock has encountered an error …The deprecations are messages the block authors using these APIs should take into consideration to update their plugins. Everything will work as intended though.
The other ones seem to be coming from TinyMCE but nothing severe I think.
Forum: Plugins
In reply to: [Gutenberg] This lock has encountered an error …Hi There!
Can you check your browser’s console and get the JavaScript error from there?
Also, would you be able to disable your other plugins one by one to see if it’s a plugin conflict?Thanks for your help.
Forum: Plugins
In reply to: [Gutenberg] Not working with new wordpress update?hi There!
This could be related to a plugin conflict. Would you be able to try disabling your plugins one by one to see which one is the culprit?
Also, can you check your browser’s console and get the JavaScript error from there.
Thank you.
Forum: Plugins
In reply to: [Gutenberg] after 5.3 update, editing problemsIn general, when you get this error @chichi2015 it means there’s a JavaScript error you can find in the console of your browser.
It could potentially be a Gutenberg error but it’s most likely a plugin issue, so consider disabling your plugins one by one to find the culprit.
Thanks
Forum: Fixing WordPress
In reply to: New Editor Lag in 5.3I mean plugins that tweak the behavior of the editor one or another (SEO, blocks, …)
Forum: Fixing WordPress
In reply to: Problems when writing or editing a postHi There!
Are you using Microsoft Edge? If it’s the case, the issue is tracked here https://github.com/WordPress/gutenberg/issues/18546
While we work on a fix, consider using another browser.
Thanks.
- This reply was modified 6 years, 8 months ago by Riad Benguella.
Forum: Plugins
In reply to: [Gutenberg] CollegeHumor Should Be RemovedI created a trac ticket for the provider as well https://core.trac.wordpress.org/ticket/48696
Forum: Plugins
In reply to: [Gutenberg] Can’t embed InstagramAt the moment, we’re not certain there’s a WordPress issue. It’s most likely an issue with how the instagram OEmbed provider.
Do you have a link to the instagram post you wanted to embed?
Thanks.