Forum Replies Created
-
AuthorPosts
-
Peter
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/
August 16, 2024 at 9:43 PM in reply to: Settings Page changes type from Settings Pages to Post #46161Peter
ModeratorHello,
The issue is related to the PHP setting
max_input_vars, in most cases. Please try to increase this PHP setting value (50-100k) and check the issue again.
Following this article https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/August 15, 2024 at 10:36 PM in reply to: ✅WP All Import Lat Long Coordinates Do Not Show On Map #46155Peter
ModeratorHello,
No, you should add the field value to the map field:
airport_map. Let me know what you see when importing the map field with this value:54.729,-68.435,5Peter
ModeratorHello,
You can use the
postfield which supports showing a list of entries of a CPT. Please follow the documentation https://docs.metabox.io/fields/post/August 14, 2024 at 10:04 PM in reply to: ✅Setting up a post type loaction on the custom fields was not saving. #46151Peter
ModeratorHello,
I already replied to your ticket in the system:
As I can see, the PHP setting max_input_vars is set to 800. Can you please increase it to a higher value, such as 100k then check the issue again?Please check this and follow the suggestion.
August 14, 2024 at 10:02 PM in reply to: ✅WP All Import Lat Long Coordinates Do Not Show On Map #46150Peter
ModeratorHello John,
If you want to import latitude and longitude and show the location on the map, you should import the value to the map field directly with this format:
latitude,longitude,zoom
Please read more about map field value in the documentation https://docs.metabox.io/fields/osm/#dataPeter
ModeratorHello,
If you use the builder, please use the option "Advanced location rules" in the field group settings. Please check this screenshot https://imgur.com/lzk0PTd
-
AuthorPosts