Forum Replies Created
-
AuthorPosts
-
November 19, 2019 at 11:26 AM in reply to: Issues with default values and other settings for fields in groups #16983
Anh Tran
KeymasterHi,
Can you please check this docs on setting default values for group's sub-fields?
Regarding
save_formatfor 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.
Anh Tran
KeymasterHi, I've just tested and see the output is correct: https://www.loom.com/share/c4b89677c2404c5eb9f5a245464d6ddd
Please check if your theme set the
post-thumbnailsize correctly.Anh Tran
KeymasterHi Dave,
Unfortunately, this is not possible at the moment. I'll consider adding more API to the Builder to make that happen.
Anh Tran
KeymasterHi Dave,
A field label is set via
nameattribute. Please try it.Also, the
descattribute adds a description to the field input, andlabel_descriptionadds a description for the field label.Anh Tran
KeymasterIt's not a private thread. Please send me the credentials via the contact form.
Anh Tran
KeymasterHi 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?
November 14, 2019 at 10:30 AM in reply to: Field type 'key_value' gives notice: array to string conversion #16929Anh Tran
KeymasterI've just tried with the code and don't see the notice. Can you check that again?
Anh Tran
KeymasterI'll try to improve that. It requires some work on the infrastructure which might take time.
November 14, 2019 at 9:40 AM in reply to: ✅Title changes to "Auto Draft" when changing value of any custom block field #16927Anh Tran
KeymasterHi, this is fixed in the latest version. Please update. Thanks for a very detailed question!
Anh Tran
KeymasterUnfortunately, this is not supported for now. But you can hook to the before save action and perform a check for the value.
Anh Tran
KeymasterYes, we'll have a deal for BF this year. Please subscribe to our newsletter to be informed.
November 14, 2019 at 8:27 AM in reply to: ✅WordPress 5.3 causes MB blocks not to load - JS error #16923Anh Tran
KeymasterHi Johannes, thanks for your feedback. I'll check it immediately.
Updated: just fixed in version 1.0.11. Please update.
Anh Tran
KeymasterHave you tried making a custom
WP_Querywith'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.
Anh Tran
KeymasterFrom WordPress Codex, this option equivalent to
with_frontparameter: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 totrue.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.Anh Tran
KeymasterHi Vinny,
Unfortunately, we support only the latest version
dev-master. We don't have a list of available downloads for each version separately yet. -
AuthorPosts