Riad Benguella
Forum Replies Created
-
Forum: Plugins
In reply to: [Gutenberg] Image Block: remove Google Photos and Pexels?Hi There!
WordPress/Gutenberg doesn’t have support for Pexels or Google Photos by default, so this is most likely coming from a plugin or your host.
I believe this is the case on wordpress.com for instance. Consider contacting their support to get more information.
Forum: Plugins
In reply to: [Gutenberg] Hover does not work when using custom color text buttonHi there!
By default the block editor doesn’t touch the hover color, it just uses the same applied color.
I suspect that your theme is forcing a single hover color that doesn’t work in all situations. You should consider whether it’s appropriate to remove the specific hover color from your theme.
In the future, we have an issue to add support for custom hover colors. https://github.com/WordPress/gutenberg/issues/4543
Forum: Fixing WordPress
In reply to: Media problem after WP 5.5 UpdateI don’t have any ideas left but you can try to debug the issue. When you say “don’t work” what do you mean? Do you have a blank page? Do you have any error? If it’s a blank page, you can open your browser’s console and you’ll see errors there, report them here (screenshot/content of the error) to get more eyes on the errors.
Forum: Fixing WordPress
In reply to: The “Posts” block does not pull in the correct categoriesHi There @errxpodcast
I just want to confirm here, you’re using the “Latest Posts” block right?
Quickly testing, I’m not able to reproduce the issue.
I wonder if you have plugins or custom code applying filter to WPQueries causing this behavior. Maybe you can try disabling plugins to see where it comes from. (the Health Check plugin helps disabling plugins without affecting the frontend)
Forum: Fixing WordPress
In reply to: How to change content font size in text blockForum: Fixing WordPress
In reply to: Media problem after WP 5.5 UpdateI guess it’s unrelated then.
You might want to read this post which contains a lot of information about common issues on WordPress 5.5 and how to debug them.
https://wordpress.org/support/topic/read-this-first-wordpress-5-5-master-list/
You can read there about the “Health Check” plugin which allows you to disable plugins and switch themes in the WP-Admin but without affecting the frontend of your site. With this, you’ll be able to see if there’s a potential conflicting plugin.
Forum: Fixing WordPress
In reply to: Media problem after WP 5.5 Update@morros You shouldn’t be afraid of installing the jQuery Migrate plugin, it does nothing more than restoring a script that was already there on previous WordPress versions.
What that script does is provide jQuery APIs that were deprecated by the jQuery team. Some existing WordPress Plugins and themes used to rely on these deprecated APIs, so when they don’t find them, they break.
- This reply was modified 5 years, 11 months ago by Riad Benguella.
Forum: Fixing WordPress
In reply to: Adding new page/article leads to syntax errorHi There!
I’m not sure what the issue here is. Did it start with the upgrade to WordPress 5.5.
if it’s the case, make sure 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/
Also, you can try disabling plugins with the Health check plugin to find any potential conflicts.
I hope this helps.
Forum: Fixing WordPress
In reply to: Media problem after WP 5.5 UpdateHi There!
I suspect it’s related to the removal of jquery-migrate by default from WordPress 5.5, so plugins relating to 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/
I hope this helps.
Forum: Plugins
In reply to: [Gutenberg] Unable to set category or save draft in one of my blogsHi There! I’ve searched for “403” in the issues of Gutenberg and this seems like a common problem with several potential causes:
– Maybe it’s a security plugin blocking REST API requests.
– Maybe it’s CloudFlare or similar CDNs blocking the requests.you can try to take a look at these issues, you might find more tracks there. https://github.com/WordPress/gutenberg/issues?page=1&q=is%3Aissue+403+is%3Aclosed
Forum: Plugins
In reply to: [Gutenberg] Updating failed. The response is not a valid JSON response.>But I would plead that the error shown (Updating failed. The response is not a valid JSON response) is less than useful.
I completely agree with you here, the error is not useful.
That said, the only thing that is known to the caller at that point is that the response is not a valid JSON (expected result), so it can’t read anything from that response.
We’re definitely open to suggestions to improve this but at the moment it’s not clear how to get more informations from the response.
Forum: Fixing WordPress
In reply to: Gallery bughi There!
Thanks for the suggestion, indeed, this is an issue and it’s the same thing for any asynchronous behavior. It is being tracked here https://github.com/WordPress/gutenberg/issues/5936
Thanks.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg pages are no longer editable in back end,If not, try to disable it and enable it again.
Forum: Plugins
In reply to: [Gutenberg] Gutenberg pages are no longer editable in back end,Hi There!
Is it possible that the “visual editor” is disabled on your user profile page (the first checkbox there)?
wp-admin/profile.phpForum: Plugins
In reply to: [Gutenberg] Lost most blocksHi There!
Sorry for the inconvenience, is it possible that your blocks were inadvertently disabled from the “Block Manager”?
You can check by accessing the “Block Manager” from the “top right” menu (three dots) of the editor.
