Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Popular Features › Member Profile › Set Account
- This topic has 5 replies, 2 voices, and was last updated 5 years, 10 months ago by
Jean-Pascal.
-
AuthorPosts
-
SiX InformaticsParticipant@xailaes
- 22 Topics
- 66 Posts
Hello
In the field where you can change the password, there is a link to remember the current password but as it is already logged that link does not work well. We would like to simply remove it but I would need to know how to call the php file that is loaded in order to edit it
Could you tell me what is the php file?
Thank you
May 23, 2019 at 18:29 #6639SiX InformaticsParticipant@xailaes- 22 Topics
- 66 Posts
May 24, 2019 at 18:25 #6652@themopteryx- 0 Topics
- 615 Posts
Hi @xailaes,
This link is present in the BuddyPress template (buddypress/bp-templates/bp-legacy/buddypress/members/single/single/settings/general.php on line 23) and not in our theme so we have no control over this. Be careful that if you override this template, it could be deleted after the next update of your child theme.
You can also hide it with some CSS by adding the following code snippet to your website:
#settings-form input[type="password"] ~ a { display: block; opacity: 0; margin-bottom: -55px; }
Hope this will help :).
Regards,
May 27, 2019 at 10:30 #6656SiX InformaticsParticipant@xailaes- 22 Topics
- 66 Posts
It has been a great help.
Thank you
May 27, 2019 at 11:51 #6666@themopteryx- 0 Topics
- 615 Posts
May 27, 2019 at 11:55 #6667 -
AuthorPosts
The topic ‘Set Account’ is closed to new replies.