Photo info popup : hide Exif and show Map only

jbdjbd Registered Users Posts: 3 Big grins
edited November 22, 2016 in SmugMug Customization
Hi,

All my photos are geotagged. In the Gallery settings, if I show enable the "Show Camera Info", my photos will have an extra information button, that when clicked, displays a popup with 2 tabs: Exif and Map. It is described in the help page:
http://help.smugmug.com/customer/en/portal/articles/1227419-where-can-i-find-a-photo-s-exif-information-

I don't want to display the Exif, but only the Map. So far, I have only managed with CSS to hide the Exif tab, but I am struggling to have the map and map only displayed.
.sm-user-ui .sm-panel-imageinfo .sm-panel-container .sm-panel-body .sm-tabview li[data-tabkey="Exif"] {
display:none;
}

The label inside
<div role="tabpanel" label="Map">
is changing from Exif to Map when the tabs Exif and Map are clicked. However I can't figure out how to display the map by default when the popup is opening.

Can you please help me with the CSS required, or suggest an alternative solution that would lead to the same results?

Thanks,

JB
Sign In or Register to comment.