• So my website was working fine until I updated to 3.0. Once I updated my pages are all messed up on my website. The problem only occurs on pages that my posts are on. You can go to my website, TechGeec.com and click on any post. You notice that the background is completely white when it should be the same as the home page. Can someone please help me?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Looks like you’re using my same theme (Arras) and I’m experiencing the same issues. Any luck tracking it down?

    Here’s more detail on what I’m seeing:

    I just upgraded to the latest WordPress and somehow it horked my CSS on FTH. Take a look at the home page, category, tag and article pages:

    http://www.feedthehabit.com
    http://www.feedthehabit.com/cat/skiing/
    http://www.feedthehabit.com/tag/surface-skis/
    http://www.feedthehabit.com/about/

    Everything looks just fine, right? Well, then take a look at the post pages:

    http://www.feedthehabit.com/outdoors/ragnar-rookie-wasatch-back-relay-2010-recap/

    There’s now a bunch of issues:
    – Border around the entire content area
    – L/R padding in the header area
    – Missing background color

    I’ve found a few of the culprits, but haven’t been able to figure it all out. Any suggestions? These lines appear to be causing most of it:

    .single-post { padding:0 10px; }
    
    .single .post, .single-post { background:url("../../images/techblue/content-bg.jpg") repeat-x scroll 0 0 #FFFFFF; border:1px solid #CCCCCC; margin:0 10px 20px 0; }
    Thread Starter ipt2ggeec

    (@ipt2ggeec)

    Yep, I have the same problems that you’re having. I can’t seem to figure out what’s going wrong.

    I was able to track it down to the .single-post style. Removing that in Firebug fixes the entire thing. The problem is that the entire body style line is dynamically-generated via the Arras Theme’s great brain, so I couldn’t figure out how to get that to go away.

    What I did was this:

    1) Removed the reference to .single-post within the 2c-r-fixed.css layout

    2) Changed all references to .single-post within the default.css to be div.single-post

    The easiest way would be to remove that dynamic .single-post from the body tag, but I couldn’t figure that out. Let me know if this works for you.

    BTW… there are like 20 references to .single-post within default.css. I just changed them all.

    Thread Starter ipt2ggeec

    (@ipt2ggeec)

    Thank you so much for your help, but I still have one problem. I removed the reference to .single-post in the 2c-r-fixed.css file and then replaced all 18 references to .single-post to with div.single-post in the default.css file. That fixed my initial problem, however, now in all of my posts, I have no margins. You can see what I’m talking about here: http://techgeec.com/jailbreak-released-for-ipod-touch-2g-mc

    The space where my post is, there is no spacing on the left and right sides of the text like how there should be. I see you still have the margins on your posts.

    Any idea how to fix this.

    Again, thanks so much for your help thus far.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Theme is inconsistent (started when I updated to 3.0)’ is closed to new replies.