Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 571 through 585 (of 3,708 total)
  • Author
    Posts
  • Anh TranAnh Tran
    Keymaster

    Hi,

    Can you please check this docs on setting default values for group's sub-fields?

    Regarding save_format for datetime fields, if fields are inside a group, then the MB Group extension will bypass it, e.g. the values of sub-fields are not processed. This is a technical challenge and we're trying to make it work.

    I'll check the delete file issue and answer you in that topic.

    in reply to: image_upload post-thumbnail size returns full url #16981
    Anh TranAnh Tran
    Keymaster

    Hi, I've just tested and see the output is correct: https://www.loom.com/share/c4b89677c2404c5eb9f5a245464d6ddd

    Please check if your theme set the post-thumbnail size correctly.

    in reply to: Extending MB Builder #16979
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    Unfortunately, this is not possible at the moment. I'll consider adding more API to the Builder to make that happen.

    in reply to: Disable a Label #16978
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    A field label is set via name attribute. Please try it.

    Also, the desc attribute adds a description to the field input, and label_description adds a description for the field label.

    in reply to: Refund Request #16943
    Anh TranAnh Tran
    Keymaster

    It's not a private thread. Please send me the credentials via the contact form.

    in reply to: Refund Request #16939
    Anh TranAnh Tran
    Keymaster

    Hi Frank, this seems to be the CSS issue. Maybe it's not enqueued somehow. Do you see any error in the browser console? Can you send me a temporary admin account to check that?

    in reply to: Field type 'key_value' gives notice: array to string conversion #16929
    Anh TranAnh Tran
    Keymaster

    I've just tried with the code and don't see the notice. Can you check that again?

    in reply to: Extension versions for Composer #16928
    Anh TranAnh Tran
    Keymaster

    I'll try to improve that. It requires some work on the infrastructure which might take time.

    Anh TranAnh Tran
    Keymaster

    Hi, this is fixed in the latest version. Please update. Thanks for a very detailed question!

    in reply to: how to check the unique value for the custom meta? #16926
    Anh TranAnh Tran
    Keymaster

    Unfortunately, this is not supported for now. But you can hook to the before save action and perform a check for the value.

    in reply to: Black friday #16924
    Anh TranAnh Tran
    Keymaster

    Yes, we'll have a deal for BF this year. Please subscribe to our newsletter to be informed.

    in reply to: WordPress 5.3 causes MB blocks not to load - JS error #16923
    Anh TranAnh Tran
    Keymaster

    Hi Johannes, thanks for your feedback. I'll check it immediately.

    Updated: just fixed in version 1.0.11. Please update.

    in reply to: How to display all CPT rows on a page #16904
    Anh TranAnh Tran
    Keymaster

    Have you tried making a custom WP_Query with 'posts_per_page' => -1? This is what I did for the Extensions page.

    For filtering, I create another taxonomy (called tag or category) and output CSS classes based on the selected terms. For example: items within category "Free" will have a CSS class "free". Then I use some JS to filter them out.

    in reply to: No prepended permalink structure? #16903
    Anh TranAnh Tran
    Keymaster

    From WordPress Codex, this option equivalent to with_front parameter:

    Should the permalink structure be prepended with the front base. (example: if your permalink structure is /blog/, then your links will be: false -> /news/, true -> /blog/news/). Defaults to true.

    So if your permalink is %post_name%, this option does nothing. And I don't think WP supports removing CPT's slug from the permalink.

    in reply to: Extension versions for Composer #16901
    Anh TranAnh Tran
    Keymaster

    Hi Vinny,

    Unfortunately, we support only the latest version dev-master. We don't have a list of available downloads for each version separately yet.

Viewing 15 posts - 571 through 585 (of 3,708 total)