PDA

View Full Version : No exif data in MAY photos


photo_mom
May-09-2009, 09:31 AM
Hi!

Did a search but nothing showed up about this. Sorry if I've missed it and am bringing up old problems that have already been answered.

That said, the exif data for my photos that I've uploaded in May is missing. I saved the pictures using 'save as' in photoshop, NOT 'save for web' and the exif data is there when viewed in photoshop, picasa, windows photo browser, etc. But not on my smugmug site (see - no 'photo info' link):

http://tsj-photo.smugmug.com/photos/532058297_6gDrh-L.jpg

I'm using Firefox 3.0.10 with the no script add on but I've allowed Smugmug completely. What's weird is in the galleries where exif data does appear, the info dialog is hosed:
http://tsj-photo.smugmug.com/photos/532058104_fRarg-L.jpg

Any clues? :scratch
Thank you!!

photo_mom
May-09-2009, 11:29 AM
Hi again!

I just uploaded one of the pictures from the gallery pictured in the previous post to a new gallery. The exif data is now appearing. So it seems to be only happening in that one gallery. I uploaded the same picture to the original gallery again and the exif data is NOT appearing.

Weird!

BeachsidePaul
May-09-2009, 12:33 PM
Is it possible you have the "Camera Info" checked to "no" in the Customize Gallery->Look and Feel section? Just a quick thought. Good Luck, Paul

photo_mom
May-09-2009, 01:05 PM
Is it possible you have the "Camera Info" checked to "no" in the Customize Gallery->Look and Feel section? Just a quick thought. Good Luck, Paul

DOH! :doh

Thank you!! That fixed the 'no exif' problem. :clap:clap:clap

Any ideas about the funky looking dialog? I can't click on the 'Detailed' button at all.

Thanks again!

BeachsidePaul
May-09-2009, 01:17 PM
Glad it worked. We need to know what gallery you're talking about. Please post a link :D Thanks, Paul

EDIT: Also let us know the browser you're using.

photo_mom
May-09-2009, 01:44 PM
Glad it worked. We need to know what gallery you're talking about. Please post a link :D Thanks, Paul

EDIT: Also let us know the browser you're using.
It happens in all of my galleries. I'm using Firefox 3.0.10

site:
http://tsj-photo.smugmug.com

BeachsidePaul
May-09-2009, 01:53 PM
Whoa. Okay, that's over my head, hopefully a Hero will jump in here and give you a hand. Sorry, I only do easy stuff. Good luck, Paul

jfriend
May-09-2009, 10:25 PM
Any ideas about the funky looking dialog? I can't click on the 'Detailed' button at all.

Thanks again!

The dialog problem is caused by this line of your CSS:

/* style the table so that it takes no part in the layout - required for IE to work */
table {position:absolute; top:0; left:0;}


If you remove that line, the problem goes away. I don't know why you have that line, but whatever it's for, it needs to be changed so that it doesn't effect ALL tables in your site, but rather only the specific table that needed to be changed.

photo_mom
May-10-2009, 04:10 AM
The dialog problem is caused by this line of your CSS:

/* style the table so that it takes no part in the layout - required for IE to work */
table {position:absolute; top:0; left:0;}


If you remove that line, the problem goes away. I don't know why you have that line, but whatever it's for, it needs to be changed so that it doesn't effect ALL tables in your site, but rather only the specific table that needed to be changed.

That does fix the problem. Thank you! :thumb:thumb:thumb

That line was in the original code I used for the menus and being the CSS wiz that I am (NOT) I just knew it shouldn't be changed or removed... :D