-
Author
-
June 10, 2018 at 15:20 #200454mrsvParticipant
Hi,
Is there a way to have a default profile background image for our members?
And can they have the option to disable and enable private messaging?
Thanks
June 10, 2018 at 16:36 #200471Kieran_SQModeratorHi,
We have a plugin that provides that functionality in the WordPress.org plugin repository. You can find it here https://wordpress.org/plugins/buddypress-cover-photo/ or by going to WP Admin > Plugins > Add New > Search: ‘BuddyPress Cover Photo’.
I do not know of any plugin that allows a user to turn off or on the messaging functionality. It’s an interesting idea, but it would be a lot of code to write and therefore would be outside the scope of the support we can offer you via the support forum. If you find something regarding this then please let me know.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
June 10, 2018 at 18:14 #200475mrsvParticipantThank you. I will try that.
I have another question, how can we center the icons tabs on the member’s profile page?
[PROFILE] [NOTIFICATION] [MESSAGE] ETC.June 10, 2018 at 18:17 #200476Kieran_SQModeratorHi,
I’d need to see the layout settings you’ve chosen for the BuddyPress profile to generate the correct CSS for you. Could you share login credentials for an account that has an appropriate membership level to see profiles on your site please?
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
June 10, 2018 at 18:36 #200479Kieran_SQModeratorHi,
Please add the below custom CSS to your KLEO Child theme’s style.css by going to WP Admin > Appearance > Editor > KLEO Child > Style.css or via Theme Options > General Settings > Scroll to: ‘Quick CSS’
COPY CODEdiv#buddypress #item-nav .item-list-tabs ul.responsive-tabs { margin: 0 auto !important; display: inline-block; } #buddypress div.item-list-tabs#subnav ul{ margin: 0 auto !important; text-align: center; display: inline-block; }
Make sure to clear your website cache, CDN and front-end cache (Ctrl+F5) to see the changes.
Thanks,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
June 10, 2018 at 18:41 #200480mrsvParticipantGreat! Thanks will do.
Another question, I’m not sure why the usernames are no longer showing in the profile page.
Is there are way to have the gold dot saying people are online without having the full line reading ‘was active 3 hours ago etc…
We also had to change the members page directory because the default page is not working properly..
This is the default page: https://www.mrsvsociety.com/members/Thanks again
June 10, 2018 at 18:54 #200481Kieran_SQModeratorHi,
I can’t check as the account I have on your site is not an administrator, but, I think you may have turned off activity in the BuddyPress options. The @mention name in the profile header is dependent on this functionality being enabled.
I will have to refer this ticket to a higher support level to assist you with removing the timestamp from the online indicator on the members profile. Someone will be in touch with you tomorrow or Tuesday to assist you further in your query.
Thank you for your patience,
Kieran
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionIf you like the theme or the support you've received please consider leaving us a review on Themeforest!
Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.
June 11, 2018 at 19:06 #200551RaduModeratorHi,
Use this css to hide the round status bubble from member profile page
COPY CODE.kleo-online-status { display: none !important; }
The css will be added to wp-admin -> theme options -> General settings -> Quick CSS
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.