This topic has 8 replies, 3 voices, and was last updated 6 years by Radu.

  • Author
  • #200454
     mrsv
    Participant

    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

    #200471
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #200475
     mrsv
    Participant

    Thank 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.

    #200476
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #200477
     mrsv
    Participant
    This reply has been set as private.
    #200479
     Kieran_SQ
    Moderator

    Hi,

    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 CODE
    div#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 solution

    If 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.

    #200480
     mrsv
    Participant

    Great! 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

    #200481
     Kieran_SQ
    Moderator

    Hi,

    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 solution

    If 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.

    #200551
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?