Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 136 through 150 (of 250 total)
  • Author
    Posts
  • in reply to: Multiple Conditional Logic #2839
    Tan NguyenTan Nguyen
    Participant

    Simply use in operator, like so:

    
    'visible' => array('select_field', 'in', array(1,2))
    

    Regards,

    Tan

    in reply to: Export Metabox Issue #2838
    Tan NguyenTan Nguyen
    Participant

    Hi brightcreations,

    Please use Export drop down in the bottom instead of top. We'll fix this bug soon.

    in reply to: Can I use Groups and/or Tabs with the Box Builder? #2819
    Tan NguyenTan Nguyen
    Participant

    You can send us your server info and website credentials via contact form

    in reply to: Conditional in Taxonomys #2736
    Tan NguyenTan Nguyen
    Participant

    Have a nice day and please don't hesitate to tell me if you have another question ๐Ÿ™‚

    in reply to: Conditional in Taxonomys #2733
    Tan NguyenTan Nguyen
    Participant

    Hi Sinusite,

    In your case, the plugin works if they can retrieve DOM values by .attr('checked') or .val() jQuery methods. I'm not sure it works with DOM which hidden by CSS or not.

    Include/Exclude only works with whole meta box not fields.

    Best regards,

    Tan

    in reply to: Conditional in Taxonomys #2730
    Tan NguyenTan Nguyen
    Participant

    Dear Sinusite,

    As it works with DOM element,

    Please change taxo_service to tax_query[taxo_service]

    Best regards,

    Tan Nguyen

    in reply to: Can I use Groups and/or Tabs with the Box Builder? #2729
    Tan NguyenTan Nguyen
    Participant

    Hi bro,

    Sorry for the long silence, I got sick recently.

    - MB Group do supports MB Builder. Just drag sub field nested in Group field.

    - I've tested with the latest version of Builder and Group and it works on my desktop and my server. Can you please tell me which PHP and plugin version do you use? Or can you please give me credentials to access your website so I can check it?

    Best regards,

    Tan

    in reply to: Select box option value disappears after import database #2646
    Tan NguyenTan Nguyen
    Participant

    Ok, I'll test with non unicode characters and will have a patch soon. Thanks for your awesome contribute, this helps us really much.

    Tan

    in reply to: Select box option value disappears after import database #2633
    Tan NguyenTan Nguyen
    Participant

    Dear Yumiko,

    Thanks for your detailed video, I already viewed it. I have checked again, and see that Export dropdown on the top doesn't works, you'll have to use Export dropdown on the bottom. In the previous time I check with your website, I use export dropdown in the bottom. lol.

    We'll fix this bug and release a patch in the next version. Currently, just use Export in the bottom.

    Cheers!

    Tan

    in reply to: Select box option value disappears after import database #2624
    Tan NguyenTan Nguyen
    Participant

    Dear Yumiko,

    It's me again, I've tried to login your website but got 404 error message.

    Actually, I've exported your last meta box and imported successfully in your website before. I'll try one more time when your website is up again.

    Best regards,

    Tan

    in reply to: Select box option value disappears after import database #2606
    Tan NguyenTan Nguyen
    Participant

    Actually, I have tried with your production website and it works. I cannot replicate your bug on my PC because different environment. Can you please send me a screenshot or better video about how can you meet the bug?

    in reply to: Select box option value disappears after import database #2552
    Tan NguyenTan Nguyen
    Participant

    Dear Yumi,

    We have fixed Import/Export feature and now works with your server. Please update.

    Btw, we also support empty value for Select, Select Advanced fields now.

    Regards,

    Tan

    in reply to: Select and Select Advanced to carry options #2551
    Tan NguyenTan Nguyen
    Participant

    Hi Joe, I have just released new version which has fix for it.

    Cheers!

    in reply to: Select and Select Advanced to carry options #2549
    Tan NguyenTan Nguyen
    Participant

    Dear Joe,

    Thanks for contacting us,

    About Add Option button doesn't shows up, it's related to file permission so MB Builder can't read the template file. Perhaps your directory has basic auth password protected or file_get_content function was blocked. We're in progress releasing this fix tonight.

    There are no way to export Meta Boxes from builder to file. It only loads flat data in dashboard ๐Ÿ™‚

    Best regards,

    Tan

    in reply to: Select 'Page' does not work #2509
    Tan NguyenTan Nguyen
    Participant

    Dear mandelkind,

    Thanks for reporting that bug, Meta Box plugin itself updated the code and post_type now becomes property of field instead of field.query_args. So you'll have to define field like so:

    
    'type' => 'post',
    'name' => 'Page Dropdown',
    'id' => 'page',
    // note that
    'post_type' => 'page'
    // instead of
    'query_args' => [
        'post_type' => 'page'
    ]
    

    We'll release an update for MB Builder, currently, in this version, you can do it by using Custom Attribute, like this example:

    http://prnt.sc/agankf

Viewing 15 posts - 136 through 150 (of 250 total)