Best way to create feedback mechanism on user profile

3 years 2 months ago - 3 years 2 months ago #323212 by boyjahq

krileon wrote:

How can we hide that message bubble that shows the comment count?

Use CSS to remove it or create a template for CB Activity that doesn't have it. The below CSS should work.

.cbActivityModuleComments .fa-comments-o {
	display: none;
}


I can't get this CSS to work. I tried lots of different combinations! I put it in the CB Template Override. Is that the right place? I apologize for the trouble but do you have another CSS idea I can try?

Please Log in to join the conversation.

3 years 2 months ago #323215 by krileon
Right click and inspect element on the button to see what font awesome icon it's currently using. The CSS is just hiding the font awesome icon. Looks like it's outputting with fa-comments. So the below should work.

.cbActivityModuleComments .fa-comments {
	display: none;
}


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.

Please Log in to join the conversation.

3 years 2 months ago #323223 by boyjahq
Sorry but we still can't get it to work. We just want to hide the whole thing so that there is no comments count at the top of the feedback/comments page on a user's profile, no number or words or icon. We want this whole thing below to NOT be visible on the page. I did an inspect element and tried putting all kinds of things in the CSS but nothing makes it disappear.

Attachments:

Please Log in to join the conversation.

3 years 2 months ago #323237 by krileon
Sorry, misunderstood what you were asking. I thought you were trying to hide the comments icon in a button or toggle comment stream. Please keep in mind showing a fuller screenshot is a lot more helpful to give context.

That's the comments counter above a comment stream if there's more comments than 1 page. There is no option to turn that off. You'll again have to use CSS. The below will hide it entirely.

.commentsStreamCount {
    display: none !important;
}

This will hide it on all streams. You'll need to make the CSS more specific if you only want it hidden at specific locations.


Kyle (Krileon)
Community Builder Team Member
Before posting on forums: Read FAQ thoroughly + Read our Documentation + Search the forums
CB links: Documentation - Localization - CB Quickstart - CB Paid Subscriptions - Add-Ons - Forge
--
If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
--
If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please send me a private message with your thread and will reply when possible!
--
Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
--
My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
The following user(s) said Thank You: boyjahq

Please Log in to join the conversation.

3 years 2 months ago #323264 by boyjahq
Perfect! Thank you so much and I now understand the importance of more expansive screen shots that offer more context.

Please Log in to join the conversation.

Moderators: beatnantkrileon
Time to create page: 0.198 seconds

Facebook Twitter LinkedIn