Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
You need to add the
alignattribute to the block template and create some custom CSS code to style the content with the align selection. For example:<p class="{{ align }}">{{ block_description }}</p>screenshots https://imgur.com/a/wMpKA5b
and please follow the documentation https://docs.metabox.io/extensions/mb-blocks/#render_callback
December 5, 2024 at 10:52 PM in reply to: "The above error occurred in the component" when loading a registered block #47105Peter
ModeratorHello,
If it still doesn't work on your site, please share the admin account by submitting this contact form https://metabox.io/contact/
I will take a look.December 3, 2024 at 11:04 PM in reply to: "The above error occurred in the component" when loading a registered block #47097Peter
ModeratorHello Cedric,
I use the demo code in the documentation https://docs.metabox.io/extensions/mb-blocks/ and it works properly on my site, here is the screenshot https://imgur.com/7wJpW2a
Can you try to register the block again with a simple environment: only Meta Box and extension plugins, a standard theme of WordPress (2021) activated?
Let me know how it goes.
December 3, 2024 at 10:14 PM in reply to: Dropdown/Select from a List of Posts from Another CPT #47095Peter
ModeratorHello,
You can use the
postfield to show a list of posts of another CPT when editing the product. Please read more about this field type in the documentation https://docs.metabox.io/fields/post/Peter
ModeratorHello Lex,
Do you use any custom code to sanitize the field and add "http" to the field value after saving? Please share the code that you use to create the field group or export the field group to a JSON file and share it here. I will help you check the field settings.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorPlease share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Lucian,
Currently, Meta Box doesn't support a feature to delete orphaned data. Please follow this article to delete unused data on your site (include the orphaned post meta) https://gretathemes.com/clean-up-unused-data-wordpress/
Peter
ModeratorHello Nick,
If you set a field group to save data to a custom table, you need to have the corresponding columns to the field IDs in the field group. It isn't possible to ignore a field in the field group from saving data to the custom table.
Please read more about this in the documentation https://docs.metabox.io/extensions/mb-custom-table/December 1, 2024 at 11:04 PM in reply to: ✅Field group not loading collapsed when editing a front end post #47085Peter
ModeratorHello Nick,
The setting
save_stateis set totrue, that means will save the state collapse or expand when you save the post. Do you expand the group when saving the post? Please recheck this and let me know how it goes.Peter
ModeratorHello,
There are two cases:
1. Before using the action hook "rwmb_{$field_id}_after_save_field", it won't auto-populate field value by the post status.
2. After using the action hook "rwmb_{$field_id}_after_save_field" to update the post status based on the field value, it will show the field value normally (auto-populate) after saving the post.
Peter
ModeratorHello,
Toolset has several plugins so please ensure the plugin Toolset Types is activated on your site. If the submenu "Toolset Migration" still doesn't display, please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Alessandro,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Angelo,
Do you install and activate the plugin Toolset on your site? Please activate it then the submenu "Toolset Migration" will appear under the Meta Box menu.
Peter
ModeratorHello,
I can see and reproduce the issue. Do you register a custom field with code and add the
columnssetting manually? It is a small issue with the field appearance so I will ask the development team to check and fix this in the next update of the plugin.
You can use the builder to register all fields to have one kind of format.November 29, 2024 at 10:33 PM in reply to: Oxygen Builder does not work when MB AIO is active #47070Peter
ModeratorHello Joe,
The Oxygen team develops and maintains the compatibility feature between Meta Box and Oxygen. It may not work with Meta Box's new updates. I recommend you enable WP debug, contact Oxygen support, and share the error log with them so they can identify the issue and help you fix it.
Please read more about our support policy here https://metabox.io/support/topic/support-policy/
-
AuthorPosts