mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 22:23:37 +09:00
Profile view made responsive (Stage 1)
This commit is contained in:
+9
-9
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user