Support Forum » User Profile

Forum Replies Created

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • Oskar EdinOskar Edin
    Participant

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

    Oskar EdinOskar Edin
    Participant

    Hello Peter.

    Still no update on this?

    It's frustrating for our tech who add new documentation daily and this happens.

    Please let me know.

    in reply to: Repeatable blocks automatically add user in "user" field #47385
    Oskar EdinOskar Edin
    Participant

    Hello Peter,
    Did you ever get any update on this?
    The problem still exist.

    Thanks

    in reply to: 12 Columns not working #47087
    Oskar EdinOskar Edin
    Participant

    Hello!

    I use only the builder for all fields.
    Can i do some workaround for it to work until there is a fix?

    Thanks

    in reply to: 12 Columns not working #47065
    Oskar EdinOskar Edin
    Participant

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

    in reply to: 12 Columns not working #47061
    Oskar EdinOskar Edin
    Participant

    Peter, see the video here: https://imgur.com/a/xV9Cab9

    What can cause this?

    in reply to: 12 Columns not working #47057
    Oskar EdinOskar Edin
    Participant

    Hello,

    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?

    in reply to: 12 Columns not working #47048
    Oskar EdinOskar Edin
    Participant

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

    in reply to: Taxonomy, add multiple new tags at once. #47002
    Oskar EdinOskar Edin
    Participant

    Thank you. It would be a real improvement for us, we use tons of tags to sort our system documents.

    You can close this.

    in reply to: Tabs loading very slow #46962
    Oskar EdinOskar Edin
    Participant

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

    in reply to: Tabs loading very slow #46937
    Oskar EdinOskar Edin
    Participant

    Thank you. I will wait for your reply.
    Thanks

    in reply to: Tabs loading very slow #46928
    Oskar EdinOskar Edin
    Participant

    Hello!
    https://pastebin.com/FDfTkjEW

    Thanks!

    in reply to: Loading metabox data in frontend using php throws and #46891
    Oskar EdinOskar Edin
    Participant

    Awesome, thanks, that worked!

    in reply to: Conditional login in swich on 1.30.1 #46492
    Oskar EdinOskar Edin
    Participant

    Same, where is the update? Terrible slow fixes and so much bugs lately.

Viewing 14 posts - 1 through 14 (of 14 total)