Hi there,
I'm having trouble trying to get exif data to show up.
I don't want to have it display in a separate box like it does on the packaged themes but under the photos like the description, tags etc.
I've been trying to use printImageMetadata but there isn't much documentation on how to use it.
Help would be greatly appreciated.
Thanks.
I have got your image. I loaded it to my test album. EXIF data is showing up for me. http://testalbum.sbillard.org/unpublished/guepes.jpg/view.
What theme are you using?
I am using now the default theme on a testpage with no adjustments to the .php files but when i change the css to one of my own old ones the exif-data shows on the page and when clicking on "image info" it disappears from the page and into the box! Pretty strange and that is why i think it has something to do with the css, dont know what yet.
Just reading my own answer. Big fun. It did definitly had something to do with the css i used and the css of the defaut-theme. Figured that out with the help of Firebug (plug-in for Firefox, great little tool). Missing in my css was #imagemetadata {display:none; ... etc.} and now it works just like it says on the tin.