By Justin Throngard on Thursday, 31 July 2014
Posted in General Issues
Replies 13
Likes 0
Views 1.4K
Votes 0
Komento 1.8.2

If you have stickies enabled then there is no ability to hide the entire fame bar or any individual components of it if the are empty. Can you please help me solve? See URL attached.

Note we changed "Stickies" language to User Reviews.
I have modified the theme file /components/com_komento/themes/kuro/comment/stick/comments.php and remove the codes below at line 26


<li class="kmt-empty-comment">
<?php echo JText::_( 'COM_KOMENTO_COMMENTS_NO_COMMENT' ); ?>
</li>
·
Tuesday, 05 August 2014 23:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin Throngard,

I'm really sorry that delayed of this reply,
Can you download my attachment file and replace in JoomlaFolder\components\com_komento\themes\kuro\comment\famelist.php and see how it goes?
·
Thursday, 31 July 2014 13:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Well that got rid of the heading it looks like. But I'm still seeing the no comments and the stickie title.

I'm guessing that the following files will have to be modified too:
/comment/stick/comments.php
/comment/stick/list.php
·
Thursday, 31 July 2014 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

I am really sorry for the delay of this reply as it is a weekend for us here. Sorry but not really sure if I get you here. Would you mind providing a screen shot of this? I tried accessing the site and I don't actually seem to notice any "Stickies" message in the comments area.
·
Saturday, 02 August 2014 23:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Attaching now. First one is when there is a stickie and it works great. Second image is when there is NO stickie and the green "title" bar is removed only. The "no comments" is still there.
·
Tuesday, 05 August 2014 00:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you please provide us with the link to the post please? By the way, before that can you try adding the css codes to your template's css file?


.kmt-empty-comment {
display: none;
}
·
Tuesday, 05 August 2014 01:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you try the css hacks above? That should hide the "No comments". The code below will hide the additional "User Reviews" title.


.stickList > .kmt-title {
display: none;
}
·
Tuesday, 05 August 2014 02:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Exact same result.
·
Tuesday, 05 August 2014 03:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Justin,

Can you please try to replace the attached file in ../components/com_komento/themes/kuro/comment/famelist.php. Hope this helps.
·
Tuesday, 05 August 2014 11:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Getting closer with the newest one. The Stickie titles and bar is now gone but "No Comments Found" still appears in the stickie section.

http://www.goodlookingloser.com/entry/swag-factor/how-to-get-on-the-radar-of-successful-people-part-deux
·
Tuesday, 05 August 2014 23:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Beautiful. All set. Are you guys going to add this to a future release?
·
Tuesday, 05 August 2014 23:43
·
0 Likes
·
0 Votes
·
0 Comments
·
We'll consider this for the upcoming versions but as of now we are not prioritizing on this.
·
Tuesday, 05 August 2014 23:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post