Support Forum » User Profile

Forum Replies Created

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

    Hi, thanks for your bug report. Let me check and fix it.

    in reply to: Taxonomy Archive Image #11586
    Anh TranAnh Tran
    Keymaster

    FYI, new version was tested and has just been released on wordpress.org. Please update!

    in reply to: Custom Post Type by Two Custom Fields via REST API #11585
    Anh TranAnh Tran
    Keymaster

    Hi,

    In WordPress 4.7, the filter parameter that filter the query parameters was removed. I found a repository on Github that re-add the filter. It's in the WP-API account on Github, so hopefully, it's official. Please try it.

    in reply to: Taxonomy Archive Image #11579
    Anh TranAnh Tran
    Keymaster

    Hi Michael,

    It's done on the branch term_meta on Github. But we need a few days to optimize the code and merge it to the final version. You can use the code on Github in the meantime.

    in reply to: Can't see Meta boxes #11576
    Anh TranAnh Tran
    Keymaster

    Hi Ben,

    Sorry to miss your question.

    Do you use any kind of condition for meta box? Kind of using the Include Exclude or Conditional Logic extension?

    And is the post type set correctly? Can you try with the normal post?

    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.

Viewing 15 posts - 1,756 through 1,770 (of 3,958 total)