Forum Replies Created
-
AuthorPosts
-
September 26, 2024 at 8:54 PM in reply to: MB Testimonials not updating to 1.1.1 (There is no 1.1.1!) #46541
Peter
ModeratorHello,
Thank you for your feedback.
The version actually is 1.1.1 after updating. I've escalated the issue to update the version number in the source code. It should be fixed in the next update.
Peter
ModeratorHello,
Do you use ACF to update the field value with the function
update_field()? If you use Meta Box and settings page, please use the functionrwmb_set_meta()to update the field value on the settings page. Please follow the documentation
https://docs.metabox.io/functions/rwmb-set-meta/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. -
AuthorPosts