Forum Replies Created
Viewing 2 posts - 1 through 2 (of 2 total)
-
Author
-
fovoc
ParticipantThis is the content of the file: /sweetdate-child/members/single/member-header.php, which obviously doesn’t render.
COPY CODE<?php /** * BuddyPress - Users Header * * @package BuddyPress * @subpackage bp-default */ ?> <?php do_action( 'bp_before_member_header' ); ?> <?php /*** * If you'd like to show specific profile fields here use: * bp_member_profile_data( 'field=About Me' ); -- Pass the name of the field */ do_action( 'bp_profile_header_meta' ); ?> <div class="five columns"> <?php /** * kleo_bp_before_profile_name hook * * @hooked kleo_bp_compatibility_match - 20 */ do_action( 'kleo_bp_before_profile_name' ); ?> <?php do_action( 'bp_before_member_header_meta' ); ?> <?php /** * kleo_bp_after_profile_username * * @hooked kleo_membership_info - 10 */ do_action('kleo_bp_after_profile_name'); ?> <div class="clearfix"></div> <div class="row"> <div id="item-header-avatar" class="eight columns image-hover"> <?php bp_displayed_user_avatar( array('type' =>'full','width' => 580, 'height' => 580) ); ?> <?php /** * kleo_bp_after_profile_image * * @hooked kleo_bp_profile_photo_change - 10 */ do_action( 'kleo_bp_after_profile_image' ); ?> </div> <?php do_action('kleo_bp_header_actions');?> </div><!--end row--> </div><!--end five--> <?php do_action( 'bp_after_member_header' ); ?> <?php do_action( 'template_notices' ); ?>Regards,
Dimitrisfovoc
ParticipantHey there,
the only thing I’ve done considering this, is:
COPY CODE#starred-personal-li { display: none !important; }just to hide the link under the my-profile/messages page.
What has to do the ‘send-message’ button with that I wonder?
Can I see this functionality in any of your demo sites?Please advise,
DimitrisPS. Excuse me, but I’m unable to provide WP admin credentials at the moment.
-
AuthorPosts
Viewing 2 posts - 1 through 2 (of 2 total)