Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi,
Thanks for your feedback. I saw the issue on Github but don't have any clue what that happens. I'll keep checking it.
Anh Tran
KeymasterHi Clientes,
Sorry, it's not possible for both cloneable and non-cloneable groups. We are working on it, but until now, there's no kind of drag & drop solution yet. The recommended way at the moment is using a custom shortcode to render the group and put it in Elementor.
You might also can try to reach out to Didou Schol on Meta Box Users group on Facebook (https://www.facebook.com/groups/metaboxusers/), he developed a Toolbox extension for Beaver Builder/Elementor that works with MB Group. He might help on this.
Anh Tran
KeymasterYes, please use the MB Include Exclude extension:
July 25, 2019 at 9:49 AM in reply to: ✅Suggestion: Duplicate field group OR change title/ID on import/export #15452Anh Tran
KeymasterHi pza,
Thanks for your suggestion. I think this featured can be done easily with a super popular plugin:
https://wordpress.org/plugins/duplicate-post/
Use it when you develop, and then delete it when you're done.
Anh Tran
KeymasterHi pza,
Unfortunately, the post fields are displayed outside of the meta box wrapper
div. It's not possible to move the fields into the tab unless using JavaScript. But that's kind of a hack and various depends on your meta box config.Anh Tran
KeymasterHi,
Have you tried to get help from Astra team? It's likely a theme issue.
Anh Tran
KeymasterHi AJ,
A good API is not available at the moment. But you can use jQuery or vanilla JS to change the field values.
Anh Tran
KeymasterHi JacquesSpijkers,
I understand. It's sad to see you go. I've issued the refund for you. Thanks for trying Meta Box.
Anh Tran
KeymasterIf you have to clone the field, then the only solution is using
taxonomy_advancedfield.July 18, 2019 at 8:46 AM in reply to: ✅The select field, which would show the list of values from specified type #15396Anh Tran
KeymasterThat's very creative. I'd suggest adding the index of the section (
$keyin your code) to generate the ID, to make sure it's unique.July 18, 2019 at 8:15 AM in reply to: Metabox switch not saving when in Metabox grouping on MB settings page #15395Anh Tran
KeymasterWhat do you mean "can this be fixed"? It's the default behavior of the MB Group, to prevent saving empty values. It's not a bug.
Anh Tran
KeymasterYes, it's true. Taxonomy field when saving will set the post terms. So, it can't be cloned. Only the taxonomy advanced field, where the term IDs are saved, can be cloned.
Anh Tran
KeymasterHi,
Front-end style is very much affected by your theme style. Please make sure your theme has the following code:
wp_head()in yourheader.phpfilewp_footer()in yourfooter.phpfile
These functions will help the plugin and WordPress output necessary CSS/JS. But they still don't guarantee of the styling. And in that case, you need to update the CSS of your theme.
Anh Tran
KeymasterHi Ryan,
There's no support for meta box CSS class. But each meta box will have a auto-generated ID. You can inspect and see it.
Anh Tran
KeymasterHi, you can use the hook rwmb_after_save_post to update the user meta after a post/user is updated.
-
AuthorPosts