Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter tgray87

    (@tgray87)

    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!

    Thread Starter tgray87

    (@tgray87)

    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.

    tgray87

    (@tgray87)

    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

    Thread Starter tgray87

    (@tgray87)

    That worked like a charm! Thanks so much!

    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.

    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 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)