• I’m trying to transform a blogger template into a wordpress template. So far, I’ve been succesful with the top and main part (where the posts go). But something’s wrong with the sidebar, the first links are ok, the others appear only on the bottom of the page. Also the footer is weird, and there is a horizontal scroll bar that shouldn’t be there.
    I found it easier to work with only one php file, because separating it into header, footer, sidebar etc sounded too complicated to me. But now I’m stuck.
    The layout I’m working on is here. It should look like this one.
    Can anyone help me with this?
    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The purpose of having seperate files is to add flexibility and not restrict it. Although it’s easier to work with one file, having seperate files allows you to individualise each part accordingly.

    Just our of curiosity is this a public domain template that anyone can convert, or do you need to contact the author before converting it into a WP template?

    Is that footer in the sidebar supposed to stretch across both content area and sidebar, or is it meant to be just in the content area?

    On your ‘test’, you are missing the very first div “wrap” that is present in your blog.

    The footer also seems to be part of the sidebar, rather than the “wrap”.

    Perhaps you’re not closing your sidebar div before beginning your footer div?

    I imagine the second problem is what’s causing the horizontal scroll. Fix that, and it should go away.

    Thread Starter resg

    (@resg)

    Thanks for your help!
    I figured out the problem… seemed to be a wrong html tag inside the sidebar code. Now everything’s working just fine – except that I can’t add special characters like ?£ ?? etc directly through the source code… is that normal?
    And I’m working with pop-up comments. How can I customize them??
    Thanks!

    re: characters. If your editor doesn’t support utf-8… then it’s normal ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem customizing a template!’ is closed to new replies.