Forum Replies Created
-
AuthorPosts
-
December 12, 2022 at 10:07 PM in reply to: ✅How to display custom fields only on specified pages. #39715
Peter
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.
Peter
ModeratorHello there,
The timezone is added to the value of the
dateordatetimefield if you use the settingtimestamp. Please read more on the documentation https://docs.metabox.io/fields/datetime/#settingsThis field gets the current time of your local computer and converts it to the timestamp value. So the Unix timestamp saved is the "timezone (UTC) + offset".December 11, 2022 at 9:20 AM in reply to: ✅MB Views query error in settings area to set location #39675Peter
ModeratorHi,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
You can apply the changes on your site while waiting for the new release of Meta Box.
And please read more about the singular template here https://developer.wordpress.org/themes/basics/template-hierarchy/
It should be set for the post type page.
December 11, 2022 at 9:14 AM in reply to: MB Views PHP error in PHP 8 / maybe compatibility issue with JetEngine? #39673Peter
ModeratorHello Marius,
Thank you for your feedback.
The main issue of the site being broken is the error from Elementor
PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /httpdocs/wp-content/plugins/elementor/includes/widgets/image-carousel.phpIf you deactivate Meta Box and Meta Box AIO, does the error still happen?
Regarding the warning error
PHP Warning: Undefined array key "exposes" in /httpdocs/wp-content/plugins/mb-views/vendor/elightup/twig/Twig/Environment.php(358) : eval()'d code on line 798Can you please let me know how to reproduce the issue? I will also inform the development team to check it on our side.
And regarding the warning error with JetEngine
Got error 'PHP message: PHP Warning: Undefined array key "name" in /httpdocs/wp-content/plugins/jet-engine/includes/compatibility/packages/meta-box.php on line 401This issue has been noticed and our development team is working to fix it in the next update.
December 9, 2022 at 9:47 PM in reply to: ✅Elementor Theme Builder > MB Group Skin Does Not Exist #39649Peter
ModeratorHello,
Please go to Meta Box > Extensions > Enable the extension Meta Box Elementor Integrator to see if it helps. If not, please share your site credentials via the contact form below, I will help you to investigate the issue further.
https://metabox.io/contact/ -
AuthorPosts