Psd to css and to wordpress

Discussion in 'HTML & Website Design' started by superdog, Jul 16, 2008.

  1. #1
    Hi,

    I trying to convert one of my design in psd format to css, and then converted it into a wordpress template.

    I manage to integrate the wordpress php coding into them, the index.php and page.php looks okay, but when I click on the single post view, it seems out of the layout I wanted in index.php:

    Here is the wordpress demo I have set up (index.php)
    http://demo.keithng.ws/mmc/

    But this looks run out layout -> http://demo.keithng.ws/mmc/?p=1
    and this -> http://demo.keithng.ws/mmc/?m=200807

    Any idea how to modify it to make the sidebar in place?

    Thanks in advance!
     
    superdog, Jul 16, 2008 IP
  2. Peter Brown

    Peter Brown Well-Known Member

    Messages:
    1,638
    Likes Received:
    117
    Best Answers:
    0
    Trophy Points:
    180
    #2
    Firstly, make sure you aren't missing any div tags in single.php.
     
    Peter Brown, Jul 16, 2008 IP
  3. BANAGO

    BANAGO Active Member

    Messages:
    456
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    58
    #3
    It is a matter of divs. Try to give them a proper place.
     
    BANAGO, Jul 16, 2008 IP
  4. yankzilla

    yankzilla Peon

    Messages:
    159
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Also make sure your clear your floats.
     
    yankzilla, Jul 16, 2008 IP
  5. libertygone

    libertygone Active Member

    Messages:
    2,625
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    90
  6. superdog

    superdog Peon

    Messages:
    156
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Huh...

    Found 6 errors after the validation ..

    But still do not know how to solve the single.php and archive.php problem... after so many trial and error...

    p.s. What do you mean by floats?

    Sorry.. still beginner in php/css coding...

    Thanks in advance!
     
    superdog, Jul 16, 2008 IP