Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 676 through 690 (of 3,704 total)
  • Author
    Posts
  • in reply to: The "Meta Box" way to disable Autocomplete & Autofill? #16458
    Anh TranAnh Tran
    Keymaster

    Unfortunately, it's not possible, since the form is not created by the plugin. The form is created by WP, so I think your solution here is the best one if you want to add autocomplete attribute to the entire form.

    in reply to: Show data from related post/term after selection #16457
    Anh TranAnh Tran
    Keymaster

    Hi,

    Do you mean showing the data dynamically, based on the user selection of related posts/terms? If yes, then I think you'll have to do that your way with JS + custom HTML field.

    in reply to: PHP warning when using clone w/ date formatting #16455
    Anh TranAnh Tran
    Keymaster

    Hi,

    I still can't replicate the bug. I recorded a video here: https://www.loom.com/share/bd04f3fd07654d88a22b37bfb54881dc. Please take a look.

    in reply to: File upload not working #16447
    Anh TranAnh Tran
    Keymaster

    Hi, I'm very sorry to make you feel bad. We're finalizing some issues today and will release a new version now. We're trying my best to prevent such bugs to happen again and that's why it takes some time.

    The reason I marked this topic resolved is just for tracking the issues on the support forums. So we know if there's any bug that we haven't fixed yet (this is similar to Github issues).

    Please understand. Thanks.

    Anh TranAnh Tran
    Keymaster

    Thanks for your feedback. I've just fixed it. I'll release the new version after fixing this bug.

    in reply to: The "Meta Box" way to disable Autocomplete & Autofill? #16433
    Anh TranAnh Tran
    Keymaster

    Hi,

    I see you already have solutions for that by adding autocomplete attribute for the fields, don't you? I think that's a good way to fix this issue on Chrome.

    in reply to: Save multiple posts at once #16432
    Anh TranAnh Tran
    Keymaster

    Hi Jeremy,

    If each event is a post, then you probably don't need MB Group. Creating fields for events and saving them in the custom table is straight-forward. But that doesn't help you adding events fast.

    I'm thinking about creating a custom page for entering data...

    in reply to: Add custom fields search filters #16414
    Anh TranAnh Tran
    Keymaster

    Hi Eliodata,

    At the moment, to quick find the users, I'd suggest using MB Admin Columns extension. It doesn't support search for custom fields, though.

    in reply to: File upload not working #16413
    Anh TranAnh Tran
    Keymaster

    Hi, this bug was fixed here. Please try it.

    Anh TranAnh Tran
    Keymaster

    Hi,

    You should transform the data from the REST response. Here is the example:

    $data = your_function_to_get_data_from_REST();
    $file = $data['file'];
    $folder = str_replace( basename( $file ), '', $file );
    $sizes = $data['sizes'];
    foreach ( $sizes as &$size ) {
        $size['file'] = $folder . $size['file'];
    }
    var_dump( $sizes ); // Now you have folder in your URL
    in reply to: CPT + Taxonomy Planning Question #16411
    Anh TranAnh Tran
    Keymaster

    Hi Nick,

    If testimonials are not dynamic, e.g. you don't change them too much, or you don't allow users to submit, then I think the fastest/easiest way is making testimonials a custom field (repeatable group) for sales reps CPT.

    If they're dynamic, then I think setting up testimonials as a CPT is the right way. You can setup a relationship for sales reps and testimonials or just a post field. Both ways work and have little difference other than performance when your data grows.

    Either way, you might want to write a shortcode to get the testimonials to enter in a text module in Themer. Or you can use Toolbox to do it.

    in reply to: Display edit user form on front end #16410
    Anh TranAnh Tran
    Keymaster

    Hi Eliodata,

    To edit default user fields, please create a meta box that has the same fields as WordPress's. Then add it to the shortcode. For details, please see the docs:

    https://docs.metabox.io/extensions/mb-user-profile/#edit-default-fields

    in reply to: MB Group Clone Shortcode #16409
    Anh TranAnh Tran
    Keymaster

    Nothing special, if you want to select a post/page, then post field is a little better. Otherwise, a normal select_advanced is better.

    in reply to: Problem with Meta Box For Yoast SEO #16400
    Anh TranAnh Tran
    Keymaster

    Hi Alessandro, I've just fixed it in the version 1.3.5 of the MB Yoast SEO Integration. Please update the extension. The update for AIO will come a little later.

    in reply to: MB Term Meta Data not saving #16399
    Anh TranAnh Tran
    Keymaster

    I've just re-checked the problem and couldn't replicate it. It seems to be working fine to me. I recorded a video here:

    https://www.loom.com/share/966b9111ffe644278595fc7674e00ac6

    Please check if you have something different on your site.

Viewing 15 posts - 676 through 690 (of 3,704 total)