Change UM default profile cover photo ratio
-
I am not reporting a problem, I am reporting a triumph, I hope. Been trying to edit profile photo ratio (more height/less width) for WP Ultimate Member default profile form. Do not really know what I am doing so have been playing “monkey watchmaker” for at least three years. Finally got it to work, I think. Opened [website]_wp-content_plugins_ultimate-member_includes_admin_templates_form_profile_customize.php
Changed lines 147-150 from:
‘1.6:1’ => ‘1.6:1’,
‘2.7:1’ => ‘2.7:1’,
‘2.2:1’ => ‘2.2:1’,
‘3.2:1’ => ‘3.2:1’,
To:
‘1:1.5’ => ‘1:1.5’,
‘1:1.25’ => ‘1:1.25’,
‘1:1’ => ‘1:1’,
‘1.6:1’ => ‘1.6:1’,Worked great! Feel free to to pass it on.
- The topic ‘Change UM default profile cover photo ratio’ is closed to new replies.