Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Akram,
I've tested your code and it shows the tabs on the left with
'tab_style' => 'left'. Please see this video.Anh Tran
KeymasterHi Oliver,
I think you have the old Meta Box Updater. Please remove it and try entering the license key again.
Anh Tran
KeymasterHi Dave,
I was able to add fields to a custom taxonomy but I’d like to have a user edit them in the front end.
Unfortunately, our MB Frontend Submission supports editing posts only. It doesn't work for editing terms.
Another way I might be able to achieve this is to create a custom post type to store my data and then create a relationship to the custom taxonomy. This way I can use MB Frontend on the custom post and then link to the taxonomy in code.
That is a possible solution! I think that will work.
January 18, 2020 at 3:40 PM in reply to: ✅Does it allow to have multiple/repeated fields like in meta box ? #17897Anh Tran
KeymasterHi Akram,
Thanks for your questions. Please see the answers below:
Can it be used to create multiple fields in group like we do in a metabox.
Yes, you can absolutely do that. All groups created with MB Group work!
To create a group of fields and can those be cloned or not ?
Yes, cloning fields is supported.
How to show posts list of pages or any custom post type, where are available options and things like that ?
This is just a normal WP_Query, and I don't think it has relation with blocks.
If you're referring to something like search and filtering, you might want to use FacetWP plugin, which we have an integration for.
Can we show taxonomies as well to chose from and stuff we usually do with meta boxes is all available or is there any thing missing ?
Yes, you can show and choose anything within a block, just like normal meta boxes.
Anh Tran
KeymasterHi,
1) Do you have any code related to login? It seems to work fine in my test.
2) Have you added proper permission for users to upload? Can you share your code?Anh Tran
KeymasterHi Filip,
I've just tested and it works well. Can you share your code?
Anh Tran
KeymasterHi,
In the block editor, the context
after_titleno longer works. Please use theadvancedornormalcontext. And also change thetemplateto array. This code works:'show' => array( 'template' => ['templates/template-cover.php'] ), 'context' => 'advanced',Anh Tran
KeymasterHi,
Thanks for your question.
Writing a plugin for Meta Box has nothing special than a normal WordPress plugin. You can follow WordPress Codex or take a look at the source code of free extensions to have a starting point.
January 18, 2020 at 2:43 PM in reply to: ✅Input ID issues when using fieldset_text within group #17890Anh Tran
KeymasterHi Joe,
Thanks for your feedback. I've fixed this and it will be available in the next version of MB Group.
Anh Tran
KeymasterHi Davide,
We don't have a link field yet. There are not many people asking for this. However, I've put it in our to-do list.
January 18, 2020 at 9:43 AM in reply to: ✅OpenStreetMap is not loading properly in inner Tabs #17888Anh Tran
KeymasterHi Saqib,
Thanks for your feedback. This bug is fixed here.
January 18, 2020 at 8:59 AM in reply to: ✅Hooking into get_post_metadata and add_post_metadata #17887Anh Tran
Keymaster@COMCEPT: currently, it's the only solution. We'll add more higher API to the plugin in future releases.
January 17, 2020 at 5:37 PM in reply to: ✅How to show image url with folder in all sizes from Rest API #17877Anh Tran
KeymasterHi,
Thanks for your suggestion. I've added "url" to all sizes. It will available in the next version of Meta Box.
Anh Tran
KeymasterHi Jackky,
I found the problems. It's kind of a complicated thing in Gutenberg, since the editor is generated on demand using JavaScript. So, some PHP options won't be applied. And in that case, the default settings of the editor is applied. I'm afraid I don't have a good solution for it at the moment.
Anh Tran
KeymasterHi Jackky,
I think the problem is the theme. As you know, WP allows theme to add custom style to the editor. And that might affect the plugin's CSS. I'd suggest you add some small CSS to the edit screen to fix this issue. We've got a tutorial on doing this.
-
AuthorPosts