• Resolved nrepair

    (@nrepair)


    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!

Viewing 5 replies - 1 through 5 (of 5 total)
  • esmi

    (@esmi)

    A link to your site might help…

    Thread Starter nrepair

    (@nrepair)

    Sorry. Someone said it would take a while before my username turns into a link.

    It’s inrepair.net

    esmi

    (@esmi)

    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.

    Thread Starter nrepair

    (@nrepair)

    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?

    Thread Starter nrepair

    (@nrepair)

    I used the method here to highlight my older comments: https://5thirtyone.com/archives/774

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Two Questions: Author Comments & YouTube Videos’ is closed to new replies.