Hello,
I'm new of the community and I appreciate your work, among image gallery CMSs I think Zen Photo is the best.
As many of the users are doing (as far as I can tell), I'm using the stopdesign theme, but it is giving me some display problems when viewed in Safari.
In the Image page the Image description is completely out of alignment, displayed on the right of the window, in a very narrow column, while the editable box with the hover effect doesn not overlap with the text, but appear as a rather bigger box on its' left.
The Image title too, is slightly out of alignment.
It works flawlessly in Firefox and IE (which is strange...).
Anyone knows how can I fix this bug?
This should be fixed in 1.1.3 or you can download the nightly here: http://www.zenphoto.org/files/nightly/
Are these fixes being done on the theme itself?
Because I strongly modified the theme to fit my website design and if the changes are made to the image.php in the theme folder, I would be glad to know how can I make this fix on my own.
Thank you in advance for your patience.
You can grab the latest photos.css from http://www.zenphoto.org/svn
There is a beta version of safari available for windows: http://www.apple.com/safari/
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;
}
/ 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.