Options

Photo Info pick and choose

markaphotomarkaphoto Registered Users Posts: 17 Big grins
Is there a way to control what photo info is displaying in the EXIF the user sees? Is it possible to turn some items off?

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited February 20, 2017

    There is a way, this was mentioned sometime ago in the SmugMug Product News I think.
    I'd search for it but the search function is a terrible.

    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    JtringJtring Registered Users Posts: 673 Major grins
    edited February 20, 2017

    @markaphoto said:
    Is there a way to control what photo info is displaying in the EXIF the user sees? Is it possible to turn some items off?

    The issue was discussed briefly when the new EXIF information panel was introduced in December 2015. See https://dgrin.com/discussion/256314/product-releases-through-december-9-2015. You need to explore the SmugMug CSS to find the identifier of the specific item you want to get rid of, but the general template for the custom CSS to turn items off seems to be

    /* Remove xxx, yyy, and zzz metadata fields */
    .sm-panel-imageinfo [data-metadata=“xxx"],
    .sm-panel-imageinfo [data-metadata="yyy"],
    .sm-panel-imageinfo [data-metadata="zzz"] {
    display: none;
    }

    where you replace xxx, yyy, and zzz (plus more lines of the same if desired) with some specific identifier.

    What do you want to get rid of?

    Jim Ringland . . . . . jtringl.smugmug.com
Sign In or Register to comment.