Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Hello, I would like to remove the Exif Data but can’t find where to remove it?
Which module you use for gallery?
If Albums Stripes, then you could add code below to Custom CSS field on Advanced Settings tab:
.gmStripes_exif {display:none;}
.gmStripes_other_metadata {display:none;}