Forum Replies Created
-
AuthorPosts
-
September 23, 2024 at 8:49 PM in reply to: Bug in Bricks Builder Front End Submission Form Element #46517
Peter
ModeratorHello John,
If you don't use the Bricks element, add the frontend shortcode to a page content, does it work without breaking the site?
[mb_frontend_form id="field-group-id"]September 23, 2024 at 8:45 PM in reply to: Checkbox List and Select Advanced (multiple true) returning a string #46516Peter
ModeratorHello,
You can try to pass the post ID to the helper function, like get_post_meta(), and check the issue again. For example:
$checkbox_list = rwmb_meta( 'checkbox_list_field_id', '', get_the_ID() );Following the documentation https://docs.metabox.io/functions/rwmb-meta/
Peter
ModeratorHello Sebastian,
Thank you for your feedback.
There is an issue with the feature MB Conditional Logic and that causes the JS error. The development team is working on that issue and it will be fixed in the next update of our plugin.
Peter
ModeratorHello Jonathan,
Please open the Inspect tool of the browser and check if there is any JS error in the Console tab. You can also try to deactivate all plugins except Meta Box, MB AIO and save the CPT again.
Peter
ModeratorHello,
If you want to have the separator, you can try to use the
textfield and sanitization custom callback. Please follow the documentation https://docs.metabox.io/sanitization/Peter
ModeratorHello,
The relationships endpoint
mb-relationshipsis not working with WooCommerce product also. I've escalated this to the development team to check it and I will get back to you when I have more information.Thanks.
Peter
ModeratorHello,
I'm using Safari and do not see that issue, screenshot https://imgur.com/s7X0mmj
Please try to use Chrome or Firefox and recheck the issue.September 19, 2024 at 10:45 PM in reply to: โ Trying to Display User Related Posts in MB Views #46498Peter
ModeratorHello Cameron,
Please try to use the custom query and add the
relationshipto the parameter and see if it works on your site. Refer to this topic https://support.metabox.io/topic/viewing-relationships-how-to-get-it-showing/#post-46086
and documentation https://docs.metabox.io/extensions/mb-views/#custom-querySeptember 18, 2024 at 10:33 PM in reply to: Conditional fields stopped working between 5.10.0 and 5.10.1 . Console error #46495Peter
ModeratorHello,
There is an issue with the Conditional logic in the current version. We will have a release in the next few days to fix the issue. After that, you can recheck the issue on your site.
Thank you.
September 18, 2024 at 10:15 PM in reply to: Getting the field data (text and images) for specific sections in cloned groups #46494Peter
ModeratorHello,
As I mentioned above, I'm not sure how the filter of Bricks works on their side. If it is possible, you can try to use the theme code generated by Meta Box, use a WordPress theme (2021), add the code to the post template and see if the image advanced is outputted in the frontend.
If it works properly, then it isn't an issue with Meta Box itself.Peter
ModeratorHello,
Please update MB plugins to the new versions Meta Box 5.10.1, MB AIO 1.30.1 and check the issue again. Let me know how it goes.
September 16, 2024 at 10:30 PM in reply to: metabox block category null in WP_Block_Type_Registry #46479Peter
ModeratorPlease share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorIf you want to redesign the field style with custom CSS code, we offer a customization service. Please contact us here for more details https://metabox.io/contact/
Peter
ModeratorHello Owais,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
Peter
ModeratorHello Jayron,
I think Bricks builder cannot inherit the geolocation feature of Meta Box to work on their form. It is designed to work with Meta Box fields. You can contact Bricks support to ask for more information.
Otherwise, you can use the frontend form or user profile form of Meta Box to use the geolocation feature.
https://docs.metabox.io/extensions/mb-frontend-submission/
https://docs.metabox.io/extensions/mb-user-profile/ -
AuthorPosts