Forum Replies Created
-
AuthorPosts
-
March 27, 2023 at 8:05 PM in reply to: Beaver Builder image gallery connection to Metabox field #41225
Peter
ModeratorHello,
The problem is resolved. The error happens when using the cloneable image_advanced field, it is not compatible with the current version of MB Beaver Themer Intergrator.
March 27, 2023 at 8:03 PM in reply to: ✅CPT, Custom Taxonomy with added image field: how do I get the image? #41224Peter
ModeratorHello,
Can you please print out the variable
$termsto see what value it is stored?Peter
ModeratorHello Jochen,
I do not understand your question clearly. WordPress does not support using Gutenberg editor to create the category or taxonomy item like in your screenshot. The field wysiwyg also does not support using Gutenberg editor in the field content.
Peter
ModeratorHello,
Please update the plugin MB Core to the latest version 1.8.0 to fix the issue. Let me know how it goes.
Peter
ModeratorHello there,
If you want to display multiple pins on a map, please follow the article below https://metabox.io/display-all-listings-on-a-map/?swcfpc=1
If you want to make the map field works with the Map Facet addon of WP Grid Builder, you will need to remove the third value (zoom) of the map field value. Please refer to this topic https://support.metabox.io/topic/how-to-remove-zoom-level-from-location-output/?swcfpc=1
and documentation https://docs.metabox.io/fields/map/#dataPeter
ModeratorHello there,
Does the relationship itself work with the frontend submission form on your site, without WS Form? If yes, you need to contact WS Form support to get further assistance, the integration is maintenance from WS Form side.
March 25, 2023 at 11:36 AM in reply to: Updates from REST aren't applied when using Custom Table #41208Peter
ModeratorHello,
Thanks for your feedback.
I can see that issue on my demo site and I've escalated it to the development team to check and fix the issue in the next update.
Peter
ModeratorHello,
Thanks for sharing the solution.
I will inform our development team to check this feature and consider adding it to the backlog development.
March 25, 2023 at 10:58 AM in reply to: ✅CPT, Custom Taxonomy with added image field: how do I get the image? #41206Peter
ModeratorHello,
If you use this code
get_queried_object_id()in the CPT template, it will return the current post ID, not the term ID. So you need to pass the term ID to the helper functionrwmb_meta().If the option
multipleis not set for the field, you can use the variable$termsto pass to the third parameter. For example:$terms = rwmb_meta( 'art_author' ); $images = rwmb_meta( 'tax_image', [ 'object_type' => 'term', 'size' => 'thumbnail' ], $terms );Please read more in the documentation https://docs.metabox.io/fields/taxonomy-advanced/#data
https://docs.metabox.io/extensions/mb-term-meta/#dataMarch 25, 2023 at 9:31 AM in reply to: MB custom fields and WP Gridbuilder data issue on filter facet #41205Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
and let me know where I can find the custom code added to your site to output the field value. I will take a look.March 24, 2023 at 8:39 PM in reply to: Beaver Builder image gallery connection to Metabox field #41201Peter
ModeratorHello,
Can you please update the plugin Meta Box AIO or MB Beaver Themer Integrator to the latest version and check this issue again?
Peter
ModeratorHello,
Thanks for your confirmation. I'm going to mark this topic as Resolved.
Let us know if you have any questions.Peter
ModeratorHello,
The issue in Stefano's case happens because the option "Disable syntax highlighting when editing code" is disabled in the user profile. You can try to enable it in your user account and see if it helps.
This issue is noticed by our development team and it will be fixed in the next update.
Peter
ModeratorHello,
You can use the function
rwmb_the_value()to output the field label instead of the field value. Read more in the documentation https://docs.metabox.io/functions/rwmb-the-value/March 23, 2023 at 10:40 PM in reply to: How can I use the shortcode to update a user's field in a custom page? #41185Peter
ModeratorHello,
Can you please let me know the purpose of this question? To set the image for a user as a user meta, is that right? If yes, you can try to use the MB User Profile shortcode
[mb_user_profile_info]. Please read more in the documentation https://docs.metabox.io/extensions/mb-user-profile/#edit-profile-form -
AuthorPosts