Title: tgray87's Replies | WordPress.org

---

# tgray87

  [  ](https://wordpress.org/support/users/tgray87/)

 *   [Profile](https://wordpress.org/support/users/tgray87/)
 *   [Topics Started](https://wordpress.org/support/users/tgray87/topics/)
 *   [Replies Created](https://wordpress.org/support/users/tgray87/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/tgray87/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/tgray87/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/tgray87/engagements/)
 *   [Favorites](https://wordpress.org/support/users/tgray87/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Boardwalk] Post page length doubled](https://wordpress.org/support/topic/post-page-length-doubled/)
 *  Thread Starter [tgray87](https://wordpress.org/support/users/tgray87/)
 * (@tgray87)
 * [11 years ago](https://wordpress.org/support/topic/post-page-length-doubled/#post-6164426)
 * Well, it looks like the problem mysteriously resolved itself! I have no idea 
   what caused it, and it’s strange that you couldn’t see it. I’ll post a screenshot
   if it occurs again. But for the sake of clarity, just imagine the post with its
   normal length, with images etc, and the navigation arrows at the bottom, but 
   then blank space just extending below that where it normally ended, causing the
   total length of the post to be double what it should be.
 * For possible future reference, I’m on a pc, using firefox 38.0.1 and chrome 43.0.2357.81,
   and Windows 8.1. Sorry for the fuss!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Boardwalk] Post page length doubled](https://wordpress.org/support/topic/post-page-length-doubled/)
 *  Thread Starter [tgray87](https://wordpress.org/support/users/tgray87/)
 * (@tgray87)
 * [11 years ago](https://wordpress.org/support/topic/post-page-length-doubled/#post-6164421)
 * [http://www.punchclockhero.com/2015/05/11/267/](http://www.punchclockhero.com/2015/05/11/267/)
 * Honestly I haven’t touched the site in a while so I don’t know what would have
   caused it. 🙁 I mean the last thing I changed was adding that code to my stylesheet
   to make images gray. I’ll experiment with the plugins but I have no clue why 
   the page length changed suddenly. Before, it stopped right at the arrows at end
   of images, now it just keeps going past them.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Boardwalk] background color post](https://wordpress.org/support/topic/background-color-post/)
 *  [tgray87](https://wordpress.org/support/users/tgray87/)
 * (@tgray87)
 * [11 years ago](https://wordpress.org/support/topic/background-color-post/page/2/#post-5976060)
 * That code works great. And just to let you know, might get an awesome job based
   on the site, so thanks again for the template 🙂
 * And yes, haha, I did copy the entire stylesheet :p
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Boardwalk] Removing lines in post image selection](https://wordpress.org/support/topic/removing-lines-in-post-image-selection/)
 *  Thread Starter [tgray87](https://wordpress.org/support/users/tgray87/)
 * (@tgray87)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/removing-lines-in-post-image-selection/#post-6111097)
 * That worked like a charm! Thanks so much!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Boardwalk] background color post](https://wordpress.org/support/topic/background-color-post/)
 *  [tgray87](https://wordpress.org/support/users/tgray87/)
 * (@tgray87)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/background-color-post/page/2/#post-5976042)
 * Kathryn, thank you for providing that info.
 * moddersnuit, I just want to say “Thanks” for asking the question and providing
   your solution! It’s a very cool effect having the image color appear upon hovering
   mouse.
 * One question – There’s code which converts the image to grayscale whithin the
   original style sheet.
 *     ```
       .hentry.has-post-thumbnail:hover .attachment-boardwalk-featured-image {
       	-webkit-transform: translate(-50%, -50%) scale(1.02);
       	-moz-transform:    translate(-50%, -50%) scale(1.02);
       	transform:         translate(-50%, -50%) scale(1.02);
       	-webkit-filter: grayscale(100%);
       	-moz-filter:    grayscale(100%);
       	-ms-filter:     grayscale(100%);
       	-o-filter:      grayscale(100%);
       	filter:         grayscale(100%);
       ```
   
 * If I understand correctly (it should be said, I’m a total noob), the default 
   theme css basically has it so that upon mouse hover, the image is made grayscale
   and then a color is applied over it. When the color is missing or its opacity
   is set to 0, the images look gray upon hover. When I deleted the last five lines
   of that code, the image was colored when I hovered over it.
 * How can I make the image grayscale to start, then upon hovering it becomes colorized?
   As it is, I just did:
 *     ```
       .hentry.color-1.has-post-thumbnail .entry-link {
       background-color: #000;
       opacity: 0.6;
       }
       ```
   
 * It still looks pretty damn good to me 🙂 But black and white rather than simply
   dark would be better.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[FullFolio] FullFolio Feature Request](https://wordpress.org/support/topic/fullfolio-feature-request/)
 *  [tgray87](https://wordpress.org/support/users/tgray87/)
 * (@tgray87)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/fullfolio-feature-request/page/2/#post-5239880)
 * This is exactly what I was looking for as a theme, thanks so much man.
    I’ve 
   got a couple questions: -How to get images to be side by side and fill up the
   entire page, kind of like on this site: [kuciara.com](https://wordpress.org/support/users/tgray87/replies/www.kuciara.com?output_format=md)
   Also, how to make the featured image square -How to remove the border between
   the header and the images. -How to get featured image to be original size on 
   the post after it’s clicked.
 * Thanks, and I apologize if these are total noob questions.

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