• Hi

    I am not an expert with code…so not sure how to fix this.

    I done an update yesterday and now the site is not displaying themes correctly on the first page.

    It has moved all navigation and blog roll links etc to the bottom of the page and taken away the black background and changed the whole appearance… However when I click on a previous months archive of posts it displays the blog just fine …. So it seems to be something with the opening page…I just have not got a scooby do how to fix this.

    I have tried changing themes….and get the same problem with a number of different themes I have tried.

    http://theacidhouse.com << displays a wonky page

    http://www.theacidhouse.com/2011/02/ << displays correctly

    Any ideas ?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try using Firefox with the firebug add-on.

    I looked at the two pages above and in the ‘broken’ page firefox shows that the #content.narrowcolumn has different settings somehow.

    In the ‘broken’ page the narrowcolumn is showing as wider than the picture, this would push the sidebar div down to underneath the narrowcolumn div on a standard width screen.

    There appears to be some local style attributes added to the working sheet in the html around the div id

    outline: 1px solid rgb(255, 0, 0);

    Which I can’t see on the other page. Maybe some hardcoded styles have been overwritten by a new index page?

    Thread Starter timacid

    (@timacid)

    thanks for the reply …I downloaded the firebug add on …I will see if I can understand it …. I am a novice at this..so not 100% sure what I have to do to correct what you described……… could it have been hacked and the index changed?

    I have also restored the database and this has not fixed the problem ..

    use the firefox/firbug browser. Go onto one of your pages and hover the cursor over a point on the page and right click. From the drop down use Inspect element and the CSS/HTML for the exact point that your cursor is over will show in the bottom on the screen in a new window.

    As you move the cursor around the information the area of the screen it applies to is highlighted. You can also scroll along a ‘title bar’ on the top of the textual part, it is like breadcrumbs and you can see the divs/classes etc change colour on th page to show you the div outlines.

    On the left is the html text that shows you what the page is doing in html and on the right there is a box with the CSS in it. It will show you the commands that are relevant to that particular area.

    It does take some getting used to, but when I saw how much information it me it was hard to think how I ever managed before!

    i would look into your dashboard, in Appearance > editor. This will show you the files that are relevant to your theme. Check the index, header and page files as well as the style sheet .CSS file. As long as you don’t save anything you can look around and get a feel of how it is all put together.

    On looking again it seems that the div ‘page’ only holds the top graphic on the broken page, so a </div> might be out of place somewhere.

    Thread Starter timacid

    (@timacid)

    thanks again …. I have resolved the issue now ….. I had done a few recent posts in html mode …I usually post in visual mode .. I had copied and pasted some text in without using the editor …also deleted some blank lines from some other posts … I guess I did not close off a tag somewhere due to my lack of understanding …. anyway ..deleted the last five posts as I could not work out my mistake ….but it has cured my problem.

    Thanks for your time …and also the firebug recommendation …it has encouraged me to learn more about code…and this is a nice way to view code etc..

    cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Theme Appearance is broken and not displaying correctly’ is closed to new replies.