Profile view made responsive (Stage 1)

This commit is contained in:
ultimatemember
2014-12-16 21:57:13 +02:00
parent 333ac05a02
commit 69abac6c4e
12 changed files with 125 additions and 74 deletions
+9 -9
View File
@@ -999,6 +999,15 @@ $this->sections[] = array(
'transparent' => false,
),
array(
'id' => 'profile_header_bg',
'type' => 'color',
'default' => um_get_metadefault('profile_header_bg'),
'title' => __( 'Profile Header Background Color' ),
'validate' => 'color',
'transparent' => false,
),
array(
'id' => 'profile_photosize',
'type' => 'text',
@@ -1044,15 +1053,6 @@ $this->sections[] = array(
'required' => array( 'profile_cover_enabled', '=', 1 ),
),
array(
'id' => 'profile_header_bg',
'type' => 'color',
'default' => um_get_metadefault('profile_header_bg'),
'title' => __( 'Profile Header Background Color' ),
'validate' => 'color',
'transparent' => false,
),
array(
'id' => 'profile_header_text',
'type' => 'color',