Forum Replies Created
-
AuthorPosts
-
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-formMarch 23, 2023 at 10:35 PM in reply to: Box suddenly not appearing, but appears in Screen Options #41184Peter
ModeratorHello,
Please check if there is a block of code that makes the meta box hidden or the feature MB Conditional Logic.
You can try to deactivate all plugins except for Meta Box, Meta Box extensions, switch to another theme and remove all other meta boxes then check this issue again.
Peter
ModeratorHello,
I've asked the development team and there is no way to publish the file composer.json without the license key.
Let me know if you have any questions.
Peter
ModeratorHello,
So if you do not want to scroll to the top, you can remove this attribute and the form will be removed after submitting, you will see the form message. There is no scroll at all, just the form is removed.
-
AuthorPosts