For some weeks I have not been able to view the EXIF info when I click the Info button below a picture. Only the map info is visible on the other tab. The problem appears both in Safari on my Mac and on my iPhone.
I found some examples on your site. At first I thought it was some custom CSS throwing things off but none of your CSS looks like it should impact this. I'm kicking this over to an Engineer to dive into further. Stay tuned.
Looks like we found the problem and it's in some of your custom code: .sm-text-mini {display:none} is causing the text to not display. If you can be a bit more specific on what you wanted to do with that, you should be able to alter that CSS so that it targets the thing you wanted to hide and not the EXIF info text.
The code was intended to hide the links back to the source gallery. But I am sure I can organize my pictures in another way, so I don't need this code. Thank you for clarifying this for me!
Comments
Can you give me an example link so I can dive into this further for you?
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
I found some examples on your site. At first I thought it was some custom CSS throwing things off but none of your CSS looks like it should impact this. I'm kicking this over to an Engineer to dive into further. Stay tuned.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Looks like we found the problem and it's in some of your custom code:
.sm-text-mini {display:none}
is causing the text to not display. If you can be a bit more specific on what you wanted to do with that, you should be able to alter that CSS so that it targets the thing you wanted to hide and not the EXIF info text.Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
The code was intended to hide the links back to the source gallery. But I am sure I can organize my pictures in another way, so I don't need this code. Thank you for clarifying this for me!