Forum Replies Created
-
AuthorPosts
-
weseo
ParticipantI installed the new version, but the same issue also exist 🙁
MB Group Version: 1.2.10weseo
ParticipantThank you very much
Best regards
Markus Fröhlichweseo
ParticipantHello, here 3 images for better understanding.
http://imgur.com/a/wGtR9Thank your ver much
Markusweseo
ParticipantThank you for the update!
But now, when both groups (The main and the nested) are collapsed and i click on the "Add" Buttton, all nested groups going to be unfolded.Best regards
Markusweseo
Participant$meta_boxes[] = array( 'id' => 'my_form_id', 'title' => __('Custom Fields'), 'settings_pages' => my_settings, 'tab' => 'custom_user_fields', 'fields' => array( array( 'name' => __('Users').' '.__('Profile'), 'id' => 'custom_user_fields', 'type' => 'group', 'clone' => true, 'sort_clone' => true, 'collapsible' => true, 'save_state' => true, 'group_title' => array( 'field' => 'field_id' ), 'fields' => array( array( 'name' => __('Field ID'), 'id' => 'field_id', 'type' => 'text', ), array( 'name' => __('Predefined Values', 'weseo-crm'), 'id' => 'field_values', 'type' => 'group', 'clone' => true, 'sort_clone' => true, 'collapsible' => true, 'save_state' => true, 'group_title' => array( 'field' => 'label' ), 'fields' => array( array( 'name' => __('Label'), 'id' => 'label', 'type' => 'text', 'columns' => 6, ), array( 'name' => __('Value'), 'id' => 'value', 'type' => 'text', 'columns' => 6, ) ) ) ) ) ) );weseo
ParticipantThank you, now it works very well.
But when i have a nested collapsed group, i cant add a new group.
When i click on the "new element" Button, all other groups become a display issue.Big Thanks
weseo
ParticipantBut on a settings page with nested group fields, the feature wont works 🙁
array( 'name' => __('Users').' '.__('Profile'), 'id' => 'my_custom_user_fields', 'type' => 'group', 'clone' => true, 'sort_clone' => true, 'collapsible' => true, 'default_state' => 'collapsed',weseo
ParticipantWow thank your very much for this fast support.
weseo
Participant"WPML auto changes the query to include only posts in the current language."
This is the problem, all posts are translate.
But the option page can only save one page value.When i save a german page value and i switch to the english backend (in wpml).
The select box can't find the value, because the page id is not available.weseo
ParticipantOk i understand, but
Plugin 1 have to load Metabox 4.7.1 and
Plugin 2 have to load Metabox 4.9.8.Plugin 1 is not compatible with Metabox 4.9.8 and
Plugin 2 is not compatible with Version 4.7.1The only possible way is with namespaces or?
Thank you very much
weseo
ParticipantHello this is my situation:
Plugin 1 (need Metabox 4.7.1):
define( 'RWMB_VER', '4.7.1' ); // Example require_once 'plugin-1/path-to-meta-box/inc/loader.php'; $loader = new RWMB_Loader; $loader->init();Plugin 2 (need Metabox 4.9.8):
define( 'RWMB_VER', '4.9.8' ); // Example require_once 'plugin-2/path-to-meta-box/inc/loader.php'; $loader = new RWMB_Loader; $loader->init();But this can not work because the class RWMB_Loader already exists.
Thank you very much
weseo
ParticipantIs it possible to destroy the Metabox Class or add namespaces?
So that i only use the one metabox libary with is included in the plugin?Thank you
February 27, 2017 at 3:10 PM in reply to: Date / Datetime field with clone and timestamp wont work #5172weseo
ParticipantThank you very much 🙂
weseo
ParticipantSorry please close this topic, the solution was already here.
The child page is automatically displayed.weseo
ParticipantHello, same Problem here, how you change the ids in $meta_boxes field definition?
-
AuthorPosts