Riad Benguella
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: “Post Content” block disappeared In wordpress 6.3I’m sorry @jabranmessage I didn’t understand your problem now, can you clarify a bit more.
Forum: Fixing WordPress
In reply to: key() expects parameter 1 to be array – 301@maria-krapivko It really depends on your host provider, but if you can download the
wp-content/themes/zacundofolder, this would help us debug further.If that’s too complex, you can go to “Tools > Theme File Editor” in the WordPress dashboard and then on the right sidebar under “theme files”, navigate to “framework” > “core” and locate the “class.admin.php” and maybe you can share that file with us or the line 301 of that file.
This second option is less effective but we’ll only see a partial picture of the problem but may help us find the problem.
Forum: Fixing WordPress
In reply to: “Post Content” block disappeared In wordpress 6.3Hello Jabran
As you can see in the screenshot on this link, the “post content” block is available for me within the “post template” block of the query loop with WordPress 6.3
I’ve also tried within a CPT, so I’m wondering if you’re using the default “Query Loop” block or an alternative one provided by a plugin?
Would you be able to send me the content from the “code editor” of the query loop block in question that you’re trying to modify?
Forum: Fixing WordPress
In reply to: key() expects parameter 1 to be array – 301Hi there! judging by the message above, it’s most likely that the issue is coming from the theme
zancudo. Would you be able to share that theme or at least the file/line that is mentioned on that error?- This reply was modified 2 years, 11 months ago by Riad Benguella.
Forum: Fixing WordPress
In reply to: Blog Images Not DisplayingIt is possible that something is not right in the latest update but so far, I’ve tested your markup and I’ve also asked a couple of persons to check on their own.
So my next guesses could be: theme, or some server config (php version).
Would you be able to switch your theme to like the default Twenty Twenty Three theme for like a second just to see if it has any impact?Forum: Fixing WordPress
In reply to: Blog Images Not DisplayingHi there! so I’ve just tested the exact same code above and I see no issue in my own install.
My guess is that you have a “filter” in your installation that is stripping images from the post content. Such filter can be added by any plugin or by your theme.
Do you have any plugins that are about “images” or “galleries” or things like that? Are you using a public theme that I can try?
- This reply was modified 2 years, 11 months ago by Riad Benguella.
Forum: Fixing WordPress
In reply to: “Post Content” block disappeared In wordpress 6.3hi there!
In which context is the post content block not visible? For me it’s visible within the site editor (Appearance > Editor) and also visible within Query blocks.
If you try to insert it within a regular post or page content, it’s hidden which seems reasonable since it doesn’t make sense to insert the “content” of a post within the “content” of that same post (loop).
- This reply was modified 2 years, 11 months ago by Riad Benguella.
Forum: Fixing WordPress
In reply to: Blog Images Not Displayinghi there!
I took a look at one of your posts and I’ve noticed that you have a few Gallery blocks in the page but these are empty, at least in the frontend. So I’m wondering if you can provide me with an example of markup from the “code editor” to see if I can reproduce and help you debug this further?
Thanks.
- This reply was modified 2 years, 11 months ago by Riad Benguella.
Forum: Fixing WordPress
In reply to: what is the new Appearance > customize?Hello there!
Indeed, these days the customizer is not accessible by default in WordPress installs and has been replaced by the site editor (Appearance > Editor)
You should be able to edit the additional CSS of your site from the “styles” panel of the site editor. Like shown in the screenshot here

You can learn more about the “styles” tab in this page.
- This reply was modified 2 years, 11 months ago by Riad Benguella.
- This reply was modified 2 years, 11 months ago by Riad Benguella.
Forum: Plugins
In reply to: [Gutenberg] reusable blocks have disappearedOne thing could be useful to see if we can reproduce and fix the issue is to send us the raw HTML of one of your failing reusable blocks.
Forum: Plugins
In reply to: [Gutenberg] bug 9.2Bonjour,
Pouvez vous voir si vous avez des erreurs dans la console de votre navigateur?
Il se pourrait aussi qu’il y ait une incompatibilité avec un autre plugin. Avez vous tenté de désaactiver les autres plugins pour trouver le plugin incompatible?Merci
Forum: Plugins
In reply to: [Gutenberg] Warning: A non-numeric value encounteredWhen editing your post/page, you can get the code from the “Code Editor”. you can switch to edit by clicking on the “Code Editor” menu item on the dropdown shown when you click the three dots menu on the top right of the editor page.
Forum: Plugins
In reply to: [Gutenberg] Warning: A non-numeric value encounteredWe did some work already on these warnings. It seems there are still some cases, do you mind sharing the “source code” of your post causing this?
Forum: Plugins
In reply to: [Gutenberg] Warning: A non-numeric value encounteredAre you using the plugin? Which version of the plugin?
Forum: Plugins
In reply to: [Gutenberg] Can’t edit posts since updating to version 8.9Awesome