Forum Replies Created
-
AuthorPosts
-
November 6, 2018 at 9:01 AM in reply to: ✅Conditional Logic for hiding conflicts with required fields #11842
Anh Tran
KeymasterJust pushed to the AIO. Please check it.
Anh Tran
KeymasterHi, I'm improving the Conditional Logic and I've just found some parts I can optimize more. I'll release it in a few days. Would you mind giving me your setup (code to register meta box) to test before releasing?
Anh Tran
KeymasterHi again,
I've made a significant improvement on checking the conditions, which (in my tests) increase the speed up to 4 times. Please update to version 1.6.0 and let me know how it works for you.
November 5, 2018 at 5:35 PM in reply to: ✅Conditional Logic for hiding conflicts with required fields #11833Anh Tran
KeymasterHey guys,
Finally we found a solution for this problem. It's added in the version 1.6.0. Please update and let me know if you need anything further.
Anh Tran
KeymasterI'm very sorry for the problem. I updated select2 library according to a user request, and I did tests for it. I'll check that again and will fix it if I find any bug.
Thanks for your bug report!
October 31, 2018 at 11:35 PM in reply to: ✅Cloned field always generates 12 new cloned fields #11810Anh Tran
KeymasterHi Thomas, I could replicate the bug. Looks like the clone doesn't work well with
select_tree. I'll check and fix it.Anh Tran
KeymasterHi Aristo,
You need to put the user role inside
query_args, like this:add_action( 'mb_relationships_init', function () { MB_Relationships_API::register( array( 'id' => 'stud_to_teach', 'from' => array( 'object_type' => 'user', 'query_args' => array( 'role__in' => 'student' ), 'meta_box' => array( 'title' => 'Manages', 'field_title' => 'Select Users', ), ), 'to' => array( 'object_type' => 'user', 'query_args' => array( 'role__in' => 'teacher' ), 'meta_box' => array( 'title' => 'Manages users', 'field_title' => 'Select Users', ), ), ) ); } );Anh Tran
KeymasterI'm afraid this has to be done with custom code. Please following the Google docs.
Anh Tran
KeymasterHi, it's possible. The Meta Box settings fields are under Site > Meta Box Fields.
Anh Tran
KeymasterNo problem, let's talk via Skype. My Skype nickname is "rilwis". You can call me anytime between 9AM-5PM GMT+7.
October 31, 2018 at 9:57 PM in reply to: ✅select advanced in Group showing: "Warning : Invalid argument supplied foreach" #11804Anh Tran
KeymasterHi Ale, the bug is fixed in the latest version of MB Builder. Please update.
Thanks for your bug report!
October 31, 2018 at 9:52 PM in reply to: ✅Bug: Checkboxes saved in custom table but shown in UI #11803Anh Tran
KeymasterThanks a lot for your code. I see it doesn't work with checkbox_list field type. Let me fix and update the plugin.
Anh Tran
KeymasterHi Thomas,
Sorry for not reply the topic. I don't know why I missed this. Can you please tell me what field type it is? And please post your code here so I can debug and fix it faster.
Thanks for understanding.
AnhOctober 26, 2018 at 4:45 PM in reply to: ✅Clone As Multiple Feature Doesn't Work With Taxonomy Advanced Field #11776Anh Tran
KeymasterHi, I haven't done fixing it yet :(. Please wait for a few days.
Anh Tran
KeymasterThanks for your feedback. I found the bug and updated the MB Revision extension. Please update it.
-
AuthorPosts