×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Comment Count Not Showing

Comment Count Not Showing 16 years 1 month ago #2913

  • Michael
  • Michael's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I recently installed Joomlacomment and I've really enjoyed all the features.

I have one problem, however. I'm using Joomlacomment on articles within a Category Blog Layout. When I view the blog layout, I can see the Write button, but the comment count below the Write button is invisible (if I highlight with mouse, I can see them).

Take a look at hagemanfoundation.org/blog.html for an example (highlight below the write button).

I've explored the HTML for MTdefault-emotop and css-age. The background behind the comment count is white, so I've been searching for "white" and "#ffffff", but no matter what I can't make the comment count visible.

Could this have to do with the Category Blog Layout or am I missing something in the code/css/html?

Thanks in advance!

- Michael

Comment Count Not Showing 16 years 1 month ago #2914

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
check the readon class
in joomla_classes.css (Linie 222)
a.readon {
background:transparent url(../images/b_readon.png) no-repeat scroll 0 50%;
color:#ffffff;
display:block;
float:left;
font-size:10px;
font-weight:bold;
height:13px;
line-height:13px;
margin-top:10px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:78px;
}

change the background picture in this class with a bigger one. (to see that this is the right class, just change color to 000)
Best wishes,
Daniel

Comment Count Not Showing 16 years 1 month ago #2917

  • Michael
  • Michael's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Thank you for your quick reply!

I'm using 3.26. Where can I locate joomla_classes.css? I searched the original zip and browsed the files under /component/com_comment/joscomment on my server. I still can't locate the file.

Thanks!

Comment Count Not Showing 16 years 1 month ago #2918

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
that is your joomla template(not !jocomment's one)

Comment Count Not Showing 16 years 1 month ago #2924

  • Michael
  • Michael's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
I'm sorry, but I can't seem to locate joomla_classes.css.

Can someone tell me which directory it's in? I don't have SSL access to my server so I can't search it out.

Thanks in advance!

Comment Count Not Showing 16 years 1 month ago #2925

  • Michael
  • Michael's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 4
  • Thank you received: 0
Found it under my current template's directory.

Thanks!
  • Page:
  • 1
Time to create page: 0.219 seconds