Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter ijessi

    (@ijessi)

    Yes, but for some reason only 3 of my 8 categories show up when I choose the “show post counts” option.

    It didn’t used to do that… all of the categories were shown so I’m not sure why it suddenly went wacko!

    thanks for your help!

    Thread Starter ijessi

    (@ijessi)

    oh, I think I got it. I just went in to the paginator plugin CSS file and now I’ll edit it. Should work.

    thanks again!

    Thread Starter ijessi

    (@ijessi)

    Hi, thanks for the help.

    I can see these settings but I’m not sure how to edit the 3em. I’ve gone into the editor on both the CSS page and the paginator plugin but it’s not showing the 3em.

    hmm… I’ll keep trying some other things.

    Thread Starter ijessi

    (@ijessi)

    I FIGURED IT OUT!

    I deleted both the header_bg.png image on the remote site AND the local site and emptied my trash can, then I re-saved the opened PS image as header_bg.png in my local site and uploaded it to the remote site where it FINALLY showed up!!!

    So excited. It must’ve been stuck on the old image for some reason.

    Anyway, thank you for your help!

    p.s. I went to the validator site and put in my site and up came a bunch of invalidated things, however I don’t know how to fix any of them so right now I’ll leave them as is until I run into a problem πŸ™‚

    Thread Starter ijessi

    (@ijessi)

    thanks for helping me out! I’ve got to leave here really soon but I’ll be back, of course, to see if anyone has been able to solve it.

    The old header image is what you see now, and the new one will have 4 new images. (i.e. A closeup of me with sunglasses should be on far left, but right now it’s still the one of me putting my seat belt on and my friend singing)

    It’s so weird, I don’t get it!

    I’ve even deleted the “header_bg.png” image to see what happens, but still the old header image stays. That tells me it’s pulling the file from elsewhere, but I don’t know where it could be getting it from.

    Thread Starter ijessi

    (@ijessi)

    yes, I’ve refreshed it a bunch of times but nothing changes.

    Thread Starter ijessi

    (@ijessi)

    That totally worked!!! THANKS so much.

    p.s. Here is my blog: http://www.hiyapapaya.com

    hey guys, I’m having a similar problem with the background and page color. I’m hoping someone can help. Here’s my blog: http://www.hiyapapaya.com

    My goal: to separate the orange background color from the white foreground page color.

    Right now I just have a 300px border around the white page temporarily, but what I would really like is to have the background be the orange color and the page be the white color.

    (It looked great in safari until I viewed it in firefox and the WHOLE page was orange–there was no white page, it look ugly.)

    thanks in advance!!!

    Hi, I’m having a similar problem and I hope you or somebody will be able to help me.

    Here’s what I would like: my background color to be #FF9900, and my page color to be #FFFFFF. However, I viewed the blog using firefox and the code somehow makes the page the #FF9900 color, too!!! Which is totally not what I want.

    I know somewhere there is a wrap thing that isn’t… wrapping correctly. Any solutions? Here is my page code stuff:

    /* Page Structure */

    body {
    font-size: 65%; /* Resets 1em to 10px */
    color: #444;
    background: #ffffff;
    text-align: center;
    }

    body.lang-ar,
    body.lang-fa,
    body.lang-he,
    body.lang-hi,
    body.lang-km,
    body.lang-ko,
    body.lang-ja,
    body.lang-th,
    body.lang-zh {
    font-size: 75%; /* Resets 1em to 12px, for internationalized K2s */
    }

    #page,
    body.smartposition #rollingarchives {
    background: #white;
    }

    #page {
    text-align: left;
    margin: 0 auto;
    padding-top: 0px;
    position: relative;
    border: 300px solid #ff9900;
    border-top: none;
    clear: both;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    }

    Thanks in advance for any suggestions!!

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