![]() |
|
Stopdesign image description problem - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Stopdesign image description problem (/thread-4219.html) Pages:
1
2
|
Stopdesign image description problem - wilddoc - 2008-12-09 I have the latest version of Zenphoto. When I look at my images while logged in as administrator, the image's description is under the image name and everything looks fine. When I log out, the description is centered and over the photo! Any ideas on how to fix it? www.natashajapp.com Mac OSX, Firefox. Stopdesign image description problem - Imlah - 2008-12-10 I have the same problem. I keep trying the new nightly builds but the problem persists so I have to continually go back to an earlier version. Stopdesign image description problem - jasetaro - 2008-12-10 I can confirm the problem as well. I don't normally use the Stopdesign theme but I took a look after I read you post. Unfortunately, I'm have my own problems with page rendering ZP 1.2.2 (see here: http://www.zenphoto.org/support/topic.php?id=4429#post-26196) I hope they get things sorted out soon. Stopdesign image description problem - wilddoc - 2008-12-10 I spent a lot of time looking over the code, and I don't get why it behaves like that... Hope someone looks at the problem, because I can't fix it myself! Stopdesign image description problem - sbillard - 2008-12-10 If you do go back to a version that works, let us know what version it is. This looks like a CSS issue, but I am not sure what. This is a very fragile theme. Stopdesign image description problem - wilddoc - 2008-12-10 Ok, after a few cups of coffee and some cussing, it seems like I fixed the problem! Changed the photos.css file: Under Description, I added: desc sml {max-width:30em; Then I changed the style for the description at image.php file, line 35: Seems to work for now. If someone comes up with another solution I'd love to know! Stopdesign image description problem - sbillard - 2008-12-11 This is not really working for me. Stopdesign image description problem - wilddoc - 2008-12-11 It works for me, the image's name & description are aligned, as it should be. All I did was apply a new style to the image description in the image.php file. Stopdesign image description problem - CMNYC - 2008-12-11 I was going to say that I never had a problem with stopdesign... but then I realized I don't have any descriptions, only the image name (which defaults to the filename). Stopdesign image description problem - Imlah - 2008-12-12 Version 1.2 is working fine with the descriptions being in the proper place. But none of the nightly builds since then that I've tried work. The first line of a description is properly to the right of the picture under the Photo ID, but other lines of descriptions are in the middle of the image. Stopdesign image description problem - sbillard - 2008-12-13 Probably need to make a ticket on this problem. Does version 1.2.1 work? How about 1.2.2? Stopdesign image description problem - Imlah - 2008-12-13 I've tried both 1.2.1 and 1.2.2 but neither work correctly. The image title is in the correct position but the description is to the left in the middle of the image. Stopdesign image description problem - fretzl - 2008-12-13 Try this in "photo.css": Look for desc {position:absolute; Look for desc h1 {background:url("../images/divider_r.gif") no-repeat 265px 0; Stopdesign image description problem - fretzl - 2008-12-13 Sorry, forget my post. Stopdesign image description problem - fretzl - 2008-12-13 OK, I started over again. [b]In image.php add a [/b]
Stopdesign image description problem - sbillard - 2008-12-13 This last one works for me. I will add it to the SVN. Thanks. Stopdesign image description problem - Imlah - 2008-12-16 I just tried the fix above. The title and the first line of the description is properly in place but the remaining lines of description are still in the center of the photo. Stopdesign image description problem - Imlah - 2008-12-16 Does it matter where in photo.css I put the "anything" script? I placed it just after the line that I commented. Stopdesign image description problem - fretzl - 2008-12-16 No, it doesn't matter. As long as you don't use the same id somewhere else in the CSS files. Stopdesign image description problem - mapi - 2008-12-18 Works for me on , same FF 3.0.5 and IE7 Windows
|