Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter volcano

    (@volcano)

    I’m using the exact same versions of software. I’ve checked it on multiple machines and they all are doing the same thing. I tried clearing my cache but that didn’t work.

    You must not be seeing what i’m talking about. You have to roll over a link and then the page will create a blank gap at the very bottom of the page, you’re going to have to scroll down a bit more to see it, it’s odd, it tacks it onto the bottom.

    And after the gap is created, if you roll over a link, you can see the links status in the gap, as if it were the status bar of a browser.

    Thread Starter volcano

    (@volcano)

    It happens on both Firefox and Safari on a mac. I haven’t tried IE or Opera. I guess that’s good news on the PC side of things.

    Forum: Fixing WordPress
    In reply to: the_content
    Thread Starter volcano

    (@volcano)

    YES! Thank you so much – that was exactly what i was looking for πŸ™‚

    Thread Starter volcano

    (@volcano)

    Yeah. See how the Title and date are bumped in from the edge of the imageborder 9px? Well that’s what i want to happen with the copy below. I want it to be padded 9px on the left and right. But i can’t seem to acheive that without creating a seperate div like the “.postentrycopy” one i created earlier. Which in turn means adding all that code during the post. Any ideas?

    Thread Starter volcano

    (@volcano)

    ahhh, no matter what i do, it messes up the image.

    If you look right now it’s a mess. If i add a margin to the image it crops the imageborder on one side, if i try something like this with the padding:

    .postentry p {
    padding: 0 9px;
    }

    I get what i have right now. For some reason .postentry p is is moving the image above too. What gives?

    Thread Starter volcano

    (@volcano)

    ha, i already have a .postentry img code:

    .postentry img {
    padding: 1px;
    border: 9px solid #bee7fb;
    }

    That’s creating that blue border, and that what i’m trying to counter the type against, so it lines up with the image, not the border. This is killing me πŸ™‚

    Thread Starter volcano

    (@volcano)

    oh and if i get rid of .postentrycopy and try to add the margin to the .postentry values, the image moves with it because they are defined in the same div.

    Thread Starter volcano

    (@volcano)

    I just tried that, it didn’t work. The problem with the template i’m working off is, the .postentry contains the image and the copy underneath it, and i want to have the copy underneath to have a 9px margin on the left and right, hence the .postentrycopy value.

    I’m not sure how to make this all work. It would be awesome not to have to enter all that code during every post. Frustrating b/c this is the very last thing i have left to do on it.

    Thread Starter volcano

    (@volcano)

    Nice! That worked – thank you so much. I did it by closing the div before the more tag and then starting it after again.

    I’m not sure i understand your second paragraph. How would i go about doing this?
    This is what i got for the postentrycopy CSS:

    .postentrycopy {
    margin: 9px;
    }

    Thread Starter volcano

    (@volcano)

    i’m adding that manually in the post, but i have a </div> when i enter it. This is what i entered in the post for the first one:

    <div class=”postentrycopy”>
    That’s 2.2 degrees warmer than average and 0.07 degree warmer than 1998, the previous warmest year on record. (Watch how the heat’s got cherry trees blooming in D.C. and New Yorkers going shirtless Video)<!–more–>
    <br>
    Worldwide, the agency said, it was the sixth warmest year on record.
    <br>
    In December the Center had predicted that 2006 would be the United States’ third warmest year, but unusual readings later that month pushed the year into first place.
    </div>

    Thread Starter volcano

    (@volcano)

    Ok i added it. When it’s not added the “Keyword/Archive menu” that you will now find at the very bottom, is aligned to the right, and vertically even with the first post’s image. Also without the <!–more–>, the white burst with lips in the middle of it, that you will now find in the bottom right, is normally hovering over the top righthand corner of the Keyword/Archive menu.

    the link is: http://www.whitevolcano.com

    Thread Starter volcano

    (@volcano)

    Sorry it’s hard to show b/c i can either add the tag to a post and it will mess up the layout. Or i can not add it and everything will look normal.

    this is the code i have:

    <?php if (is_search()) { ?>
    <?php the_excerpt() ?>
    <?php } else { ?>
    <?php the_content(__(‘Read more …’)); ?>
    <?php } ?>

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