Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I do not see the issue on my demo site when using the helper function
rwmb_meta()to get the term meta. Can you please update the plugin MB Term Meta to the latest version 1.2.10 and check this issue again? If you are using the older version (below 1.1), you can use the WordPress functionget_term_meta()only.December 13, 2022 at 10:05 PM in reply to: ✅generate php code for custom field beside Generated Custom field in AIO #39760Peter
ModeratorHello there,
>> I think that if I generate Custom Field (for custom post type) in Metabox AIO => will this solution slow loading than Generated PHP Code (from AIO) ?
Sorry, I do not understand this question clearly. Can you please clarify it again? If you want to generate the PHP code to run in the file functions.php please read the documentation below.
If you generate the PHP code and run it to create the custom fields, you can delete the field group in the builder as well.
Please read more on the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code
December 13, 2022 at 9:54 PM in reply to: Urgent: Critical error after adding fields to CPTs (latest version of MB) #39758Peter
ModeratorHello Martin,
As you can see in the log, the error comes from the plugin Oxygen builder. So I recommend contacting Oxygen support to ask for help with this issue.
Thanks.
December 13, 2022 at 9:52 PM in reply to: ✅Uncaught Error: Class "RWMB_Update_Option" not found #39757Peter
ModeratorHello,
Please refer to this topic to fix this issue temporarily https://support.metabox.io/topic/fatal-error-meta-box-aio/
December 13, 2022 at 9:50 PM in reply to: Critical error when updating to latest version of Meta Box AIO #39756Peter
ModeratorHello,
Please edit the file
wp-content/plugins/meta-box/inc/meta-box-registry.phpline 16and replace the code
public function make( array $settings ) {with this one
public function make( $settings ) {Let me know how it goes.
Peter
ModeratorHello Henrik,
This issue happens because there is a conflicting plugin with MB Group Skin. Can you please deactivate all plugins except Meta Box, MB extensions, Elementor, Elementor Pro and check this issue again?
It is confirmed by another user on this topic https://support.metabox.io/topic/elementor-theme-builder-meta-box-group-skin-does-not-exist/Peter
ModeratorHello,
This issue has been fixed on this commit https://github.com/wpmetabox/mb-custom-post-type/commit/8e65f6e176f3522a1ee04af94b771a9eb768ff86
You can apply the changes on your site while waiting for the new version of MB Custom Post Type plugin.
Peter
ModeratorHello,
There is a compatibility issue with the new version of Meta Box, please edit the file
wp-content/plugins/meta-box-aio/vendor/meta-box/mb-custom-post-type/src/Edit.phpline 111-112 and
replace the code$update_option = new \RWMB_Update_Option(); $update_checker = new \RWMB_Update_Checker( $update_option );with this one
$update_option = new \MetaBox\Updater\Option(); $update_checker = new \MetaBox\Updater\Checker( $update_option );to temporarily fix this issue. It will be included in the next update. Thanks.
December 12, 2022 at 11:34 PM in reply to: wpd bzw. query vars --> order by --> MB Custom Table #39726Peter
ModeratorHello,
I think the SQL query will work
$ids = $wpdb->get_col( "SELECT ID FROM mytable WHERE myfield1 = 'news' ORDER BY my_field2 ASC" );make sure the columns myfield1 and myfield2 are available in the custom table. Then you can print out the variable $ids to see how it works.
Peter
ModeratorHello,
The extension MB Include Exclude is supported to use in the builder, please check this screenshot https://monosnap.com/file/fLa5t2xG6LKtkhUrNrivDlOsp2J7VJ
You can click the text link "Advanced location rules" to read the documentation of the extension supported.
MB Conditional Logic uses the JavaScript code to show/hide a custom field or a field group or any elements on the editing page. It is a little more flexible than MB Include Exclude but it will load all field groups to when editing a page and show/hide elements based on a field value. I don't think it will slow down your site in the admin area or affect the server with some field groups.
December 12, 2022 at 10:38 PM in reply to: ✅How do I create a WordPress style URL field to link to pages? #39721Peter
ModeratorHello Dave,
Meta Box does not support a link/URL field like the one of WordPress. I will inform the development team to consider supporting a field like that.
Thanks.Peter
ModeratorHello,
I've informed the development team to check the issue on your account and get back to you shortly.
Thanks.
December 12, 2022 at 10:34 PM in reply to: Input Description added to multiple sub-fields in a field group does not display #39719Peter
ModeratorHello Dave,
The plugin Meta Box is created more than 10 years ago and there are some old blocks of code that need to be updated. The development team is working to update the source code but there are also some conflicts with other extensions and could be fixed soon. I'm sorry about that, please be patient, the new update will be released soon to cover the issues.
Regarding the description of the subfield, can you please share some screenshots of the issue on your site?
Peter
ModeratorHello,
Thanks for your feedback.
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
Can you please apply the changes to your site and see if it works?December 12, 2022 at 10:15 PM in reply to: ✅Elementor Theme Builder > MB Group Skin Does Not Exist #39716Peter
ModeratorProblem solved by deactivating all plugins except Meta Box, MB AIO and Elementor. There was a conflicting plugin that does not work with MB Group Skin.
-
AuthorPosts