Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
If the field groups are assigned to one post type, you can just delete a field from one field group and create a new one with the same ID in another field group.
If you create more fields with the Builder but some of the last fields are not saved, you can follow this article to increase the PHP setting
max_input_varsto resolve this issue.
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/December 5, 2021 at 10:23 AM in reply to: ✅OSM field binding: merging two fields doesn't work #32430Long Nguyen
ModeratorHi,
On the documentation, we only note that the latitude and longitude fields will be updated if you change the location of the pin. The address field is not updated.
And whenever you change the location of the pin on the map, the new location will be updated to the latitude, longitude fields (if you have them)December 5, 2021 at 10:15 AM in reply to: ✅$echo = false does not work for rwmb_the_value, getting url of advanced image fi #32429Long Nguyen
ModeratorHi,
You just need to run the helper function
rwmb_the_value()to print out the field value without usingecho. Please refer to this topic https://support.metabox.io/topic/why-does-echo-rwmb_the_value-display-a-value-twice/Long Nguyen
ModeratorHi,
Please try to deactivate all plugins except Meta Box and MB extensions to re-check the issue. And share some screenshots on your end.
December 4, 2021 at 11:50 PM in reply to: How can I know if I have subscribed to the FaceWP extension? #32425Long Nguyen
ModeratorHi,
The plugin Meta Box - FacetWP Integrator is a free plugin and it is included in the plugin MB Core or MB AIO. You can check the available extensions in Admin dashboard > Meta Box > Extensions.
Long Nguyen
ModeratorSorry but I do not understand the issue totally. If you create new fields but do not save them for the first time, they will be removed from the field group if you click the "Move to Trash" button.
Long Nguyen
ModeratorHi,
Please refer to this topic to change the field ID https://support.metabox.io/topic/how-to-change-the-id-name-of-a-custom-field/
Long Nguyen
ModeratorHi Cees,
The post ID is written down in the helper function
rwmb_meta()documentation as I posted above.
https://docs.metabox.io/rwmb-meta/December 4, 2021 at 10:42 PM in reply to: ✅Dsiplay icons (or images) with field information on frontend #32420Long Nguyen
ModeratorHi,
You can use the extension MB Conditional Logic to show/hide a field based on another field value. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic/
Long Nguyen
ModeratorHi,
Thanks for the feedback.
I will inform the development team to consider supporting this feature in future updates.
Long Nguyen
ModeratorHi,
Currently, it is not possible. I will inform the development team to consider supporting this feature in future updates.
Long Nguyen
ModeratorHi,
Have you tried to use the field type
taxonomy_advanced? I do not see any issue with this field type on my site.Long Nguyen
ModeratorHi Totis,
Can you please share the code that creates the fields on your end? The function that returns the option array should be added to the hooked function.
December 3, 2021 at 10:36 PM in reply to: ✅Divi: Archive doesn't work and Divi Blog module doesn't see categories #32407Long Nguyen
ModeratorHi,
Currently, Meta Box is not fully compatible with Divi builder. If you have any questions related to the compatibility with Divi builder, please reach to them if you have any issue with installation, configuration, compatibility, or usage. Refer to our support policy https://support.metabox.io/topic/support-policy/.
Long Nguyen
ModeratorHi Patrik,
If you use the image field with the setting
'multiple' => true, it will save the list of image IDs in the database and Divi might not work with that data type. For example: field type image_advanced, image, image_upload.You can try to use the field type single_image, it works like the featured image option of WordPress.
-
AuthorPosts