Hi,
You need to find the file cover-image-header.php and override it in your child theme then just after the avatar code you have to call the function https://buddypress.org/support/topic/bp_get_profile_field_data-2/
Thanks
Thanks Prashant, but how and why do I overwrite it with my child theme (I am using Kleo-Child). Also where do I input the code?
Kevin
You need to create buddypress/members/single folder in the child theme and then copy paste the file from plugin to this location and there you can see the code for the avatar.
Theme Compatibility & Template Files
Thanks
Also, where do I input the code? Like where are the functions stored? Which document?
KJ
Could we do a GoToMeeting so you can show me? I am having difficulty finding what you are referring to.
KJ
Hi,
You can find it in your theme kleo/buddypress/members/single/cover-image-header.php and the code is
<?php bp_displayed_user_avatar( 'type=full' ); ?>
You need to echo your profile field just below this one.
Thanks
Could you show me an example? Could we do a GoToMeeting?
Kevin
Could you please show me an example? Might be easier if we could do a GoToMeeting.
Kevin
Could you please show me an example? Might be easier if we could do a GoToMeeting. I really need help with this.
Kevin