Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 3,121 through 3,135 (of 3,958 total)
  • Author
    Posts
  • in reply to: Label not displayed for color field #4186
    Anh TranAnh Tran
    Keymaster

    Thanks for reporting. It's fixed in version 4.9.5.

    in reply to: Date field return value="2" when save the post #4185
    Anh TranAnh Tran
    Keymaster

    The Group extension is working now with version 4.9.4. Please update Meta Box.

    in reply to: Reverse Query on clonable post metabox #4184
    Anh TranAnh Tran
    Keymaster

    FYI, I've just added an issue on Github to track this and gather more opinions.

    in reply to: Reverse Query on clonable post metabox #4183
    Anh TranAnh Tran
    Keymaster

    Hi,

    The plugin use WordPress mechanism to store the data. And WordPress chooses to store an array as a serialized string, not a json_encode string.

    I suggest you hook to the rwmb_after_save_post hook and store a duplicated value for that specific field.

    Another idea is in the topic that you referred to, but it has an issue with backward compatibility.

    in reply to: MB Group - clone not working #4182
    Anh TranAnh Tran
    Keymaster

    I've just fixed the bug and released version 4.9.4. Please update!

    in reply to: MB Group - clone not working #4181
    Anh TranAnh Tran
    Keymaster

    Hi guys, I’m checking it now.

    in reply to: Date field return value="2" when save the post #4176
    Anh TranAnh Tran
    Keymaster

    Hi Ferran,

    The 4.9.3 has a fix for this. I’m checking the bug with the Group extension.

    in reply to: Assign Custom Post type to Custom Taxonomy #4171
    Anh TranAnh Tran
    Keymaster

    Are you using the MB Custom Post Type extension?

    Anh TranAnh Tran
    Keymaster

    Dear azientar,

    With conditional logic for Meta Box, you can define with code like so:

    
    'visible' => [
        'relation' => 'and'
        'when' => [
            ['post_type', 'ait-items'],
            ['slug:post_category', 'Financial Adviser']
        ]
    ]
    

    So, in your MB Builder, go to Settings tab:

    - Under Conditional Logic section, select Visible when All...
    - Add a conditional logic, when field post_type is = ait-item
    - Add another conditional logic, when slug:post_category is = Finalcial Adviser

    Best regards,

    Tan

    Anh TranAnh Tran
    Keymaster

    Are you using the Group extension? Please post your code to register meta boxes.

    in reply to: Using metabox in few plugins at the same time #4155
    Anh TranAnh Tran
    Keymaster

    I think it’s best to check by if ( ! defined( ‘RWMMB_VER’ ) ). Checking by autoloader class seems too late.

    However, I would recommend using TGMA class. It allows you to use the latest version of the plugin among themes/plugins.

    in reply to: Default Value - pre propulate - filter ? #4154
    Anh TranAnh Tran
    Keymaster

    There’s nothing stop you doing that. Simply add keys to fields param, like this:

    ’fields’ => array(
        ‘phone’ => array(
            ‘id’ => ‘phone’,
            ’type’ => ’text’,
            ’name’ => ‘Phone’,
        ),
    )
    in reply to: Autocomplete issue with 'id' and binding #4146
    Anh TranAnh Tran
    Keymaster

    Dear Sinusite,

    This bug cause when id is one of Google address components, and Geolocation match with any field which contains address components instead of match exactly with it. I've fixed the logic so it doesn't auto populate with any_id field. Please update to 1.1.1 which have patch for it.

    Thanks for reporting and best regards,

    Tan

    in reply to: Adding Field to Tab or Group trigger a JS error #4145
    Anh TranAnh Tran
    Keymaster

    I've fixed this bug and pushed new release. Please grab the latest version which fixed this annoying bug.

    Cheers!

    in reply to: Missing Export Option #4144
    Anh TranAnh Tran
    Keymaster

    Dear cmcmahon,

    Please grab the latest version (2.1). We've fixed that bug.

    Cheers!

Viewing 15 posts - 3,121 through 3,135 (of 3,958 total)