Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter flipz

    (@flipz)

    Well never mind. I knew it made no sense that they could be reading from the same database. It was w3 total cache that was making it appear as if they were. Sorry that I didn’t figure it out before I posted!

    Thread Starter flipz

    (@flipz)

    Looks like removing “.comment-head” was the trick. Works perfectly now! Thanks so much for your help. I also removed the search bar title. I know absolutely nothing about design haha. But you’re right… looks good. 🙂

    Your project has officially been supported via the link on your blog. Thanks!!

    -flipz / brent

    Thread Starter flipz

    (@flipz)

    Hey, thanks for the help… and from the author himself! Very cool. 🙂

    What you suggested worked perfectly except for one issue. It seems as if all nested comments under this specific user are also getting marked in the highlighted color.

    You can see an example below. noj is the guy I wanted highlighted. I left it in orange just so it stands out and you can see it.
    http://geekfor.me/new-release/fresh-rom-1-1/#comment-508
    In that example I was the original comment, then noj under me in orange, but then every comment threaded under his is also orange.

    Here’s what I added to users css:

    /* Noj highlight */
    li.comment.user-Noj .comment-head{
      background-color:#f29f00; /* orange */
      background-image:url(http://geekfor.me/wp-content/themes/mystique/images/_alt/comment-head-trans.png);
      color: #fff; /* white (text color) */
    }

    I also applied the second tweak that you suggested for the title and it looks good. Thanks again!

Viewing 3 replies - 1 through 3 (of 3 total)