Support Forum
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
Template not found: #tmpl-rwmb-media-button
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,
],
],
];
I see the same problem. Hope there will be an update quickly!
Same problem here. Cant add or remove field after last update. Need a fix ASAP
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'
Hello,
Thank you for your feedback.
I've escalated this issue to the development team to fix it in the next update.
still no update after 3 weeks, is taking way too long, you need to fix it asap
Hello,
It is fixed in the new version of Meta Box 5.8.2, please update the plugin and recheck this.