Member
Member
braiiins   23-04-2007, 16:49
#1

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!

Member
Member
Raz88   23-04-2007, 21:51
#2

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:
`

page {


background: url(images/main-bg3.jpg) no-repeat left top;

}

to this:

page {}


`

-Raz88

Member
Member
braiiins   23-04-2007, 22:12
#3

Thank you! That worked. I knew it had to have something to do with that.

Now to figure out the sidebar...

Member
Member
Raz88   23-04-2007, 22:15
#4

Is Zen Photo and Wordpress running from the same database?

-Raz88

Member
Member
braiiins   24-04-2007, 00:13
#5

Yes, they are.

Member
Member
Raz88   24-04-2007, 00:33
#6

include the function at the end of the zen functions file, or create one inside the ZP theme directory.

-Raz88

Member
Member
braiiins   24-04-2007, 00:47
#7

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

Member
Member
Raz88   24-04-2007, 01:33
#8

That sounds like a CSS problem. You are probably going to need to edit a bit of the CSS and upload and test to see what works. I recommend using Firebug for Mozilla Firefox or IE Developer Toolbar for Microsoft's Internet Explorer.

-Raz88

Member
Member
braiiins   24-04-2007, 01:40
#9

To be honest, I have no idea where to even begin. I've tried numerous changes already to no avail...

I'm actually using Camino on Mac OS X so I have to edit and upload, edit and upload...

Member
Member
Raz88   24-04-2007, 02:15
#10

I can help. If you enable the sidebar I can copy the code over to Dreamweaver and modify the CSS inorder to get the desired look.

-Raz88

Member
Member
braiiins   24-04-2007, 02:22
#11

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 :)

Member
Member
Raz88   24-04-2007, 02:37
#12

The sidebar isn't placed inside the wrapper.

-Raz88

Member
Member
braiiins   24-04-2007, 02:48
#13

Is that better? I put the sidebar function back into functions file. The sidebar is back to sitting to close to the top, but the font sizes and alignment are still correct, fixed that in the WP stylesheet.

Member
Member
Raz88   24-04-2007, 02:58
#14

The sidebar function needs to be requested in the wrapper inside the body tag not at the top of the html.

-Raz88

Member
Member
braiiins   24-04-2007, 03:02
#15

I'm feeling very dumb right now. What file should I put it in? I don't want to keep trying what I think you mean and being wrong, lol.

Member
Member
Raz88   24-04-2007, 03:05
#16

Do you have AIM?

-Raz88

Member
Member
braiiins   24-04-2007, 03:07
#17

yes

sn: my sn eats u

Member
Member
Raz88   24-04-2007, 03:41
#18

Problem Solved.

-Raz88

Junior Member
Junior Member
ghost   24-04-2007, 06:37
#19

Hey i've running the same theme and iam very intrested how to put zenphoto into the wp theme! Can you wrote a step-by-step instruction ?! thanks in advanced ... :)

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.