By damodamo on Friday, 22 November 2013
Posted in General Issues
Replies 11
Likes 0
Views 1.1K
Votes 0
Hello
This is referenced in the back end .. and I've searched the forum but try searching for admin comment or author comment and you get loads of posts ..

can someone just copy the code necessary, using default classes from the backend, to highlight an author or admin comment in komento so someone viewing the page would be able to scroll and recognise that it was the author or admin that has replied to their comment?

thanks
Hello damodamo,

I am really sorry for the delay of this reply as it is a weekend for us here.
Can you elaborate more on your requirement here ? Perhaps provide some screenshot. Please advise.
·
Sunday, 24 November 2013 23:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure. I'm the author. The Roaring lion isn't. How can i hightlight the author comments over regular user comments. is there a badge or something??
·
Thursday, 28 November 2013 05:55
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

You can utilise the classes that you've define in the backend -> Integrations -> Layout -> General -> CSS Class Control, then add those classes under your template css to start styling.
·
Thursday, 28 November 2013 10:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Sorry Jason .. consider me an amateur at CSS ... how exactly would I do that. Right now, I want to change the background and I'm doing this:

#section-kmt .kmt-head .kmt-comment-item-registered {
background-color:#7a003b;
}

but it's not working ..

thanks for help
·
Thursday, 05 December 2013 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Can you provide me a sample page to your site?
·
Thursday, 05 December 2013 20:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

It seems like that piece of css code is not loaded at all.

If you are placing that code in your template css, then you might want to clear your template/site cache first (because it seems like your site is loading a cached copy of stylesheet).

Also, you might want to try

#section-kmt .kmt-head .kmt-comment-item-registered {
background-color:#7a003b !important;
}
·
Friday, 06 December 2013 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
I've tried it your way and even cleared all the cache but it's still not working

the thing is, i'm not actually seeing kmt-comment-item-registered anywhere

the only place i see that is in the component backend - surely it should be showing up when i look at the css for a registered user ...
·
Friday, 06 December 2013 19:16
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Hmm the class actually exists and rendered on your site properly. Refer to the screenshot.
·
Friday, 06 December 2013 19:32
·
0 Likes
·
0 Votes
·
0 Comments
·
i see that now .. it's still not working though ..
·
Friday, 06 December 2013 19:46
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

Perhaps you can try adding it in:

/templates/<templatename>/html/com_komento/css/style.css
·
Saturday, 07 December 2013 12:08
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post