Support Forum ยป User Profile

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: โœ…WYSIWYG Toolbar button #12779
    lf2slf2s
    Participant

    Hello,

    Thank you for your answere. In fact, I made a mistake when I define Wysiwyg metax options. I define "Tiny" -> true, which is bring up a minimal editor... Default is false and we have default Worpdress editor.

    Thank you anyway ๐Ÿ™‚

    in reply to: Term Meta breaking other custom fields #10943
    lf2slf2s
    Participant

    Glad I help ๐Ÿ™‚

    in reply to: MB Meta Term hide my posts meta fields #10941
    lf2slf2s
    Participant

    Hello,

    Thank you Ahn! Unfortunatly (for me) I have already bought an apdate for Meta Group. And it works. But thanks for your update on Meta term!

    Regards

    in reply to: Term Meta breaking other custom fields #10940
    lf2slf2s
    Participant

    Hello,

    Maybe you just need to update your extensions like me...

    Regards

    in reply to: MB Meta Term hide my posts meta fields #10828
    lf2slf2s
    Participant

    That's it! There is a function in Meta Term Files wish testing the version of Meta Group. If an old version, the storage is block! Why doing that??? I ve been blocked for hours with that...

    <?php
    // Backward compatible with MB Group extension < 1.2.7 when Meta Box 1.12 switch to use storage.
            $old_group = false;
            if ( ! function_exists( 'is_plugin_active' ) ) {
                include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
            }
            if ( is_plugin_active( 'meta-box-group/meta-box-group.php' ) ) {
                $group = get_plugin_data( WP_PLUGIN_DIR . '/meta-box-group/meta-box-group.php' );
    
            if ( version_compare( $group['Version'], '1.2.7' ) < 0 ) {
                $old_group = true;
            }
        } ?>
    in reply to: MB Meta Term hide my posts meta fields #10825
    lf2slf2s
    Participant

    Hello,

    Weird... I have an old MB Group version (1.1.5). Could It be that? I would not like to bye a new one to update if it not that...
    I have the last version of Meta Term plugin and last version of WordPress.

    Otherwise I could not figure out where is the problem :/

    Thank you

    in reply to: MB Meta Term hide my posts meta fields #10803
    lf2slf2s
    Participant

    Try to test on another new WordPress instal, have the same issue...

    Here is my PHP code ( Custom post register and fields ) :

    https://ghostbin.com/paste/ykfpy

    in reply to: Term Meta breaking other custom fields #10802
    lf2slf2s
    Participant

    Hello,

    I have the exact same problem... I did not see that post before create a new subject.

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