Search…

X3 Photo Gallery Support Forums

Search…
 
Magoo
Topic Author
Posts: 11
Joined: 17 Jul 2008, 09:33

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

13 Mar 2010, 14:00

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...
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

16 Mar 2010, 02:43

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 }
firedev.com
 
User avatar
markam24
Experienced
Posts: 280
Joined: 10 Oct 2006, 23:05

13 Sep 2010, 11:38

How would one show Title, Description, and Keywords, but not the EXIF? Is that possible?
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

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

09 Oct 2010, 12:56

Add
Code
.exifData { display: none; }
To htmlstyle.css
firedev.com
 
User avatar
markam24
Experienced
Posts: 280
Joined: 10 Oct 2006, 23:05

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

11 Oct 2010, 14:37

pain wrote:Add
Code
.exifData { display: none; }
To htmlstyle.css

Got it. Thank You -;)
 
grimurnet
Experienced
Posts: 360
Joined: 17 Dec 2010, 04:50

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

14 Feb 2011, 05:10

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.
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

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

14 Feb 2011, 09:33

We're actually planning the global EXIF/IPTC shutdown checkbox for the next relase, just hold on a little more.
firedev.com
 
grimurnet
Experienced
Posts: 360
Joined: 17 Dec 2010, 04:50

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

14 Feb 2011, 12:27

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 :-)