Elxis CMS Forum

Extensions => Components => Topic started by: armpouniotis on March 13, 2010, 20:37:58

Title: Not display Title, Description and Date in IOS Gallery
Post by: armpouniotis on March 13, 2010, 20:37:58
Hi all,

In IOS Gallery, I don't want the Title, the date and the description to be shown, when images are displayed.

How can I do that ?

Thank you in advance

Christos
Title: Re: Not display Title, Description and Date in IOS Gallery
Post by: webgift on March 14, 2010, 12:01:38
Hello Christos.

Which technology do you use in IOS Gallery? Galleriffic  or Lightview ?

There is a "bakalistiki"  ;D method that now i can think at the lightview's case.

File : /components/com_gallery/css/lightview.css

line 135 : .lv_DataText .lv_Title

add this -> color:#ffffff;

and

line 139 :  .lv_DataText .lv_Caption

add the same css code : color:#ffffff;


 ;)
Title: Re: Not display Title, Description and Date in IOS Gallery
Post by: armpouniotis on March 15, 2010, 13:09:26
Hi !

I am using Galleriffic.

I will try your method for the galleriffic css

thank you !
Title: Re: Not display Title, Description and Date in IOS Gallery
Post by: webgift on March 15, 2010, 15:09:55
 ;)