Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Ripal,
If you want to style the lowest value, I think you need to use the code to output the field value, please follow the documentation https://docs.metabox.io/functions/rwmb-meta/
then create a custom code to check the lowest value, add a specific class to the element and use the CSS code to style that element.
Peter
ModeratorHello,
If you have a refund request, please contact us here https://metabox.io/contact/
we will get in touch with you as soon as possible.September 24, 2024 at 10:17 PM in reply to: Bug in Bricks Builder Front End Submission Form Element #46527Peter
ModeratorHello John,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
You can use the code to run the script on loading https://docs.metabox.io/extensions/mb-blocks/#enqueue_script
( function( $ ) { function init() { // Do something. } // Run when a document ready on the front end. $( document ).ready( init ); } )( jQuery );Or wait for the next version to use the JS event
mb_blocks_preview.Peter
ModeratorHello Michael,
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,
In the new version, we've updated the block code and the event
mb_blocks_previewwas removed. I've escalated this issue to the development team to add the event again.Thank you.
September 23, 2024 at 8:49 PM in reply to: Bug in Bricks Builder Front End Submission Form Element #46517Peter
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.
-
AuthorPosts