Forum Replies Created
-
AuthorPosts
-
February 22, 2019 at 2:24 PM in reply to: ✅No custom post fields for Authors and Editors with Guttenberg #13429
Anh Tran
KeymasterHi Paul,
I see you use a condition for the meta box. So the post must in a specific category before the meta box appear. Don't forget to refresh the page after publishing. See my video here: http://recordit.co/ukE4SLIQaD
Anh Tran
KeymasterHi, I've just checked with textarea field and I don't see that problem. I see you entered HTML in the textarea field, so maybe some HTML causes that bug. Can you please post the code of the meta box here to check?
Anh Tran
KeymasterHi Camilo,
I can't replicate this bug. I tried to use a custom API key and the plugin enqueues the correct URL. Can you try deactivating all other plugins and test with a simple map field to see if the bug still presents?
Anh Tran
KeymasterHi Sam,
This needs some custom development. Meta Box only helps you to submit posts from the front end. I suppose you have to do some extra steps like:
- Creating payment post types
- Process the payments
- Log the payment
- Let users submit posts when payment is paid
- Connect payment and submitted posts (or update to user profile)
We have done similar thing for Frontend extension for Auto Listings plugin. I must say it's quite a lot of custom work.
February 22, 2019 at 9:31 AM in reply to: ✅No custom post fields for Authors and Editors with Guttenberg #13424Anh Tran
KeymasterHi, do you use any conditions for meta box or fields?
I've just tested with Gutenberg and Contributor role and it seems to be fine. Here is my screenshot:
February 21, 2019 at 4:08 PM in reply to: ✅Suggestion: Limit Custom Post Type slug to 20 characters #13417Anh Tran
KeymasterHi Purdue,
This is a good suggestion. At the moment, there's no restriction yet. I'll add that to the next version.
February 21, 2019 at 10:29 AM in reply to: Display multiple cloned rows above Add more button #13416Anh Tran
KeymasterHi Calpaq, maybe you just need to set
stdattribute for the group, like this. It works when you first create posts. However, if you delete a clone, there's no way to guarantee the minimum of clones for groups.Anh Tran
KeymasterYes, it's possible. There are many condition types that you can choose to show/hide elements. Please see this docs section.
February 18, 2019 at 8:47 AM in reply to: Trying to display all the possible connection to a post #13394Anh Tran
KeymasterHi Vee Jay,
In the first post, you used the
each_connectedfunction to demo your purpose. So, I thought you were working on an archive template. It's great that you have resolved the problem for single post.Regarding to list all posts in all relationships at once, we're working on that. It'll be available in the next version of the plugin.
February 17, 2019 at 1:39 PM in reply to: ✅Add custom text after the string in a field type: post #13383Anh Tran
KeymasterHi Archimidis,
There are filters
rwmb_*_choice_labelfor object fields that allows you to do that. Please see this docs.Anh Tran
KeymasterI'm afraid that's right.
Anh Tran
KeymasterHi Ale, did you set
clone_defaultper sub-field?Anh Tran
KeymasterHi,
Please try the Conditional Logic extension. It supports hiding custom HTML element based on a value of a field.
Anh Tran
KeymasterHi Axel,
The update was released a few days ago in MB Group and yesterday in Meta Box AIO. Please update.
Anh Tran
KeymasterHi, are you using the latest version of MB Builder?
-
AuthorPosts