• Hi,

    I’d like to style WP2.7 threaded comments. So far I have been able to set odd and even colors, but how can I customize them more?

    I’ve tried Jeremy’s callback function but it didn’t work.

    Anyone has any idea how to do the trick?

    Thanks

Viewing 15 replies - 1 through 15 (of 44 total)
  • <ins>I posted about this on my site: Stylizing Threaded/Nested Comments in WordPress 2.7</ins>

    Here’s the structure for ol.commentlist so far… (I’m sure I’m missing something here, but this should be the meat of it.)

    1. ol.commentlist {}
    • ol.commentlist li {}
    • ol.commentlist li.alt {}
    • ol.commentlist li.bypostauthor {}
    • ol.commentlist li.byuser {}
    • ol.commentlist li.comment-author-admin {}
    • ol.commentlist li.comment {}
    • ol.commentlist li.comment div.comment-author {}
    • ol.commentlist li.comment div.vcard {}
    • ol.commentlist li.comment div.vcard cite.fn {}
    • ol.commentlist li.comment div.vcard cite.fn a.url {}
    • ol.commentlist li.comment div.vcard img.avatar {}
    • ol.commentlist li.comment div.vcard img.avatar-32 {}
    • ol.commentlist li.comment div.vcard img.photo {}
    • ol.commentlist li.comment div.vcard span.says {}
  • ol.commentlist li.comment div.commentmetadata {}
  • ol.commentlist li.comment div.comment-meta {}
    • ol.commentlist li.comment div.comment-meta a {}
    • ol.commentlist li.comment {} – (p, em, strong, blockquote, ul, ol, etc.)
    • ol.commentlist li.comment div.reply {}
    • ol.commentlist li.comment div.reply a {}
    • ol.commentlist li.comment ul.children {}
    • ol.commentlist li.comment ul.children li {}
    • ol.commentlist li.comment ul.children li.alt {}
    • ol.commentlist li.comment ul.children li.bypostauthor {}
    • ol.commentlist li.comment ul.children li.byuser {}
    • ol.commentlist li.comment ul.children li.comment {}
    • ol.commentlist li.comment ul.children li.comment-author-admin {}
    • ol.commentlist li.comment ul.children li.depth-2 {}
    • ol.commentlist li.comment ul.children li.depth-3 {}
    • ol.commentlist li.comment ul.children li.depth-4 {}
    • ol.commentlist li.comment ul.children li.depth-5 {}
    • ol.commentlist li.comment ul.children li.odd {}
    • ol.commentlist li.even {}
    • ol.commentlist li.odd {}
    • ol.commentlist li.parent {}
    • ol.commentlist li.thread-alt {}
    • ol.commentlist li.thread-even {}
    • ol.commentlist li.thread-odd {}

    It needs some work, but hopefully this will help to get you started. Here is some of the CSS I am using on my site [Example]:

    ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
    ol.commentlist li { }
    ol.commentlist li.alt { }
    ol.commentlist li.bypostauthor {}
    ol.commentlist li.byuser {}
    ol.commentlist li.comment-author-admin {}
    ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
    ol.commentlist li.comment div.comment-author {}
    ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
    ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
    ol.commentlist li.comment div.vcard cite.fn a.url {}
    ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
    ol.commentlist li.comment div.vcard img.avatar-32 {}
    ol.commentlist li.comment div.vcard img.photo {}
    ol.commentlist li.comment div.vcard span.says {}
    ol.commentlist li.comment div.commentmetadata {}
    ol.commentlist li.comment div.comment-meta { font-size:9px; }
    ol.commentlist li.comment div.comment-meta a { color:#ccc; }
    ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
    ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
    ol.commentlist li.comment div.reply { font-size:11px; }
    ol.commentlist li.comment div.reply a { font-weight:bold; }
    ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
    ol.commentlist li.comment ul.children li {}
    ol.commentlist li.comment ul.children li.alt {}
    ol.commentlist li.comment ul.children li.bypostauthor {}
    ol.commentlist li.comment ul.children li.byuser {}
    ol.commentlist li.comment ul.children li.comment {}
    ol.commentlist li.comment ul.children li.comment-author-admin {}
    ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
    ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
    ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
    ol.commentlist li.comment ul.children li.depth-5 {}
    ol.commentlist li.comment ul.children li.odd {}
    ol.commentlist li.even { background:#fff; }
    ol.commentlist li.odd { background:#f6f6f6; }
    ol.commentlist li.parent { border-left:5px solid #111; }
    ol.commentlist li.thread-alt { }
    ol.commentlist li.thread-even {}
    ol.commentlist li.thread-odd {}

cdharrison:

Beautiful! Thanks so much for this. Spent almost an hour looking for styling techniques!

I’ll post some additional designs to get folks started by this weekend. I know what I’ve posted can definitely be improved upon.

Thread Starter baal666

(@baal666)

@cdharrison: Thanks a lot for the CSS example! But how would you integrate such CSS with the comments.php file?

Thread Starter baal666

(@baal666)

Nice reply on your site, cdharrison! ?? Thanks

Moderator Jan Dembowski

(@jdembowski)

Forum Moderator and Brute Squad

cdharrison,

You saved me a metric ton of work; my CSS is horrible.

Much thanks!

Thread Starter baal666

(@baal666)

Do you think we will soon have a clear guide on how to customize the comments page? It seems that I will need to modify the core WordPress files to do what I could do by simply modifying comments.php on WP 2.6

Are we going backward with WP 2.7 or what?

Moderator Samuel Wood (Otto)

(@otto42)

www.remarpro.com Admin

It seems that I will need to modify the core WordPress files

Why would you need to do that, exactly? You need to be specific as to what you want to do before we can tell you the right way to do it.

Thread Starter baal666

(@baal666)

Well, I want to modify the whole CSS, want to have a .png “under” my avatar, want to resize my avatar, etc.

cdharrison gave a clear and easy CSS but with it I can’t modify avatar size, as an example, without modifying WP 2.7 core files.

Well, maybe I am missing something, but as easy it was to customize 2.6 and below as difficult it seems to be with 2.7

Moderator Samuel Wood (Otto)

(@otto42)

www.remarpro.com Admin

avatar_size is one of the parameters you can pass to wp_list_comments(). No core editing needed. Just edit the theme.

wp_list_comments(array(
'avatar_size'=>48,
'other_parameter'=>'whatever',
));

And so forth. I’m not quite sure what you mean by adding a png under your avatar though. You could probably add it with a filter, but I’d need really specific info to tell you how to do it.

There’s very little about the generated comments that is not easily customizable. It’s just a different way of customizing them.

Thread Starter baal666

(@baal666)

Hmm… Do you mean I could do something like:

wp_list_comments(array(
'avatar_size'=>48,
'ol.commentlist li.comment-author-admin'=> {}
ol.commentlist li.comment { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
));

etc.?

I need to find an easy way to modify the CSS. Modifying the image size is only one part. As I said, maybe I missed something, but it seems to me that WP2.6 was easier to customize.

If a clear guide could get out for 2.7 that would be really useful, as for now I don’t know how to customize comments like on 2.6 AND thread the comments.

Moderator Samuel Wood (Otto)

(@otto42)

www.remarpro.com Admin

No, that’s not correct at all. Any and all CSS goes into your style.css file, not into the comments.php.

Do you know anything about what CSS is and how it works? It does not go in your PHP files.

Might want to read up on some basics: https://www.csstutorial.net/

Also Theme Development might be useful for you .

As far as 2.7 goes, customizing the comments is much easier than it was in 2.6, because with only a few minor exceptions, you mostly do it by simply adding or modifying the CSS file.

If you understand PHP, this explains the differences between the old style comments.php and the new 2.7 style:
https://ottodestruct.com/blog/2008/09/29/wordpress-27-comments-enhancements/

Thread Starter baal666

(@baal666)

Maybe I was not clear enough.

In WP 2.6 it was easy to customize comments.php because it was possible to add ol li ul etc. inside the loop. Now, it is not possible to do this with 2.7.

Try to add <li class=”xxx” > in comments.php now… It is more difficult.

I am still looking for an easy way to customize my comments.

p.s. I know where CSS file should be. Thank you. I had no problem customizing with WP 2.6 simply by adding to the loop.

Moderator Samuel Wood (Otto)

(@otto42)

www.remarpro.com Admin

In WP 2.6 it was easy to customize comments.php because it was possible to add ol li ul etc. inside the loop.

Okay, but what you’re not answering is:
a) Why do you want to do that in the first place?
b) Where do you want to put this extra code?

The answer to question A is the most important part here, really, because if you’re changing the way the XHTML output is, then you’ve probably already done it wrong. This is supposed to be the semantic web here, your HTML code should be considered a fixed thing. You don’t change it to make it LOOK different, you only change it to make it have different CONTENT. Looks can almost always be done through CSS manipulation.

But if you really DO need to have the HTML output differently, then how I tell you to do it very heavily depends on specifically what changes you want to make. As in, what code, exactly, do you want added where? It’s not a matter of making any old random change you like, because 99% of the time, you really should not be messing with the actual HTML in the first place.

In fact, changing the HTML is counter-productive and more likely to hurt your search engine rankings in the long run. If every site uses similar HTML for comments, say, then search engines can optimize for that format. Therefore using a different format will hurt you. See?

Now, it is not possible to do this with 2.7.

It IS possible to do this, in very specific and fixed ways. And if you need absolute control for some insane reason, there is always the callback functionality.

Moderator Samuel Wood (Otto)

(@otto42)

www.remarpro.com Admin

Try to add <li class=”xxx” > in comments.php now… It is more difficult.

I’ll use this as an example. What do you mean by add <li class=”xxx”>? Do you want to add a new class to the LI’s which wrap the comments? Like “xxx”? Well, that’s easy:

// add an xxx class to all the comments
function comment_add_xxx($classes) {
	$classes[] = 'xxx';
	return $classes;
}
add_filter('comment_class','comment_add_xxx');

Done. See the difference between this method and the old approach? This method lets you modify specific pieces in specific ways without leaving spaghetti code all over the theme.

The long-term idea is to decouple your changes to the core code AND to the theme. Because much like you can auto-upgrade plugins, soon you’ll be able to auto-upgrade THEMES. So it’s not a good idea to change the theme directly either, in the long run.

Viewing 15 replies - 1 through 15 (of 44 total)
  • The topic ‘How to style WP 2.7 threaded comments’ is closed to new replies.