Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 2,596 through 2,610 (of 3,707 total)
  • Author
    Posts
  • in reply to: Required custom fields? #7267
    Anh TranAnh Tran
    Keymaster

    Hi,

    The custom fields can be set to required. It's already supported by Meta Box. Please see this and this.

    in reply to: Cloneable group inheriting values from previous group #7265
    Anh TranAnh Tran
    Keymaster

    Hi,

    Sorry for the late reply. I've been working on the documentation last week and couldn't fix the issue. I have replicated it on my localhost and will fix it as soon as I can.

    in reply to: Metabox group and admin-ajax.php #7264
    Anh TranAnh Tran
    Keymaster

    Hi,

    I replicated the bug and am working on it. Will update the plugins as soon as I find something. Please wait a little.

    By the way, does the ajax issue still happen to you? I see no errors in the video.

    in reply to: โœ…Columns + Custom Table for meta data? #7232
    Anh TranAnh Tran
    Keymaster

    Hi,

    To show the user meta in the admin columns, you should use the MB Admin Columns extension. However, it has not worked with the new MB Custom Table yet. We're working on it and will update it soon.

    Updated: The Admin Columns extension now works with MB Custom Table.

    in reply to: โœ…A serious error when it is enabled #7231
    Anh TranAnh Tran
    Keymaster

    Sorry for that. It's a syntax error for PHP version < 5.4. I've fixed and released a new version. Thanks for your feedback.

    in reply to: Metabox group and admin-ajax.php #7230
    Anh TranAnh Tran
    Keymaster

    The JS that sends ajax request is in the image advanced field. It queries to get image info from image ID. So, please try with just a single image advanced field. It's not needed to put it inside a group.

    in reply to: Metabox group and admin-ajax.php #7225
    Anh TranAnh Tran
    Keymaster

    Looks like the ajax request comes from the image advanced field. I've just tested your code again and didn't see any problem. Can you please:

    - Test with a single image advanced field?
    - Probably check what does the server response?
    - Check with other PHP code that might causes 505 error?

    in reply to: Coupon code HALLOWEEN #7224
    Anh TranAnh Tran
    Keymaster

    Thanks for your kind words.

    I've just checked the payment popup and still see the Offer input. I will ask Gumroad (the payment gateway) for support. That's too bad.

    in reply to: Metabox group and admin-ajax.php #7214
    Anh TranAnh Tran
    Keymaster

    Hi, sorry for the delay.

    The group extension doesn't do anything with Ajax. Can you send me a screenshot of Network tab in the console log?

    in reply to: Coupon code HALLOWEEN #7213
    Anh TranAnh Tran
    Keymaster

    Hi uxl,

    Please buy via credit card, this is where you should enter the HALLOWEEN coupon code:

    Sorry for this inconvenience.

    Regarding upgrading your account, it's only applied for bundles, e.g. you can upgrade from 1 bundle to a higher bundle. It doesn't work from a single extension to bundle.

    Thanks,
    Anh

    in reply to: Support for custom taxonomies? #7192
    Anh TranAnh Tran
    Keymaster

    Ah, that's right. I was misunderstanding, too! Glad you figured it out.

    in reply to: Support for custom taxonomies? #7184
    Anh TranAnh Tran
    Keymaster

    Hi,

    I think you can make it work this way:

    1. Use some code to get terms from WC attribute taxonomy
    2. Put them in the meta box settings

    $terms = prefix_get_wc_attribute_terms();
    $meta_boxes[] = array(
        'taxonomies' => $terms,
    )

    I'm not sure about how to get WC attribute terms. You can do some search or ask WC team for help.

    in reply to: โœ…How to multi dates picker field #7183
    Anh TranAnh Tran
    Keymaster

    Hi,

    I'm afraid the jQuery UI datepicker library doesn't have that feature. You probably need to create a custom field type for that. I found a JS lib that you can use.

    in reply to: Error saving form with thumbnail #7182
    Anh TranAnh Tran
    Keymaster

    Glad that you updated. Actually 1.1 is a short version for 1.1.0 :). But I will use the long version from now on.

    Thanks.

    in reply to: How do I start using this plugin? #7162
    Anh TranAnh Tran
    Keymaster

    Hi,

    Can you try installed via the WordPress admin (Plugins > Add New)? It's just a normal plugin and should be listed in the plugin list.

    Also, it would be easier to detect the problem if you can make some screenshots.

Viewing 15 posts - 2,596 through 2,610 (of 3,707 total)