Forum Replies Created
-
AuthorPosts
-
December 23, 2023 at 10:44 AM in reply to: MB Relationships - Database error for relationship between users_to_posts #44164
Peter
ModeratorHello,
Unfortunately, I cannot reproduce the error message issue on a fresh installation of a multisite environment, screenshots https://imgur.com/a/AArPx3H
I test with a site from https://instawp.com/
December 22, 2023 at 10:46 PM in reply to: See meta-fields when editing translated pages with WPML #44162Peter
ModeratorHello Luca,
If you want to translate the custom field value with WPML, please follow the documentation https://metabox.io/translate-custom-fields-with-wpml/
If you edit the page in the second language and do not see the custom field, I think you can try to set the post type
meta-boxin WPML > Settings to Not translatable to fix the issue. If it doesn't work, I recommend contacting WPML support to get more information.December 22, 2023 at 10:32 PM in reply to: Elementor Icon Box meta data does not Display on frontend #44161Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.December 22, 2023 at 10:24 PM in reply to: how can i disable metaboxes if gutenberg editor is enabled #44160Peter
ModeratorHello,
You might need to use the code to check the block or classic editor is available when editing the post and registering the meta box. For example:
if( code_check_editor_here ) { add_filter( 'rwmb_meta_boxes', 'your_prefix_function_name' ); } function your_prefix_function_name( $meta_boxes ) { $prefix = ''; $meta_boxes[] = [ ... ]; return $meta_boxes; }December 21, 2023 at 10:08 PM in reply to: how can i disable metaboxes if gutenberg editor is enabled #44152Peter
ModeratorHello,
Do you mean deactivating the plugin Meta Box if the Block editor is enabled? Or a specific meta box (field group) on your site?
December 21, 2023 at 9:57 PM in reply to: MB Relationships - Database error for relationship between users_to_posts #44151Peter
ModeratorHello,
You are correct, I can reproduce the issue 2 meta boxes with two plugins Meta Box and MB Relationships. But not the error message. It works if you use the plugin Meta Box AIO.
I've escalated this issue to the development team to fix it in the next update.Thank you.
December 21, 2023 at 9:38 PM in reply to: Elementor Icon Box meta data does not Display on frontend #44150Peter
ModeratorHello Felix,
You should scroll down to the custom post type section > select the field in the Dynamic data list of Elementor. Screenshot https://imgur.com/BraApot
Regarding the notification email feature, I will inform the development team to check this.
December 19, 2023 at 8:41 PM in reply to: โ Reciprocal relationship does not display metabox in the "to" post type #44142Peter
ModeratorHello Fabien,
You should disable the option reciprocal in this case. This option is used when you create a relationship between the same post type/object, for example: from
officetooffice. It will prevent displaying two meta boxes on one post.December 19, 2023 at 8:35 PM in reply to: โ download button acts differently when triggered through field vs when hardcoded #44141Peter
ModeratorHello Eddy,
What is the audio field type? I assume it is
filefield. Then you can output the file URL in the HTML code. For example:<div class="wp-block-file"><a href="{{ clone.audio.url }}" class="wp-block-file__button wp-element-button" download>Download</a></div>December 19, 2023 at 7:07 PM in reply to: MB Relationships - Database error for relationship between users_to_posts #44140Peter
ModeratorHello,
I'm using PHP 7.4.33 on my demo site and don't see that. Also, according to the documentation, we recommend using PHP 7.4 or greater with Meta Box.
https://docs.metabox.io/installation/Peter
ModeratorHello,
So the action hook
rwmb_{$field_group_id}_after_save_postis working properly, just the issue with your custom code in this case.
I will mark this ticket as Resolved here.December 19, 2023 at 6:54 PM in reply to: โ image_upload - Custom Field - does not display uploaded image in mobile devices #44138Peter
ModeratorHello,
I've tested on an online staging site (fresh installation) and a real mobile, not a local site. I'm not sure what's wrong with your local site but glad to hear it works on the live site.
Peter
ModeratorHello,
Do you add images to the image field on the settings page? Please add some images and check this issue again.
Peter
ModeratorHello,
It looks related to this issue https://support.metabox.io/topic/error-when-using-cloneable-groups-and-group-skin/
Please wait for the next update of the plugin MB Elementor Integrator to fix the issue.Peter
ModeratorHello,
This issue has been escalated to the development team to fix it. I will let you know when I have any information.
-
AuthorPosts