Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 511 through 525 (of 3,958 total)
  • Author
    Posts
  • in reply to: gallery not saved as intended #17539
    Anh TranAnh Tran
    Keymaster

    Hi Akram,

    Your field looks fine to me. Just want to make sure that field is not inside any group, is it?

    If it's not, please send me a temporary admin account to check. There might be something else.

    Anh TranAnh Tran
    Keymaster

    I got it. I'll add a param mode for the block that you can specify the initial mode: edit or preview (default).

    Anh TranAnh Tran
    Keymaster

    I found the email and order. I've just changed the incorrect email to yours. Now you'll see downloads in your My Account page.

    Anh TranAnh Tran
    Keymaster

    would be nice to be able to put i.e. first name and last name above the email and password fields.

    I got it. I'm trying to make that easier for you to reorder the fields. Please wait.

    One more thing, can I hide the password field and have WP generate one and send it in email with the welcome message?

    Unfortunately, it's not possible. I guess you're tailoring the registration progress, aren't you?

    in reply to: Redirect via shortcode? #17534
    Anh TranAnh Tran
    Keymaster

    Hi Nick,

    To redirect the form after submission, please put this code into your theme's functions.php file.

    add_filter( 'rwmb_frontend_redirect', function( $url, $config ) {
        if ( 'your-meta-box-id' === $config['id'] ) {
            $url = 'http://domain.com/your-url/';
        }
        return $url;
    }, 10, 2 );
    in reply to: CSS/JS Not Enqueueing Properly? #17533
    Anh TranAnh Tran
    Keymaster

    Hi Daniel,

    I've just checked again with a fresh install. And it seems to work fine to me. Here is my video:

    https://www.loom.com/share/be5830bcdfdf4b8c9e985e343da00e9e

    Do you see any errors in the browser console? Is there any other plugin activated?

    Anh TranAnh Tran
    Keymaster

    Hi Mauro,

    I think I misunderstood your point. The improvement I made is for removing duplicated fields from the back end.

    I think in this case, you shouldn't add those email/password fields in the register form as it's already in the top of the form.

    Anh TranAnh Tran
    Keymaster

    I'm afraid there's no such option. Just wondering why would you want that?

    in reply to: Edit Frontend Submissions #17523
    Anh TranAnh Tran
    Keymaster

    Hi Nick,

    Yes, it's possible. Please see this tutorial for details:

    https://metabox.io/p1-add-guest-author-in-wordpress/

    It requires some coding, though. We're improving the plugin to make it easier for users.

    in reply to: Label placement besides Input? #17513
    Anh TranAnh Tran
    Keymaster

    Hi Rick,

    Label is always besides input. It's the default behavior and there's no options to change it. Perhaps I misunderstood. Can you give an example in MB Template vs MB Builder?

    in reply to: Convert ACF Fields to MetaBox? #17512
    Anh TranAnh Tran
    Keymaster

    Hi Rick, we have it on the plan but haven't done it yet. I've just pushed it to our team and will work on that in the next month.

    in reply to: custom meta field for custom Taxonomies #17495
    Anh TranAnh Tran
    Keymaster

    Hi zhenglc,

    Comment meta is now supported in version 1.4.0. Please update. If you're using AIO, please wait, we'll update it in a few days.

    Anh TranAnh Tran
    Keymaster

    Hi,

    What was your email when you bought it?

    I meant the email address that you used to buy the plugins, not the email content. Looks like you have updated your email in your account, so the system doesn't recognize your license. Please just send me your old email and I'll take a look.

    Anh TranAnh Tran
    Keymaster

    Hey guys,

    I've just released a new version of MB User Profile with support for all of your requests:

    1. Added a new parameter email_as_username for the register shortcode, now you just need to add email_as_username='true' to your shortcode to let users use their email for usernames.
    2. No duplicated fields are displayed in the WP admin area anymore. Feel free to add WP fields such as first_name, last_name, etc.
    3. For custom avatar, please just use the image field and set 'max_file_uploads' => 1. Users won't be able to add more files.
    4. Messages are displayed properly now.

    If you have any feedback, please let me know.

    in reply to: Creating Gutenberg sidebar panels #17488
    Anh TranAnh Tran
    Keymaster

    Hi,

    This topic is about blocks, so I thought you're talking about it.

    What you want is moving the meta boxes to the sidebar. That can be done with the same parameter 'context' => 'side' for meta boxes. See this docs.

    Previously, Gutenberg moves all the meta boxes to the "after content" position, which is what you're seeing. It probably changed its behavior to accept side context. I've updated the Builder to reflect the change, so you can see the option within the Builder.

Viewing 15 posts - 511 through 525 (of 3,958 total)