Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,341 through 2,355 (of 3,708 total)
  • Author
    Posts
  • in reply to: Image Upload image resolution #8697
    Anh TranAnh Tran
    Keymaster

    Ah, I see. Currently there's no such an option for that :(. I found a solution on StackExchange that you can try.

    Anh TranAnh Tran
    Keymaster

    Hi Ahmed, thanks for your report. I'll check and fix it.

    in reply to: Refund please #8691
    Anh TranAnh Tran
    Keymaster

    Hello naomivd,

    Thanks a lot for your feedback! As you requested on Feb, I will send the refund. FYI, we’ve just updated the Builder extension and if you have a chance to look at the plugin, it would be great.

    PS: Just refunded.

    in reply to: Adding custom fields to menu item #8680
    Anh TranAnh Tran
    Keymaster

    I found this solution. It works for simple fields.

    in reply to: Adding custom fields to menu item #8675
    Anh TranAnh Tran
    Keymaster

    Hello,

    Unfortunately, this feature is not supported yet.

    in reply to: Image Upload image resolution #8670
    Anh TranAnh Tran
    Keymaster

    If you're using the image_advanced field, then you can set the param image_size. For image field, it's not supported yet. Let me try to update that.

    Update: I've just added support for image_size Github. Can you try the Github version?

    in reply to: Default Meta Values not working #8669
    Anh TranAnh Tran
    Keymaster

    It gets the stored valued in the post meta with the helper function rwmb_meta. If the value is empty, then get the default value from std.

    in reply to: Multisite User Meta #8668
    Anh TranAnh Tran
    Keymaster

    Can you try again?

    in reply to: JSON Data getting reformated on Save/Edit #8660
    Anh TranAnh Tran
    Keymaster

    But when you imported, you already used add_post_meta() which converts the array into serialized string. So it's not JSON anymore. I'm quite confused about that.

    in reply to: Default Meta Values not working #8659
    Anh TranAnh Tran
    Keymaster

    You can create a helper function for that:

    function your_helper( $field_id ) {
        $field = rwmb_get_field_settings( $field_id );
        $value = rwmb_meta( $field_id );
        return $value ? $value : $field['std'];
    }
    
    // In your template
    echo your_helper( 'your_title_field' );
    in reply to: Multisite User Meta #8657
    Anh TranAnh Tran
    Keymaster

    You're right. For multisite, the settings page should be put in the network admin instead of each site's admin and the license key should be stored in the network options. I didn't think about this at first. Let me try to update the plugin.

    PS: Just updated the plugin to support multisite. In Multisite environment, the settings page is moved to Network > Settings > Meta Box Updater. Normal site admins won't see the message and that settings page. Please update and let me know how it goes.

    PS2: Your license for Core extension bundle is expired. Please update to get updates for other plugins.

    in reply to: getting some errors after metabox builder update #8656
    Anh TranAnh Tran
    Keymaster

    Hello, I've just added some checks to prevent the error. Please update and let me know how it goes.

    in reply to: JSON Data getting reformated on Save/Edit #8646
    Anh TranAnh Tran
    Keymaster

    Hello,

    Now I have a Metabox.io Text box that is read only on the post that just displays that JSON data for reference.

    Where does the JSON data come from? I see you store an array in the post meta, which is a serialized array.

    Anh TranAnh Tran
    Keymaster

    Hi,

    Can you send me the code of the meta box to check?

    in reply to: Multisite User Meta #8644
    Anh TranAnh Tran
    Keymaster

    Hello, thanks for your feedback. We haven't checked it for Multisite environment. Let me try that.

    Edit: I've just fixed the bug. Please update.

Viewing 15 posts - 2,341 through 2,355 (of 3,708 total)