Revert "Revert "Theme compatibility fixes""

This reverts commit 1db8b0f23c.
This commit is contained in:
ultimatemember
2015-01-14 00:11:38 +02:00
parent 1db8b0f23c
commit c4e6ef4933
17 changed files with 194 additions and 60 deletions
+13
View File
@@ -1202,6 +1202,19 @@ $this->sections[] = array(
'required' => array( 'profile_show_bio', '=', 1 ),
),
array(
'id' => 'profile_header_menu',
'type' => 'select',
'title' => __( 'Profile Header Menu Position' ),
'default' => um_get_metadefault('profile_header_menu'),
'desc' => __('For incompatible themes, please make the menu open from left instead of bottom by default.','ultimatemember'),
'select2' => array( 'allowClear' => 0, 'minimumResultsForSearch' => -1 ),
'options' => array(
'bc' => 'Bottom of Icon',
'lc' => 'Left of Icon',
),
),
)
);