• Hi everyone,

    Almost everything is going right with my site http://www.thehostelworker.com except the white background. It is not there when i click on the title of a post, nor when i click on ‘no comment’. It’s like one div is missing in these two instances.

    also, how do i get my post to fully appear when i click on a category, instead of having only the titles that appear?

    How do i fix this?!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • you might want to look at this

    I was cruising around my site the other day, and noticed my background didn’t show up in certain situations.

    It was because I had old code in my css, from old wordpress version

    some time over the past year, I had added this to my theme on pretty much all my templates
    <div class="post" id="post-<?php the_ID(); ?>"> which is pretty common on themes now I think

    It automatically adds various div IDs to my posts/pages

    these IDs can include category, date, etc…

    Well, in my css, I was using date and category to define certain little elements in my theme

    so the css was conflicting, I had to change the names of the css tags I was using to stop using words like date, category, etc.

    No idea if this is the case for you, as @samuel pointed out, you have a lot of validation errors to take care of. This is just another avenue to explore since it was something I just worked through

    Thread Starter koolaidauxcerises

    (@koolaidauxcerises)

    ok thanks!

    for some reason, it looks like it’s working now!

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

The topic ‘Background not always appearing.’ is closed to new replies.