Riad Benguella
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: V 6.9 Block Alignment is brokenSo a classic theme right?
Forum: Fixing WordPress
In reply to: WordPress 6.9 broke site layoutWhat themes are you folks using. I’m guessing classic themes but just want to confirm
Forum: Fixing WordPress
In reply to: V 6.9 Block Alignment is brokenI would love to be able to reproduce this issue to understand if there’s any Core issue going on here. Would you be able to send the HTML of your blocks and the CoBlocks version you’re using.
Thank you
Forum: Plugins
In reply to: [Gutenberg] NoteHi there! are you able to find the notes on the “more menu” (the three dots menu at the top right of the editor)
By default the notes icon should appear at the left of the “publish” button in the post editor once your post contains at least one note.
Forum: Fixing WordPress
In reply to: Cannot get dataview to render items- DataViews is usable in any React app (even outside WordPress)
- You can pass
{ totalItems: 2 }to the paginationInfo prop. I don’t thinkonInfiniteScrollis mandatory. Let me know if that works for you. - Consider checking the different dataviews stories here. Also check the code for each story, it should be simple enough.
Hello there!
Sorry for your trouble, that said, the “diapo” block you’re using is not a Core block, it seems to be a Jetpack Slideshow block, so I think it’s better to ask the question in the Jetpack forum instead of the Gutenberg one. you’ll probably get better answers.
That said, I did try to use the block quickly and unfortunately it doesn’t seem to provide a functionality to uniforms the image sizes and better responsive handling. You could also consider opening a feature request in the Jetpack repository issues.
Thanks
Forum: Plugins
In reply to: [Gutenberg] Assistance Needed with Gutenberg EditorHi there!
I’m happy to try to help you with these issues, can you provide more details please?
Forum: Plugins
In reply to: [Gutenberg] Great Experience Using Gutenberg EditorThanks, we appreciate the message 🙂
Forum: Plugins
In reply to: [Gutenberg] Site Editor not opening when WooCommerce is activeHello there!
I’ve just tried installing these and I’m not reproducing this error. Would be possible to share more details, any errors you’re seeing on the console, anything that would help reproduce the issue.
Forum: Fixing WordPress
In reply to: Javascript TypeError when trying to edit pageGreat 🙂
Forum: Fixing WordPress
In reply to: Javascript TypeError when trying to edit pageOk, if it’s still a white screen, we have to fine another option. You can enable it again I think (it was not a good path).
If you have access to the database, you could try to retrieve the content from the database (posts table with id 776). If that’s not possible or too technical for you, maybe you can install “classic editor” plugin which would disable Gutenberg and enable the old WP editor where you may be able to retrieve the HTML (HTML tab)
- This reply was modified 2 years, 9 months ago by Riad Benguella.
Forum: Fixing WordPress
In reply to: Javascript TypeError when trying to edit pageOk, so try “disabling the visual editor” and accessing the page once again.
You can disable the visual editor by going to your user profile “/wp-admin/profile.php”
(Of course don’t forget to reenable it later if/when we fix your issue)Forum: Fixing WordPress
In reply to: Javascript TypeError when trying to edit page@sbnz99 No, the HTML that is output in the frontend is “cleaned” from blocks… so I won’t be able to reproduce using that, I need the content that is saved. You can see it on the “code editor” when editing your page.
Forum: Plugins
In reply to: [Gutenberg] Translate gutenberg block labelsWordPress and its plugins are translated by the community and for each “locale/language” there are moderators that accept proposed translations. If you want to help translating the Gutenberg plugin, locale your locale in the this page and propose translations for the missing strings.
Forum: Fixing WordPress
In reply to: Javascript TypeError when trying to edit pageHi there! it’s very hard to tell based on this error. You can try disabling any plugins you have (specially blocks that may extend the editor). Also if you can provide us with the HTML that causes this error. (HTML of your template or page).
- This reply was modified 2 years, 9 months ago by Riad Benguella.