Forum Replies Created
-
AuthorPosts
-
August 23, 2024 at 7:50 AM in reply to: ✅Metabox 5.10.0 / Metabox AIO 1.30.0 - Max_clone - Issue #46213
Peter
ModeratorHello,
Thank you for your feedback.
Our development team is aware of two issues with the cloneable field and group field, we are working to release an update to fix those issues. It will be available as soon as possible.
Peter
ModeratorHello Chilpancingo,
Can you please update the plugin MB Group to the new version 1.4.0 and recheck the issue?
Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
You can use the field
fileorimageto upload the image to a custom folder. Please follow the documentation
https://docs.metabox.io/fields/file/
https://docs.metabox.io/fields/image/Peter
ModeratorHello,
Thank you for your feedback.
You are correct. There is an issue with the cloneable textarea subfield in a group field. I've escalated this to the development team to fix the issue. Please disable cloneable for this field, delete the value in the database and add a new value to prevent the blank page.
Peter
ModeratorHello,
I'm not able to reproduce the issue on my demo site. All sub-field values and clone entries are saved as well. Please try to increase the PHP setting
max_input_varsvalue and check the issue again. Following the documentation https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/
and this topic https://support.metabox.io/topic/setting-up-a-post-type-loaction-on-the-custom-fields-was-not-saving/#post-46151Peter
ModeratorHello Roderick,
It could be a compatibility with another plugin or theme on your site. You can try to deactivate all plugins except Meta Box, MB extension plugins, switch to a WordPress theme and recheck this issue.
Let me know how it goes.
August 20, 2024 at 11:19 PM in reply to: ✅Need help getting Relevanssi to index custom fields in custom database table #46184Peter
ModeratorHello,
I think there is no difference between the custom table of ACF or Meta Box. You can follow the same steps to use Relevanssi to index the field value stored in a custom table.
Please follow their documentation https://www.relevanssi.com/knowledge-base/metabox/Peter
ModeratorHello John,
There is an issue with the select_tree field type and taxonomy field. It has been escalated to the development team, I will let you know when it is fixed.
Thank you.
Peter
ModeratorHello Sean,
Can you share a screen record of the issue on your site? It would be better if you share all steps from the beginning so I can reproduce the issue on my site.
Peter
ModeratorHello,
Are you creating a MB Group Skin with Elementor? If you create the skin, only the subfields in a group will be displayed in the dynamic data.
Please create a standard template like page, post ... to access other custom fields in the dynamic data.Peter
ModeratorHello,
I still see there are a lot of JS errors in the Console tab https://imgur.com/nFJlSup
Please try to deactivate all plugins except Meta Box, MB extension plugins and switch to a standard theme of WordPress then use a sample code to render the map. Let me know how it goes.
https://docs.metabox.io/fields/map/#template-usageAugust 16, 2024 at 10:46 PM in reply to: ✅WP All Import Lat Long Coordinates Do Not Show On Map #46165Peter
ModeratorHello John,
Please notice that, the address field (airport_address) is a text field and it will store the text address value, not the latitude, longitude, and zoom value.
You need to use the address field to type the address and click on the suggestion results. In the case of importing data, you can use only
mapfield and import the valuelatitude,longitude,zoomto the map field. Please check this screenshot https://imgur.com/XuroCxQPeter
ModeratorHello,
Currently, there isn't an option to add a custom field to a menu item. There is a feature request about this one and it is added to our development backlog. It will be supported in future updates.
Thank you.
Peter
ModeratorHello Huy,
This is a WordPress basic question and not related to Meta Box itself. If you want to disable a post type editor, you can use this custom code
add_action( 'init', function () { remove_post_type_support( 'page', 'editor' ); } );Following the documentation https://developer.wordpress.org/reference/functions/remove_post_type_support/
-
AuthorPosts