Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 3,787 total)
  • Author
    Posts
  • in reply to: MB Testimonials not updating to 1.1.1 (There is no 1.1.1!) #46541
    PeterPeter
    Moderator

    Hello,

    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.

    in reply to: Set a settings page field from external api #46540
    PeterPeter
    Moderator

    Hello,

    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 function rwmb_set_meta() to update the field value on the settings page. Please follow the documentation
    https://docs.metabox.io/functions/rwmb-set-meta/

    in reply to: Customise the lowest dynamic data #46536
    PeterPeter
    Moderator

    Hello 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.

    in reply to: ℹ️Request Refund #46533
    PeterPeter
    Moderator

    Hello,

    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.

    in reply to: Bug in Bricks Builder Front End Submission Form Element #46527
    PeterPeter
    Moderator

    Hello John,

    Please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    in reply to: mb_blocks_preview not working #46526
    PeterPeter
    Moderator

    Hello,

    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.

    in reply to: BUG: metabox causing styling issues in Gutenberg #46524
    PeterPeter
    Moderator

    Hello 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.

    in reply to: mb_blocks_preview not working #46519
    PeterPeter
    Moderator

    Hello,

    In the new version, we've updated the block code and the event mb_blocks_preview was removed. I've escalated this issue to the development team to add the event again.

    Thank you.

    in reply to: Bug in Bricks Builder Front End Submission Form Element #46517
    PeterPeter
    Moderator

    Hello 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"]

    PeterPeter
    Moderator

    Hello,

    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/

    in reply to: AIO 1.30.1 error php #46510
    PeterPeter
    Moderator

    Hello 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.

    in reply to: Editing Post Type and it's NOT SAVING #46509
    PeterPeter
    Moderator

    Hello 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.

    in reply to: Thousand Separator #46503
    PeterPeter
    Moderator

    Hello,

    If you want to have the separator, you can try to use the text field and sanitization custom callback. Please follow the documentation https://docs.metabox.io/sanitization/

    in reply to: Not able to post through REST API #46502
    PeterPeter
    Moderator

    Hello,

    The relationships endpoint mb-relationships is 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.

    in reply to: Safari 18 and Meta Box #46499
    PeterPeter
    Moderator

    Hello,

    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.

Viewing 15 posts - 1,171 through 1,185 (of 3,787 total)