Forum Replies Created
-
Author
-
fovoc
ParticipantHey there,
I managed to resolve this. I was using a simple script to compress HTML and that was causing a conflict. I just removed the compression script in register page and everything seems fine.
Cheers,
Dimitrisfovoc
ParticipantHey there,
this is resolved as I had to overwrite the /sweetdate-child/members/single/cover-image-header.php file in my child-theme instead of /sweetdate-child/members/single/member-header.php.
Cheers,
Dimitrisfovoc
ParticipantHey there,
thanks for the template file. It seems to work as it should. 🙂
Thanks again,
Dimitrisfovoc
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
ParticipantI tried to erase the content before the avatar image like fullname, last active status etc.
fovoc
ParticipantHey there,
OK…one more time… let’s say that I send a message to “Maria Kallas” in the attachment… how do I mark this conversation as “starred”?
Kind regards,
Dimitrisfovoc
ParticipantHey there,
you’re free to proceed in the staging area (no caching environment). I really can’t find a way to star a private message, even in your demo site… 😕
WP-ADMIN
URL : http://levovelo.dev.onpressidium.com/next-exit/
Username : seventhqueen
Password : sOyBn!XHN)z5m3oW5CrkFH&eSFTP
Username : seventhqueen
Password : SeventhQueen0
SFTP Server : sftp.levovelo.onpressidium.com / c8-sftp.cluster.pressidium.com
SFTP Port : 11488fovoc
ParticipantHey there,
you’re free to proceed in the staging area (no caching environment). I even erased all the content of sweetdate-child/members/single/member-header.php without any results… 😕
WP-ADMIN
URL : http://levovelo.dev.onpressidium.com/next-exit/
Username : seventhqueen
Password : sOyBn!XHN)z5m3oW5CrkFH&eSFTP
Username : seventhqueen
Password : SeventhQueen0
SFTP Server : sftp.levovelo.onpressidium.com / c8-sftp.cluster.pressidium.com
SFTP Port : 11488fovoc
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.
fovoc
ParticipantHey there,
the private messaging module is enabled. Can’t find a way to star a conversation though… even in your demo site.
Please advise,
Dimitrisfovoc
ParticipantHey there,
this is a question out of the scope of my clients’ site and I can’t understand why admin credentials are required, especially when the default dropdown “right now cant be changed”.
I’ll try to replicate the styling through some CSS.Cheers,
Dimitrisfovoc
ParticipantHey there…
reference… how about the sorting dropdown in friends list (attached gif)?
This is a default dropdown, can I customize it by adding a class or something?Cheers,
Dimitrisfovoc
ParticipantHey there,
thanks for your reply. I’m talking about custom development indeed. Any way you can help on this? On how can I edit the main members query?
Your solution could be a working solution but this way I should de-activate the “Quick Profile navigation” in single members and this is a major disadvantage.
I was trying to use ‘meta_key’ and ‘meta_value’ in ‘bp_ajax_querystring’ action but I always get no members at all … :/Thanks as always,
Dimitris -
AuthorPosts