Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 91 through 105 (of 250 total)
  • Author
    Posts
  • in reply to: โœ…MB Builder with Include Exclude #4271
    Tan NguyenTan Nguyen
    Participant

    Dear David,

    If you install both MB Builder and MB Include Exclude, you'll see this pane:

    http://prntscr.com/cs7nos

    Best regards,

    Tan

    in reply to: Re: Display in Custom Post Type #4270
    Tan NguyenTan Nguyen
    Participant

    Dear Matt,

    You can also set post_types in your Meta Box instead of MB Conditional Logic:

    
    'post_types' => ['product']
    

    http://prntscr.com/cs7lki

    Tan

    Tan NguyenTan Nguyen
    Participant

    Dear azientar,

    Sorry for the long silence, I've been sick recently. I've checked with my local development and it works properly. I'd suggest you remove the Post Type in Conditional Logic section and set Post Type in General section instead, like this screenshot:

    http://prntscr.com/cs7i12

    Can you please make sure your taxonomy is post_category and recheck your slug?

    Best regards,

    Tan

    in reply to: How to use MB Builder Metaboxes in userprofiles #4268
    Tan NguyenTan Nguyen
    Participant

    Dear UitgeverijDeviant,

    Sorry for the long silence, I've been sick recently.

    In order to create User Meta via Builder, navigate to Settings tab, in Custom Attributes section, add new attribute with key is type and value is user, like this screenshot:

    http://prnt.sc/cs77td

    Best regards,

    Tan

    Tan NguyenTan Nguyen
    Participant

    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

    in reply to: Autocomplete issue with 'id' and binding #4146
    Tan NguyenTan Nguyen
    Participant

    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
    Tan NguyenTan Nguyen
    Participant

    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
    Tan NguyenTan Nguyen
    Participant

    Dear cmcmahon,

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

    Cheers!

    in reply to: Added Builder - Got Some Errors #4143
    Tan NguyenTan Nguyen
    Participant

    Dear Jeremy,

    Please grab the latest version (2.1) and recreate your Meta Box.

    Best regards,

    Tan

    in reply to: Autocomplete issue with 'id' and binding #4122
    Tan NguyenTan Nguyen
    Participant

    Hmm, that's weird, let me check and tell you when I found the problem ๐Ÿ™‚

    in reply to: Include MB Conditional Logic into theme #4121
    Tan NguyenTan Nguyen
    Participant

    Dear solopine,

    Thanks for using our plugin. Previously, users have to define MBC_JS_URL constant if they want to include it to their own theme, that's why you got that bug. Sorry for inconvenience. We've just updated the plugin and it not requires you to define that constant. Please grab the latest version (1.3.3).

    Cheers!

    in reply to: Added Builder - Got Some Errors #4110
    Tan NguyenTan Nguyen
    Participant

    Dear Jeremy,

    Sorry for that inconvenience, that bug caused when you deleted all post types and fields. Try adding post types and fields back in the builder, if you cannot, try removing that meta box and create it again. We'll put new update shortly.

    Best regards,

    Tan

    in reply to: Display in Custom Post Type #4099
    Tan NguyenTan Nguyen
    Participant

    Dear Matt,

    Because post_category returns ids of categories, to cast it to array of slugs, we have to use slug: prefix.

    post_type returns string of current post type so we don't have to cast it. So just use:

    
    'visible' => ['post_type', 'product']
    

    Best regards,

    Tan

    in reply to: Missing Export Option #4091
    Tan NguyenTan Nguyen
    Participant

    Seems that it doesn't works with the latest WP update. I'll push a new update this weekend ๐Ÿ™‚

    in reply to: Problem Showing if Multiple Categories Selected #4090
    Tan NguyenTan Nguyen
    Participant

    Dear Matt,

    Glad that it works. Please don't hesitate to tell us if you have another problems.

    Best regards,

    Tan

Viewing 15 posts - 91 through 105 (of 250 total)