![]() |
|
Stopdesign layout problem in Safari - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Themes (https://forum.zenphoto.org/forum-5.html) +--- Thread: Stopdesign layout problem in Safari (/thread-1781.html) |
Stopdesign layout problem in Safari - Belthasar - 2007-11-09 Hello, I'm new of the community and I appreciate your work, among image gallery CMSs I think Zen Photo is the best. Stopdesign layout problem in Safari - Belthasar - 2007-11-12 Anyone got any idea? Stopdesign layout problem in Safari - aitf311 - 2007-11-12 This should be fixed in 1.1.3 or you can download the nightly here: http://www.zenphoto.org/files/nightly/ Stopdesign layout problem in Safari - Belthasar - 2007-11-12 Are these fixes being done on the theme itself? Stopdesign layout problem in Safari - aitf311 - 2007-11-12 You can grab the latest photos.css from http://www.zenphoto.org/svn Stopdesign layout problem in Safari - Belthasar - 2007-11-13 Sorry to bother you again, but, as far as I can tell, none of these fixes does fix the layout bug I'm experiencing, at least applying them to my own page. Stopdesign layout problem in Safari - aitf311 - 2007-11-13 Well we were hoping that the other fixes for IE6 and IE7 would fix the safari problems but I guess not. Can you post a screenshot of what you are seeing? Stopdesign layout problem in Safari - penzoto - 2007-11-14 There is a beta version of safari available for windows: http://www.apple.com/safari/ Stopdesign layout problem in Safari - sokabs - 2007-11-28 I, too, have experienced this problem. In order to fix the normal display of the image title and description, go to the /themes/stopdesign/css/photos.css file and change the contents of lines 764-771 to: `#desc p { max-width:30em; margin:0 0 .75em 0; padding:0 15px 0 0; } desc #imageDesc {/ padding-left:25px; / }` This fixes the normal view during browsing. BUT, it goofs up the editing of these fields when logged in as Admin. I'll try to find where the necessary changes to fix this part are and I'll repost. [b]UPDATE:[/b] With my altered css above, the problem does seem to be fixed in Safari, but not Firefox. |