Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 3,708 total)
  • Author
    Posts
  • in reply to: Custom Table with Group fields #11575
    Anh TranAnh Tran
    Keymaster

    Hi Purdue,

    Glad that it finally worked for you. To save groups to custom table, treat it like a normal text field. And ignore all the sub-fields in the group as they will be serialized and store in one column in the DB (the column of the group).

    If you find any trouble, please let me know.

    in reply to: Ignore divider type ourput in REST request #11555
    Anh TranAnh Tran
    Keymaster

    Hi Austin,

    Thanks for your suggestion. I've just updated the plugin with that improvement.

    Cheers

    Anh TranAnh Tran
    Keymaster

    Hi, I've just updated the plugin. Please check it.

    Thanks

    Anh TranAnh Tran
    Keymaster

    Hi Purdue,

    Thanks a lot for bug reporting. I can replicate the bug in the MB Builder (it's a bug in the Builder, not in the Group extension). I'll fix and release a new version soon.

    in reply to: Select2.js Malfunctions on Metabox main plugin #11545
    Anh TranAnh Tran
    Keymaster

    Thanks!

    I've just updated select2 to the latest stable version 4.0.5. Would you mind give me more details on the bug, so I can check it to prevent it from happening in the future? I've just checked with the select_advance and date field and don't see any problem.

    in reply to: Marker size in map field. #11535
    Anh TranAnh Tran
    Keymaster

    Hi,

    The marker is Google's default and there's no settings for it in the back end yet. But in the front end, you can set the marker icon via marker_icon parameter.

    in reply to: WYSIWYG Field not swapping between editor modes #11534
    Anh TranAnh Tran
    Keymaster

    Hi,

    I've just tried your code and it works for me. Here is my screenshot:

    https://imgur.elightup.com/JdbBHX7.png

    I think the problem might come from another part that has JavaScript error. Any JS error can breaks the execution of other JS, which might include the JS for the editors. Can you add these lines to wp-config.php and see what's in the console:

    define( 'WP_DEBUG', true );
    define( 'SCRIPT_DEBUG', true );
    define( 'CONCATENATE_SCRIPTS', false );
    Anh TranAnh Tran
    Keymaster

    Hi Purdue,

    I guess the problem comes from the group settings. Please share the code of the meta box for debugging.

    in reply to: How to get user meta from custom table? #11532
    Anh TranAnh Tran
    Keymaster

    Yes, please use:

    MB_Custom_Table_Cache::get( $object_id, $table_name )

    It returns an array of key => value.

    in reply to: MB Builder error when I try to activate the plugin #11527
    Anh TranAnh Tran
    Keymaster

    Hi Cristian,

    It's a PHP syntax that available in PHP 5.4. I think you're using an out-dated version of PHP (5.3 maybe). Let me try to fix and release a new version.

    PS: New version is now available for download.

    in reply to: Unable to see AIO Settings page #11526
    Anh TranAnh Tran
    Keymaster

    Hi Ben,

    I see you marked the topic as resolved. Did you figure it out?

    in reply to: How to get user meta from custom table? #11512
    Anh TranAnh Tran
    Keymaster

    Hi Todd,

    I've just checked and found a bug in the core plugin. Would you mind download the latest version on Github?

    Thanks for the bug report!

    in reply to: exclude some posts from post query #11495
    Anh TranAnh Tran
    Keymaster

    Hi Burak,

    Seems like we haven't added support for JSON notation for query arguments. But the dot notation works. Please try to setup like this:

    https://imgur.elightup.com/Nes8Qgr.png

    Details about dot notation can be found in the documentation.

    in reply to: Relationship Admin Column not showing data #11494
    Anh TranAnh Tran
    Keymaster

    Hi Max,

    1) When we work on admin column for relationship at first, we thought it's a single relationship column, so we use singular form. The Admin Columns extension was made for multiple fields, so it's plural.

    2) For relationships: it's not supported. Because the relationships are list of connections and will be unclear when we put something like sorting, search for those connections.

    in reply to: Relationship Admin Column not showing data #11483
    Anh TranAnh Tran
    Keymaster

    Just fixed it on your website and on Github. It's a bug caused by a previous commit for post_type=any.

    Thanks for letting me know the bug!

Viewing 15 posts - 1,741 through 1,755 (of 3,708 total)