ZP: 1.0.8
ZP theme: Sub-Albums Testing Theme
WP: 2.0.7
WP theme: iTheme
Gallery Link:
http://rottenmo.com/zenphotoI just switched my WP theme, and this new one does not seem to integrate with ZP as nicely as my last. I wanted to add my WP sidebar back to my gallery page, but no matter where I put the get_sidebar tag, the sidebar does not sit where it is supposed to. It sits above, below, or inside the current column.
My other problem is the image in the background. As you can see, it ges cut off after the header section. I've tried everything I can think of to fix this, but I just do not know what I am doing, apparently.
Let me know if I need to post any extra information for help!
Comments
change this:
`
body {
background: #698d31;
font: 75%/170% Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
color: #333333;
}
`
to this:
`
body {
background: url(images/main-bg3.jpg) no-repeat left top #698d31;
font: 75%/170% Arial, Helvetica, sans-serif;
padding: 0px;
margin: 0px;
color: #333333;
}
`
and change this:
`
#page {
background: url(images/main-bg3.jpg) no-repeat left top;
}
`
to this:
`
#page {}
`
-Raz88
Now to figure out the sidebar...
-Raz88
-Raz88
The way it should look: http://rottenmo.com
-Raz88
I'm actually using Camino on Mac OS X so I have to edit and upload, edit and upload...
-Raz88
Thank you so much for your help so far
-Raz88
-Raz88
-Raz88
sn: my sn eats u
-Raz88