Page 1 of 1

gallery2 embed: does not look like I want it to

Posted: Mon Sep 11, 2006 7:23 pm
by substream
Please look at this:
http://gallery.substream-musik.de/main.php and
http://blog.substream-musik.de/index.php?/gallery2.html

Okay, the embeded gallery sticks to my css-style that I'm using for my blog. But why do I have just one column and - most important - why does it not show the pictures?
I got no idea...

Posted: Mon Sep 11, 2006 8:19 pm
by judebert
My first step would be to remove the XHTML compatibility plugin. I think it's changing your hrefs to use & instead of &.

Second, if you look at the source, it's accessing some file directory path instead of a URL for the image sources. I think that's a misconfiguration of the Gallery2 plugin: try changing the path that is currently set to /kunden/..../gallery2/main.php to http://gallery.domain.com/main.php instead. (I think. I don't deal with this plugin myself, but the source is pretty clear.)

Finally, the links are incorrect. When I visit them directly, I get broken images. Probably more misconfiguration, but you'll need to talk to a Gallery plugin guy to straighten that out.

Posted: Mon Sep 11, 2006 11:01 pm
by substream
Yep, this one did it. But now, the contet is printed at the bottom of the page, beneath the end of the sidebar...?

Posted: Mon Sep 11, 2006 11:03 pm
by substream
Yep, this one did it. But now, the contet is printed at the bottom of the page, beneath the end of the sidebar...?

Posted: Tue Sep 12, 2006 4:40 am
by judebert
I'll bet that some piece of CSS has a clear:both; that you don't really want. Either that, or it's got a funky top margin...