This topic has 12 replies, 2 voices, and was last updated 6 years by Kieran_SQ.

  • Author
  • #193604
     emmanuel
    Participant

    hi is there a way users can turn off there online status and notifications while there are online

    #193605
     Kieran_SQ
    Moderator

    Hi,

    Can you explain in more detail what function you’re referring to as I do not understand.

    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.

    #193606
     emmanuel
    Participant

    ok let’s say i am online and using the site but i do not want others users to see that i am online

    #193607
     Kieran_SQ
    Moderator

    Hi,

    Thank you for clarifying for me. The online indicator is an on or off feature only and cannot be conditionally set via an option. You can enable or disable the feature for all by going to WP Admin > SweetDate > BuddyPress > Option: ‘Online status’.

    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.

    #193608
     emmanuel
    Participant
    #193609
     Kieran_SQ
    Moderator

    Hi,

    That code is designed to be used in templates (developers and site admins) and plugins (developers). Depending how well the plugin you’re using is coded it may have hooks for you to add code like this but I couldn’t comment on whether that is the case or not for your specific plugin.

    The best course of action would be to contact the plugin developer(s) directly and discuss your needs / reasons for using the code and they should be able to advise you directly on how best to use any third party code with their plugin.

    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.

    #193610
     emmanuel
    Participant

    ok

    #193611
     emmanuel
    Participant

    how to change the color of theses text see attachment

    Attachments:
    You must be logged in to view attached files.
    #193614
     Kieran_SQ
    Moderator

    Hi,

    You can override the default colors set via theme options with the below CSS

    COPY CODE
    a#user-notifications span {
        background-color: #00546d;
        color: #ffffff;
    }
    a#user-messages span {
        background-color: #00546d;
        color: #ffffff;
    }
    a#user-media span {
        background-color: #00546d;
        color: #ffffff;
    }

    Change the background color and text color to suit your needs and clear your cache 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.

    #193615
     emmanuel
    Participant

    no not the numbers color i am speaking about the text color see attachment

    Attachments:
    You must be logged in to view attached files.
    #193618
     Kieran_SQ
    Moderator

    My apologies, please remove the other CSS if not required and use the below CSS instead

    COPY CODE
    #item-nav #object-nav ul li a {
        color: #00546d;
    }

    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.

    #193622
     emmanuel
    Participant

    thanks it is ok now

    #193623
     Kieran_SQ
    Moderator

    Glad to hear, let me know if you have any other questions and I will be happy to assist.

    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.

Viewing 13 posts - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?