Can you give us a link? Someone else was remarking on comment posting in his stopdesign theme, so I tried it on his page and it worked for me.
One other possibility is that the allowed_tags array is not set properly. Please see http://www.zenphoto.org/support/topic.php?id=2048&replies=8
Well, in setting this up for you to see, I have been able to reproduce your problem. I was setting up on my secondary test site where there are no comments posted. What I found is the catch-22. If you have comments on an image, then you get the button to add comments. If you don't have comments, then you don't get the button.
I'm not the CSS expert, so I will pass this on to one. Hopefully he can figure out what is going on.
I do think it is a problem unique to stopdesign. Maybe you can use a different theme until this is worked out.
I have noticed this issue too.
There is an error in themes/stopdesign/css/comment-hide.css
It reads :
`#hidecomments, #comments, #addcomment {
display:none;
}`
But #comments should be displayed :
`#comments {display: block;}
display:none;
}`
Hope it helps
Thanks to davidmnodeo for the fix. The "add a comment" button now shows up.
However, on a photo page with no comments, when the photo is loading, the entire comment block shows up for about half a second and then disappears, suddenly replaced by the "add a comment" button. This is kind of unattractive to see with every photo load.
Does anyone know how to get rid of the transient appearance of the comment boxes?
Any ideas would be appreciated.