Forum Replies Created
-
AuthorPosts
-
Tan Nguyen
ParticipantSimply use
inoperator, like so:'visible' => array('select_field', 'in', array(1,2))Regards,
Tan
Tan Nguyen
ParticipantHi brightcreations,
Please use Export drop down in the bottom instead of top. We'll fix this bug soon.
Tan Nguyen
ParticipantYou can send us your server info and website credentials via contact form
Tan Nguyen
ParticipantHave a nice day and please don't hesitate to tell me if you have another question ๐
Tan Nguyen
ParticipantHi 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
Tan Nguyen
ParticipantDear Sinusite,
As it works with DOM element,
Please change
taxo_servicetotax_query[taxo_service]Best regards,
Tan Nguyen
Tan Nguyen
ParticipantHi 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
April 1, 2016 at 5:22 PM in reply to: Select box option value disappears after import database #2646Tan Nguyen
ParticipantOk, I'll test with non unicode characters and will have a patch soon. Thanks for your awesome contribute, this helps us really much.
Tan
March 31, 2016 at 5:54 PM in reply to: Select box option value disappears after import database #2633Tan Nguyen
ParticipantDear 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
March 31, 2016 at 12:40 AM in reply to: Select box option value disappears after import database #2624Tan Nguyen
ParticipantDear 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
March 28, 2016 at 6:34 PM in reply to: Select box option value disappears after import database #2606Tan Nguyen
ParticipantActually, 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?
March 23, 2016 at 1:06 PM in reply to: Select box option value disappears after import database #2552Tan Nguyen
ParticipantDear 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
Tan Nguyen
ParticipantHi Joe, I have just released new version which has fix for it.
Cheers!
Tan Nguyen
ParticipantDear Joe,
Thanks for contacting us,
About
Add Optionbutton 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 orfile_get_contentfunction 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
Tan Nguyen
ParticipantDear mandelkind,
Thanks for reporting that bug, Meta Box plugin itself updated the code and
post_typenow 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:
-
AuthorPosts