-
Author
-
March 26, 2016 at 18:58 #112876LifeviseParticipant
The @username handle disappeared from the member’s profile header.
How to fix this?Thanks in advance!
March 29, 2016 at 16:05 #113264sharmstrModeratorBecause 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.April 1, 2016 at 00:30 #113954LifeviseParticipantThank 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 #113972sharmstrModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 1, 2016 at 05:42 #113978LifeviseParticipantYes, I triple checked. Can you please take a quick look? a few messages up I left login credentials.
April 1, 2016 at 14:21 #114069sharmstrModeratorI 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 2, 2016 at 04:26 #114205sharmstrModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
April 2, 2016 at 09:41 #114233LifeviseParticipantOkay… 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 #114247sharmstrModeratorYou 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 solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.