Support Forum » User Profile

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: clone_empty_start bug? #46719
    Jean-Michel JunodJean-Michel Junod
    Participant

    Apparently same problem with group having a image_advanced field

    in reply to: rwmb_get_field_settings with user (not logged) #38722
    Jean-Michel JunodJean-Michel Junod
    Participant

    Hi Long and thanks for the quick answer!

    Sorry for disturbance, indeed you were right, a block of deep code was the culprit... problem fixed.

    Jean-Michel JunodJean-Michel Junod
    Participant

    Same 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.

    in reply to: Please revert the 100% INPUT default width... #29370
    Jean-Michel JunodJean-Michel Junod
    Participant

    Experiencing 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 JunodJean-Michel Junod
    Participant

    Experienced 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

    in reply to: Show meta fields in Add New User #28463
    Jean-Michel JunodJean-Michel Junod
    Participant

    Hi! 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.

    in reply to: Polylang and Custom Table Data #22854
    Jean-Michel JunodJean-Michel Junod
    Participant

    Exactly 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...

Viewing 7 posts - 1 through 7 (of 7 total)