-
Author
-
April 1, 2018 at 19:41 #193604emmanuelParticipant
hi is there a way users can turn off there online status and notifications while there are online
April 1, 2018 at 19:46 #193605Kieran_SQModeratorHi,
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 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.
April 1, 2018 at 19:50 #193606emmanuelParticipantok let’s say i am online and using the site but i do not want others users to see that i am online
April 1, 2018 at 19:54 #193607Kieran_SQModeratorHi,
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 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.
April 1, 2018 at 20:10 #193608emmanuelParticipantok do you know how to implement this https://www.paidmembershipspro.com/documentation/content-controls/require-membership-function/ into a plugin
April 1, 2018 at 20:14 #193609Kieran_SQModeratorHi,
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 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.
April 1, 2018 at 21:51 #193611emmanuelParticipanthow to change the color of theses text see attachment
Attachments:
You must be logged in to view attached files.April 1, 2018 at 22:05 #193614Kieran_SQModeratorHi,
You can override the default colors set via theme options with the below CSS
COPY CODEa#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 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.
April 1, 2018 at 22:14 #193615emmanuelParticipantno not the numbers color i am speaking about the text color see attachment
Attachments:
You must be logged in to view attached files.April 1, 2018 at 22:19 #193618Kieran_SQModeratorMy 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 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.
April 1, 2018 at 23:26 #193623Kieran_SQModeratorGlad 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 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.
-
AuthorPosts
You must be logged in to reply to this topic.