Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,681 through 1,695 (of 3,958 total)
  • Author
    Posts
  • Anh TranAnh Tran
    Keymaster

    Hi Saqib, I'll check and update the extension soon. The last time we checked with Gutenberg, we had a technical difficulty that we haven't resolved yet. Let us check again.

    in reply to: MB Custom Table - How to use #11857
    Anh TranAnh Tran
    Keymaster

    Hi Dan,

    I think you misunderstand the purpose of the MB Custom Table extension. It doesn't provide an Excel-like UI for users to enter the data (for that purpose, an extension with name "Data Table" might be a better idea). Instead, it save custom fields into a custom table in the database. So, in this situation, table means database table. The whole idea of the extension is changing how we save data: from post meta to custom table. That's it.

    in reply to: Bug: Checkboxes saved in custom table but shown in UI #11850
    Anh TranAnh Tran
    Keymaster

    Hi guys, I've just fixed it. Please update MB Custom Table to the latest version. The AIO plugin will be updated later.

    in reply to: Bug: Checkboxes saved in custom table but shown in UI #11849
    Anh TranAnh Tran
    Keymaster

    Hi aaron, I'm still working on it. Please be patient.

    in reply to: Slow loading and response time of 'editor screen' #11847
    Anh TranAnh Tran
    Keymaster

    I've just sent you beta versions of Conditional Logic and Group. Please take a look and let me know how they work for you. In my test, the speed is quite good.

    Anh TranAnh Tran
    Keymaster

    Just pushed to the AIO. Please check it.

    in reply to: Slow loading and response time of 'editor screen' #11841
    Anh TranAnh Tran
    Keymaster

    Hi, 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?

    in reply to: Slow loading and response time of 'editor screen' #11834
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    Anh TranAnh Tran
    Keymaster

    Hey 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.

    in reply to: select_advanced doesn't display the saved value #11817
    Anh TranAnh Tran
    Keymaster

    I'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!

    in reply to: Cloned field always generates 12 new cloned fields #11810
    Anh TranAnh Tran
    Keymaster

    Hi Thomas, I could replicate the bug. Looks like the clone doesn't work well with select_tree. I'll check and fix it.

    in reply to: User to User n:n relationship based on User role #11809
    Anh TranAnh Tran
    Keymaster

    Hi 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',
                ),
            ),
        ) );
    } );
    in reply to: show google maps street view #11808
    Anh TranAnh Tran
    Keymaster

    I'm afraid this has to be done with custom code. Please following the Google docs.

    in reply to: insert settings fields #11807
    Anh TranAnh Tran
    Keymaster

    Hi, it's possible. The Meta Box settings fields are under Site > Meta Box Fields.

    in reply to: Cannot add Custom Post Type #11806
    Anh TranAnh Tran
    Keymaster

    No problem, let's talk via Skype. My Skype nickname is "rilwis". You can call me anytime between 9AM-5PM GMT+7.

Viewing 15 posts - 1,681 through 1,695 (of 3,958 total)