- This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › Username Showing on Profile Page But not selected
Tagged: profile
Hello,
I have the profile extension add on. When I click the details link for a member, the code for the username (_%user_name%_)shows up under their image on this page: [divorcefinancialplanner.org/member-profile/?member_id=4] and I don’t want that to happen. I do not have the username selected to show up and I don’t see it in the shortcode wjat could be the problem?
The username needs to be there for it to work (it is required for the structure to work). To hide it, use CSS tweak to hide it on the page.
So put the username field back in the shortcode then you can insert the following CSS tweak to your site to hide the username from showing on the page:
.emember_profilex_username {
display: none;
}
That worked! Thank you.