ZP: 1.0.8
ZP theme: Sub-Albums Testing Theme
WP: 2.0.7
WP theme: iTheme
Gallery Link: http://rottenmo.com/zenphoto
I 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!
To fix the background.
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:
`
background: url(images/main-bg3.jpg) no-repeat left top;
}
to this:
`
-Raz88
That posts the sidebar but off to the far right, enlarging the calendar font and centering all the links.
The way it should look: http://rottenmo.com
It's up. I fixed some of it. Now it is the right distance from the top, the font size is correct in the calendar, and the links are aligned properly. All that needs to be fixed is moving it into the right position vertically.
Thank you so much for your help so far :)