Forum Replies Created
-
AuthorPosts
-
Jean-Michel Junod
ParticipantApparently same problem with group having a image_advanced field
Jean-Michel Junod
ParticipantHi Long and thanks for the quick answer!
Sorry for disturbance, indeed you were right, a block of deep code was the culprit... problem fixed.
December 2, 2021 at 5:37 PM in reply to: ✅A block without fields does not show the content in Gutenberg #32358Jean-Michel Junod
ParticipantSame issue here. It would be nice to be able to create "empty" blocs that are only rendered in front.
Ideally there would be a 'render_html' parameter to display any html in Gutenberg editor as preview.Jean-Michel Junod
ParticipantExperiencing the same issue here:
My blocks with a simple label/input are rendered with a big label and an unusable 20px width input field.Maybe a quickfix (that worked for me) is to add to your admin css:
.edit-post-sidebar .mb-block-edit .rwmb-label, .edit-post-sidebar .mb-block-edit .rwmb-input { 25%; // instead of 100% }Jean-Michel Junod
ParticipantExperienced the same issue here.
The website was super slow on the Ajax Requests from MB Blocks.I applied the correction mentioned in DuplicatedFields.php
and also in UserFields.php (line 37).
After this the website was normal again.Will this patch be on the next update?
I want to be sure that those 2 modifications won't be overwritten next time with the plugin update.Thanks
Jean-Michel Junod
ParticipantHi! I agree this is a great feature.
Our client has to add 50 users and at the moment they have first to create the user, then edit the user to fill the metabox custom fields. That would be greatly time saving if it could be done in one go.Jean-Michel Junod
ParticipantExactly the same issue here with WPML:
When custom tables are used, WPML doesn't "handle" translations (copy/translate). Nothing copied.
The custom fields are not showing up in "Multilingual Content Setup" when editing post (see https://metabox.io/translate-custom-fields-with-wpml/).
A soon as custom tables are not used anymore, custom fields shows up again, but apparently fields are still not copied (maybe because of switching back and forth with custom table in the tests).
Let's hope WPML will take a look at this issue... -
AuthorPosts