Forum Replies Created
-
AuthorPosts
-
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.
December 12, 2022 at 10:07 PM in reply to: ✅How to display custom fields only on specified pages. #39715Peter
ModeratorHello friends,
This issue has been fixed on this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
Please wait for the new update of Meta Box or you can apply the changes to your site for a while.
December 12, 2022 at 10:05 PM in reply to: ✅Advanced location rules dropdown causes all the fields to disappear #39714Peter
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?Peter
ModeratorHello SIW,
The fix for this issue is already included in the latest version of MB Geolocation 1.3.4 or Meta Box AIO 1.16.7. Let me know if the issue still happens on your site.
Peter
ModeratorHello,
1. It is not possible to create reusable custom fields like that. Each field has its own settings and field ID to save the value to the database. It does not work like a section of a builder.
2. You can use the extension MB Include Exclude to load a field on a specific page. Read more on the documentation https://docs.metabox.io/extensions/meta-box-include-exclude/
Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/And please try to deactivate all plugins but Meta Box, Meta Box AIO and check this issue if it still persists.
If you want to share images or a short video, please upload it to a shared hosting like https://imgur.com/ and paste the URL here.
Peter
ModeratorHello,
Can you please share the code that creates the custom field on your site? And share some screenshots of the field value in the database?
December 11, 2022 at 10:29 PM in reply to: ✅How to remove Edit /Delete from upload field in frontend submission? #39687Peter
ModeratorHello,
There is no option to disable the edit/delete button displayed on the uploaded file/image. There is a workaround to hide this element by using the CSS code. You can add the following code to Appearance > Customize > Additional CSS, to hide that feature.
.rwmb-image-actions { display: none; }Hope that helps.
December 11, 2022 at 10:17 AM in reply to: How to use the "MB User Avatar" or "MB User Meta" to enable custom avatar??? #39682Peter
ModeratorHell Sascha,
If you are familiar with coding, you can use Meta Box, MB extensions to do many advanced cases like user custom avatar. Refer to this article https://metabox.io/create-custom-avatar/
The plugin MB User Avatar is a ready-solution that includes the custom code in the article above and needed extensions to display a custom avatar field for non-coding users.
Hope that makes sense.
December 11, 2022 at 10:12 AM in reply to: ✅CPT Edit Metabox appearing in Edit Field Group page #39681Peter
ModeratorHello Macky,
Can you please let me know details of the issue on your site? And share some screenshots of the issue.
If the fields display on all posts, please export the field group to a JSON file, I will help you to investigate the issue.
December 11, 2022 at 9:49 AM in reply to: Display MySQL data from WordPress / migrate Data two times a day into MetaBox #39678Peter
ModeratorHello Joo,
Thanks for reaching out.
1. This question might need an answer from a page builder plugin, if you want to use a page builder, you can read more on this article https://metabox.io/best-wordpress-page-builders/
2. Meta Box saves the field value to the standard table of WordPress
wp_postmeta, so it does not make sense to migrate data from WordPress to Meta Box.If you are a developer, you can use the custom table and store the price field there. I recommend following our documentation
https://docs.metabox.io/extensions/mb-custom-table/
and this article https://metabox.io/move-custom-fields-data-to-custom-tables/
But please notice that, the builder will not work with the data stored in the custom table, you have to use the code to output the field value.December 11, 2022 at 9:38 AM in reply to: ✅MB Elementor Integrator 2.1.5: gallery field with only on image breaks E-Gallery #39677Peter
ModeratorHello Marius,
Thanks, I got the issue. I've escalated this to the development team to fix it in the next update. For now, please add more images to the image field to display properly on the frontend.
-
AuthorPosts