Forum Replies Created
-
AuthorPosts
-
April 8, 2025 at 3:20 PM in reply to: Tabs won't work after changing tab style in a field group settings #48015
Oskar Edin
ParticipantFor anyone facing this issue, here's how I temporarily fixed it:
Install MetaBox AIO version 1.31.0.
Go to Custom Fields, select your field, change the tab design, and save.
After making these changes for all fields, you can update to the latest plugin version again. Don't make any further changes and wait for a patch.
To the MetaBox team: Every update seems to introduce new issues. It feels like there's little to no testing before releasing patches. I’ve stopped updating the plugin once it’s working, because I’m almost certain that doing so will cause problems. If I didn’t have a lifetime license, I would have switched to another solution long ago.
Please focus on proper testing before publishing updates to avoid these recurring issues.
April 2, 2025 at 2:31 PM in reply to: Repeatable blocks automatically add user in "user" field #47984Oskar Edin
ParticipantHello Peter.
Still no update on this?
It's frustrating for our tech who add new documentation daily and this happens.
Please let me know.
January 13, 2025 at 6:03 PM in reply to: Repeatable blocks automatically add user in "user" field #47385Oskar Edin
ParticipantHello Peter,
Did you ever get any update on this?
The problem still exist.Thanks
Oskar Edin
ParticipantHello!
I use only the builder for all fields.
Can i do some workaround for it to work until there is a fix?Thanks
Oskar Edin
ParticipantHere is more data for debug.
I have 2 custom fields created, one works, one don't.
Both have 12 columns selected (i tried empty as well) and the source code looks like this: https://imgur.com/a/1ZekzUD
They are different.
Let me know what you think.
Oskar Edin
ParticipantPeter, see the video here: https://imgur.com/a/xV9Cab9
What can cause this?
Oskar Edin
ParticipantHello,
Well, even if we select no columns data, it looks like in the images. It doesn't go 100%.
It just looks completely broken.How can we solve this?
Oskar Edin
ParticipantI noticed also now, if i generate the PHP for it, it looks like this:
11 COLUMNS:
<?php add_filter( 'rwmb_meta_boxes', 'your_prefix_function_name' ); function your_prefix_function_name( $meta_boxes ) { $prefix = ''; $meta_boxes[] = [ 'title' => __( 'Driftdokument - Systeminfo', 'your-text-domain' ), 'id' => 'driftdokument-systeminfo', 'post_types' => ['drift-dokument'], 'closed' => true, 'default_hidden' => false, 'autosave' => true, 'revision' => true, 'storage_type' => 'custom_table', 'table' => 'wpinsidan_drift_dokument', 'fields' => [ [ 'name' => __( 'Wysiwyg', 'your-text-domain' ), 'id' => $prefix . 'wysiwyg_u9wdm8qq34e', 'type' => 'wysiwyg', 'raw' => false, 'required' => false, 'clone' => false, 'clone_empty_start' => false, 'columns' => 11, 'hide_from_rest' => false, 'hide_from_front' => false, 'limit_type' => 'character', ], ], ]; return $meta_boxes; }12 COLUMNS:
<?php add_filter( 'rwmb_meta_boxes', 'your_prefix_function_name' ); function your_prefix_function_name( $meta_boxes ) { $prefix = ''; $meta_boxes[] = [ 'title' => __( 'Driftdokument - Systeminfo', 'your-text-domain' ), 'id' => 'driftdokument-systeminfo', 'post_types' => ['drift-dokument'], 'closed' => true, 'default_hidden' => false, 'autosave' => true, 'revision' => true, 'storage_type' => 'custom_table', 'table' => 'wpinsidan_drift_dokument', 'fields' => [ [ 'name' => __( 'Wysiwyg', 'your-text-domain' ), 'id' => $prefix . 'wysiwyg_u9wdm8qq34e', 'type' => 'wysiwyg', 'raw' => false, 'required' => false, 'clone' => false, 'clone_empty_start' => false, 'hide_from_rest' => false, 'hide_from_front' => false, 'limit_type' => 'character', ], ], ]; return $meta_boxes; }So on 12 columns, it doesn't generate columns => 12.
Oskar Edin
ParticipantThank you. It would be a real improvement for us, we use tons of tags to sort our system documents.
You can close this.
Oskar Edin
ParticipantHello Peter.
Any update on this?
Our techs are complaining daily to me about this. 🙂I also tested migrating the site to a new server, same spec as above but with MariaDB, same problem sadly.
I also deactivated all plugins etc, still same.Please let me know,
Thanks!Oskar Edin
ParticipantThank you. I will wait for your reply.
ThanksOskar Edin
ParticipantHello!
https://pastebin.com/FDfTkjEWThanks!
November 8, 2024 at 4:48 PM in reply to: ✅Loading metabox data in frontend using php throws and #46891Oskar Edin
ParticipantAwesome, thanks, that worked!
Oskar Edin
ParticipantSame, where is the update? Terrible slow fixes and so much bugs lately.
-
AuthorPosts