Metabox v5.8.0 not working with MB Blocks

Support General Metabox v5.8.0 not working with MB BlocksResolved

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #43286
    UNIT08UNIT08
    Participant

    I created some blocks in v5.7.5 and they worked fine, but after update the blocks are not editable in backend anymore.

    This block has encountered an error and cannot be previewed

    I had to roll back to 5.7.5

    #43289
    UNIT08UNIT08
    Participant

    Template not found: #tmpl-rwmb-media-button

    #43303
    Aaron KesslerAaron Kessler
    Participant

    Same for me, not all mb blocks are affected only

    
    $fields[] = [
        'title' => __('Slider', NAME_SPACE),
        'icon' => 'images-alt2',
        'category' => 'theme-blocks',
        'description' => __('Section containing an image slider', NAME_SPACE),
        'supports' => [
            'customClassName' => true,
            'anchor' => true,
        ],
        'render_callback' => 'mb_block_renderer',
        'type' => 'block',
        'context' => 'asside',
        'mode' => 'edit',
        'fields' => [
            [
                'name' => __('Heading', NAME_SPACE),
                'id' => PREFIX . 'slider_heading',
                'type' => 'text',
                'label_description' => __('Slider Heading', NAME_SPACE),
                'std' => __('Slider', NAME_SPACE),
                'required' => true,
            ],
            [
                'name' => __('Images', NAME_SPACE),
                'id' => PREFIX . 'slider_images',
                'type' => 'image_advanced',
                'label_description' => __('Slider Images', NAME_SPACE),
                'max_status' => false,
            ],
        ],
    ];
    
    #43304
    gerdagerda
    Participant

    I see the same problem. Hope there will be an update quickly!

    #43306

    Same problem here. Cant add or remove field after last update. Need a fix ASAP

    #43310
    UNIT08UNIT08
    Participant

    the error ist still there in 5.8.1. If you need asap fix then you may roll back to 5.7.5 or disable media fields like 'image_advanced'

    #43311
    PeterPeter
    Moderator

    Hello,

    Thank you for your feedback.

    I've escalated this issue to the development team to fix it in the next update.

    #43517
    UNIT08UNIT08
    Participant

    still no update after 3 weeks, is taking way too long, you need to fix it asap

    #43526
    PeterPeter
    Moderator

    Hello,

    It is fixed in the new version of Meta Box 5.8.2, please update the plugin and recheck this.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.