nrepair
Member
Posted 2 years ago #
I have a couple of questions.
1. I'm using Smart YouTube's plugin so that my imported shortcodes from WP.com will work on my older posts. I see that the plugin option page has a field for styling the videos, but I can't figure out how to center them. I've tried setting the margin to auto, etc, but no luck. Any ideas?
2. My CSS defines a different background color for the author's comments, but none of my old comments that I imported are recognized as my own. New comments are, but not the older ones. Is there a way to force it to recognize me as the author on my old comments?
Thanks!
A link to your site might help...
nrepair
Member
Posted 2 years ago #
Sorry. Someone said it would take a while before my username turns into a link.
It's inrepair.net
1. Try using:
span.youtube {
display:block;
text-align:center;
}
2. Your older comments don't identify you as the post (or blog) author in the page markup, so there's nothing that can be added to your CSS to highlight these older comments. Sorry.
nrepair
Member
Posted 2 years ago #
Is there a way I can edit the comments.php page to force it to add a class to my comments based on user id or email address?
nrepair
Member
Posted 2 years ago #
I used the method here to highlight my older comments: http://5thirtyone.com/archives/774