mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-18 14:13:46 +09:00
Fix Social Links
This commit is contained in:
+2
-1
@@ -34,6 +34,7 @@ class UM_Setup {
|
||||
'_um_template' => 'members',
|
||||
'_um_mode' => 'directory',
|
||||
'_um_has_profile_photo' => 0,
|
||||
'_um_has_cover_photo' => 1,
|
||||
'_um_show_social' => 0,
|
||||
'_um_show_userinfo' => 0,
|
||||
'_um_show_tagline' => 0,
|
||||
@@ -72,7 +73,7 @@ class UM_Setup {
|
||||
'_um_active_color' => '#3ba1da',
|
||||
'_um_secondary_color' => '#44b0ec',
|
||||
'_um_form_text_color' => '#666',
|
||||
'_um_form_field_label' => '#888',
|
||||
'_um_form_field_label' => '#555',
|
||||
'_um_form_icon_color' => '#aaa',
|
||||
'_um_form_bg_color' => '#fff',
|
||||
'_um_form_placeholder' => '#aaa',
|
||||
|
||||
Reference in New Issue
Block a user