View Full Version : Another EXIF question. No Photo Information link.
In2Photos
Oct-03-2007, 05:05 AM
I have searched for a while now but can not seem to find an answer to my question.
I posted some pics from this past weekend on another photo forum. I was asked for EXIF info and forgot that the EXIF gets stripped on resized images. So I went to my site to get the info. Someone suggested that I use this method (http://dgrin.smugmug.com/gallery/1083138/1/50326869) to post my photo with a link to the EXIF. That would be great, except that the second "Photo Information" link is not there. What have I done to mess this up? Here is what I am doing:
Open a gallery and use the SmugMug style (like this one here (http://www.mdsportsphoto.com/gallery/3576355/1/203022344#203022344)).
Hover over a photo and click the Photo Info blue icon which pops up the EXIF window.
Now there is no second Photo Information link on the window to click on, only the Basic and Detailed tabs.
I have visited another member's site and can see that it works on his site so I believe it might be a setting I have inadvertently checked without knowing.
Thanks for your help!
Mike
Allen
Oct-03-2007, 05:14 AM
I have searched for a while now but can not seem to find an answer to my question.
I posted some pics from this past weekend on another photo forum. I was asked for EXIF info and forgot that the EXIF gets stripped on resized images. So I went to my site to get the info. Someone suggested that I use this method (http://dgrin.smugmug.com/gallery/1083138/1/50326869) to post my photo with a link to the EXIF. That would be great, except that the second "Photo Information" link is not there. What have I done to mess this up? Here is what I am doing:
Open a gallery and use the SmugMug style (like this one here (http://www.mdsportsphoto.com/gallery/3576355/1/203022344#203022344)).
Hover over a photo and click the Photo Info blue icon which pops up the EXIF window.
Now there is no second Photo Information link on the window to click on, only the Basic and Detailed tabs.
I have visited another member's site and can see that it works on his site so I believe it might be a setting I have inadvertently checked without knowing.
Thanks for your help!
Mike
Here's your link.
http://www.mdsportsphoto.com/photos/newexif.mg?ImageID=203022344
This is what is hidding it.
h3 {
visibility: hidden;
margin-top: 0px;
font-size: 14px;
margin-bottom: 3px;
}
In2Photos
Oct-03-2007, 05:36 AM
Here's your link.
http://www.mdsportsphoto.com/photos/newexif.mg?ImageID=203022344
This is what is hidding it.
h3 {
visibility: hidden;
margin-top: 0px;
font-size: 14px;
margin-bottom: 3px;
}
Thanks Allen! I knew it had to be something simple and something that I did to screw it up. :thumb I guess that is what I get for using other's code rather than doing it from scratch on my own. I have some more learning to do. :D
In2Photos
Oct-03-2007, 07:18 AM
Here's your link.
http://www.mdsportsphoto.com/photos/newexif.mg?ImageID=203022344
This is what is hidding it.
h3 {
visibility: hidden;
margin-top: 0px;
font-size: 14px;
margin-bottom: 3px;
}
Ugh! I just noticed that if I remove this my FAQ page has a
This is a brand new gallery with no photos.
statement that I don't want visible. Any way to remove this but still allow the "Photo Information" link?
Allen
Oct-03-2007, 07:23 AM
Ugh! I just noticed that if I remove this my FAQ page has a
This is a brand new gallery with no photos.
statement that I don't want visible. Any way to remove this but still allow the "Photo Information" link?
Add this to your CSS.
.nophotos h3 {display: none;}
In2Photos
Oct-03-2007, 08:00 AM
Add this to your CSS.
.nophotos h3 {display: none;}
Thanks!
I really need to sit down and learn this stuff. That was pretty easy. I bet I have some pretty awful code that could be cleaned up. :noob
Allen
Oct-03-2007, 08:08 AM
Thanks!
I really need to sit down and learn this stuff. That was pretty easy. I bet I have some pretty awful code that could be cleaned up. :noob
Did you know you have a different photo link in your banner CSS for IE?
In2Photos
Oct-03-2007, 08:13 AM
Did you know you have a different photo link in your banner CSS for IE?
No! That must be why it appears different in IE than FF. I just chalked it up to MS doing "something" different. Boy I have more to learn than I thought. :cry
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.