Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 2,821 through 2,835 (of 3,958 total)
  • Author
    Posts
  • in reply to: Email filter - possible to apply? #5730
    Anh TranAnh Tran
    Keymaster

    Hi,

    I think you just need to run this code:

    <?php echo eae_encode_emails( wp_kses( $secondarytext, $allowed_tags) ); ?>

    in reply to: Price of Upgrading, and support and updates #5726
    Anh TranAnh Tran
    Keymaster

    Hi,

    You can upgrade from the Core Bundle to Developer Bundle with only $100 and have full 1 year support + updates, counting from the day you upgrade (not from the day you purchased the Core Bundle).

    Anh TranAnh Tran
    Keymaster

    @jroxbury: Can you post your code?

    The code of @Namennaj has a problem: he uses the field with id content, which is the same as the id of the main editor. The ID must be different and unique.

    in reply to: field class name #5711
    Anh TranAnh Tran
    Keymaster

    Dear kagoub,

    I've checked and it works properly, here is my screenshot:

    http://prntscr.com/eyckuf

    Can you please send me your website credentials via email so I can login to check?

    Cheers!

    in reply to: Last metabox update broke tabs in WPML #5702
    Anh TranAnh Tran
    Keymaster

    I got it.

    The problem is some fields are set to "Don't translate" mode.

    https://imgur.com/CsWlwzU

    Those fields won't be visible to enter the content. For more info, please check this topic.

    in reply to: textarea_rows option doesn't work inside tabs #5701
    Anh TranAnh Tran
    Keymaster

    Hi,

    Looks like the TinyMCE JavaScript doesn't auto detect the height of the editor when it's hidden (inside 2nd, 3rd tab). In this case, I'd suggest using editor_height option for the editor instead of textarea_rows, like this:

    'options' => array( 'editor_height' => 400 ),

    The value is the height of the editor in pixels.

    in reply to: Custom Select Tree #5690
    Anh TranAnh Tran
    Keymaster

    Yes, you can do that. Here is the sample code:

    https://gist.github.com/rilwis/d6635c18cca81aaa4a593d4c178b456b

    in reply to: Last metabox update broke tabs in WPML #5684
    Anh TranAnh Tran
    Keymaster

    Hi Claudia,

    Sorry for the late reply. I'll check and fix it soon.

    in reply to: REST API Fields #5612
    Anh TranAnh Tran
    Keymaster

    Yes, the 2nd method is the way we use to update post meta. The latest version of MB Rest API extension requires the latest Meta Box version to work (as we use some new function from Meta Box).

    Glad that you figured it out.

    in reply to: BUG in AIO #5601
    Anh TranAnh Tran
    Keymaster

    Just updated the extension to version 1.1 with Settings page as you suggested. I also added some filters that developers can "hide" the settings page. For more info, please see the docs page:

    https://metabox.io/docs/meta-box-aio/

    in reply to: BUG in AIO #5599
    Anh TranAnh Tran
    Keymaster

    Thanks. I'm looking into your changes and updating it.

    in reply to: Suggestion #5581
    Anh TranAnh Tran
    Keymaster

    Just done that! You can download the Meta Box AIO in your profile now ๐Ÿ™‚

    in reply to: Usage of MB Group and custom Field #5568
    Anh TranAnh Tran
    Keymaster

    Hi,

    The sub-fields of groups are not passed through the value method of the field at the moment (as well as filters). They're treated as a part of the group value. And thus, you should filter the value of the group when the data is submitted using the this filter:

    https://metabox.io/docs/filters/#section-rwmb_field_id_value

    in reply to: Export to PHP #5559
    Anh TranAnh Tran
    Keymaster

    Dear Anthony,

    In the latest version, there's a tab which lets you copy the generated code, you can copy and then paste to any place you want.

    Cheers!

    in reply to: php error codes #5554
    Anh TranAnh Tran
    Keymaster

    I think there probably was an error while downloading the extensions to your website. That might be caused by broken connection or interruption while downloading. The files you get when manually download and using the updater extension are the same. Please keep checking the next time and let me know if it still happens.

Viewing 15 posts - 2,821 through 2,835 (of 3,958 total)