• daemond

    (@daemond)


    Has anyone done docs/tutorials for integration of the two at all? I seem to find sites running them (Gallery 1.4.4 and WP 1.5) but I’m finding little help with how it’s done. Everything I’m finding is for WP 1.2/1.3 and so much has changed with 1.5 that it’s not helping. Can anyone point me in the right direction?

Viewing 10 replies - 1 through 10 (of 10 total)
  • lawtai

    (@lawtai)

    https://www.wakatara.com/blog/index.php/archives/2005/02/22/integrating-wordpress-and-gallery/

    that’s what I used when I put my site together. post back if you’re still having trouble.

    Thread Starter daemond

    (@daemond)

    Thanks for the quick response. That worked great – except one thing; everything is a pixel or two off in the main screen, to see what I mean, go to https://www.davidchristopher.net/gallery I have no theme, just using the default right now. New to all this, so bear with me on the dumb questions. I really like the way yours is laid out.

    lawtai

    (@lawtai)

    you’ll need to include this div:

    < div id=”content” class=”narrowcolumn”>

    < / div>

    in order to get it within your content area.

    Thread Starter daemond

    (@daemond)

    Well I thought that was it since I had read about it before but it doesn’t seem to be doing the trick :/

    If I don’t close the content div, the header, body and footer end up being skewed. When I close it, nothing changes from before… Could it have something to do with the CSS file?

    sketkar

    (@sketkar)

    Did you get it to work? I didn’t know someone that already written up a HOWTO. I hacked my own way through integrating it and it works okay. Let me know if you are still having problem and I’ll try to put down my steps in writing.

    https://www.sketkar.com/gallery

    Thread Starter daemond

    (@daemond)

    sketkar, It’s close, if you look at the gallery, you’ll see that the table is flowing just a bit outside of the content area. I have added the div as described above, but not luck, as of the last post I’ve fiddled around a bit more but I’m not coming up with much.

    https://www.davidchristopher.net/gallery

    lawtai

    (@lawtai)

    i think you pretty much have the correct code already in there, you just need to play with you css to add margin/padding in order to get it inside the content area.

    Thread Starter daemond

    (@daemond)

    I’m figuring at this point it needs to be a seperate style sheet, so I copied the current and then adjusted the link to it. I’m messing around with margins under the ‘.narrowcolumn’ section in the CSS since that’s what it calls… is this right? I’ve changed all kinds of stuff but nothing seems to change the appearance.

    lawtai

    (@lawtai)

    i checked your code daemond, and it appears like you closed the content div before the gallery code even starts. the opening < div id=”content” > should be in your header html_wrap, while the closing < /div> should be in your footer html_wrap file.

    I’m guessing this is why you haven’t seen anything work when you’re changing your css.

    Thread Starter daemond

    (@daemond)

    Worked perfectly, thanks!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘WP 1.5 and Gallery’ is closed to new replies.