Plugin Support
Towhid
(@cryptex_vinci)
Hi @babakras
Insert this css to remove username:
.um-account-meta .um-account-name{
display:none;
}
You can create a child theme and then copy and edit the ultimate-member\templates\account.php
https://docs.ultimatemember.com/article/119-overriding-default-ultimate-member-profile-templates
Thanks
HI @towhid.
Thanks for your help.
But I thing I did not described my problem correctly. If you look at the picture that I have attached here you will be able to se what I am trying to achieve.
This is the PICTURE that will show you what I am trying to do.
Once again, I’ll appreciate any help 🙂
Hi @babakras,
You can rename the Account tab in ultimate-member .po file which you can find on your server /wp-content/languages/plugins folder and add your new name to the translation section. You can use Poedit software or you can try to use Loco translate plugin.
Basically, instead of translation you will add your custom tab name.
Regards.
Hi @ultimatemembersupport
Thank you, but there is no ultimate-member.po file in wp-content/languages/plugins
However I found: ultimate-member-en.po and 3 of ultimate-member-en-US.po file in wp-content/plugins/ultimate-member/languages
any help?
Hi @babakras,
Please use .po file corresponding to your language.
If you have US locale or English language please edit the ultimate-member-en-US.po file.
Regards.