-
Author
-
March 26, 2016 at 18:58 #112876
Lifevise
ParticipantThe @username handle disappeared from the member’s profile header.
How to fix this?Thanks in advance!
March 26, 2016 at 18:59 #112878Lifevise
ParticipantURL:Â http://lifevise.com/members/melvin/
Login credentials:
<span style=”color: #777777; font-family: ‘Open Sans’; font-size: 14px; background-color: #fff8f8;”>Username: Temporary (capital T)</span><br style=”box-sizing: border-box; color: #777777; font-family: ‘Open Sans’; font-size: 14px;” /><span style=”color: #777777; font-family: ‘Open Sans’; font-size: 14px; background-color: #fff8f8;”>Password: ThemeKleo436782</span>
March 26, 2016 at 19:01 #112879Lifevise
ParticipantCopy paste didn’t went well.
Url: http://lifevise.com/members/melvin/
Username: Temporary (capital T)
Password: ThemeKleo436782
March 29, 2016 at 16:05 #113264sharmstr
ModeratorBecause you turned off Activity in BP. That section displays their mention name which, in the BP developers minds, doesnt make any sense to show it if no one can use it AND will throw an error since mentions are disabled when you disable activity. It makes sense from their perspective because they didnt anticipate themes which allow you to hide the page title which shows the username. In any case, copy /kleo/buddypress/members/single/member-header.php (if you’re using the profile cover plugin) or /kleo/buddypress/members/single/cover-image-header.php (if you’re not using the plugin) to your child theme and add this line before the bp_is_active call
COPY CODE<h4 class="user-nicename"><?php echo bp_core_get_username( bp_displayed_user_id() ); ?></h4><br>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 00:30 #113954Lifevise
ParticipantThank you for your clear suggestion. As I’m using the cover photo plugin (by seventhqueen) I made the changes exactly like you explained. Unfortunately it doesn’t have any effect. Can you take one more look?
April 1, 2016 at 04:16 #113972sharmstr
ModeratorI know it works since I’m doing the exact same thing on two sites. Did you copy it to your child theme correctly? Did you clear your cache and purge your cdn if you have those in place?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 05:42 #113978Lifevise
ParticipantYes, I triple checked. Can you please take a quick look? a few messages up I left login credentials.
April 1, 2016 at 14:21 #114069sharmstr
ModeratorI need cpanel or ftp credentials
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 1, 2016 at 23:23 #114182Lifevise
ParticipantI know I left a private reply with the credentials, but can you still please delete the whole reply after you checked? I don’t feel comfortable having it on a forum like this.
Thank you.
April 2, 2016 at 04:26 #114205sharmstr
ModeratorYou didnt stick the page in the correct directory. You missed /single. I assumed that’s what happened and why I asked if you copied it to your child theme correctly.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 2, 2016 at 09:41 #114233Lifevise
ParticipantOkay… Why didn’t you make the /single directory? I now have added the /single directory and it’s still not working… So what’s the problem?
April 2, 2016 at 15:37 #114247sharmstr
ModeratorYou moved the member-header.php file which is correct if you have the BP Profile Cover plugin setting enabled in BP, which you did not.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.