Page 1 of 1

Can't get rid od EXIF/description/title in HTML album

Posted: 13 Mar 2010, 14:00
by Magoo
I can't get rid od EXIF/description/title in the HTML album. In the flash album I can deselect it but how do I do in the HTML album? I thought it was the same settings, the flash and HTML...

Posted: 16 Mar 2010, 02:43
by Nick
HTML and Flash are using different .css files, to get rid of descriptions and titles in html you need to open imagevue/css/htmlstyle.css and add to the bottom:
Code
#imagetext { display: none }

Posted: 13 Sep 2010, 11:38
by markam24
How would one show Title, Description, and Keywords, but not the EXIF? Is that possible?

Re: Can´t get rid of EXIF/description/title in HTML album

Posted: 09 Oct 2010, 12:56
by Nick
Add
Code
.exifData { display: none; }
To htmlstyle.css

Re: Can´t get rid of EXIF/description/title in HTML album

Posted: 11 Oct 2010, 14:37
by markam24
pain wrote:Add
Code
.exifData { display: none; }
To htmlstyle.css

Got it. Thank You -;)

Re: Can´t get rid of EXIF/description/title in HTML album

Posted: 14 Feb 2011, 05:10
by grimurnet
pain wrote:Add
Code
.exifData { display: none; }
To htmlstyle.css
In the new release of imagevue this css doesn't remove the .exifData and the title and texts from the HTML part of imagevue.

Re: Can't get rid od EXIF/description/title in HTML album

Posted: 14 Feb 2011, 09:33
by Nick
We're actually planning the global EXIF/IPTC shutdown checkbox for the next relase, just hold on a little more.

Re: Can't get rid od EXIF/description/title in HTML album

Posted: 14 Feb 2011, 12:27
by grimurnet
pain wrote:We're actually planning the global EXIF/IPTC shutdown checkbox for the next relase, just hold on a little more.
That sounds great :-)