Forum Replies Created
-
AuthorPosts
-
lf2s
ParticipantHello,
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 ๐
lf2s
ParticipantGlad I help ๐
lf2s
ParticipantHello,
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
lf2s
ParticipantHello,
Maybe you just need to update your extensions like me...
Regards
lf2s
ParticipantThat'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; } } ?>lf2s
ParticipantHello,
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
lf2s
ParticipantTry to test on another new WordPress instal, have the same issue...
Here is my PHP code ( Custom post register and fields ) :
lf2s
ParticipantHello,
I have the exact same problem... I did not see that post before create a new subject.
-
AuthorPosts