Search…

X3 Photo Gallery Support Forums

Search…
 
airplacek
Topic Author
Posts: 2
Joined: 10 Nov 2009, 04:30

Remove the folder name/description form the gallery?

10 Nov 2009, 04:44

Hi !


First of all.... wow...love this software!!!


I still got one problem to solve.

When I load a page the image drops down and the name/description of the folder appears above. I do not want it to show at all.

Is there any way to remove it?

Here is an example
blue "Oferta" name pops out :/

If I remove the folder name form the "manage" options the folder number "4" shows :/.

http://www.lowcychwil.pl/#/content/4/


Please help!


Radek
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

11 Nov 2009, 01:13

You need to edit css for the theme you using, when you edit theme there will be Edit theme's stylesheet menu item.

Also check this reference:

https://www.photo.gallery/v2docs/cssreference

But all the items there are self-explanatory anyway.
To hide certain item add
.certainitem {
display: none;
}
firedev.com
 
airplacek
Topic Author
Posts: 2
Joined: 10 Nov 2009, 04:30

11 Nov 2009, 05:09

Hi!


I found a much simpler way to do it. :D

In settings / modules / filemod /


Clicking it off removes a text form above the displayed file!


Thanks for the help

Radek
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

11 Nov 2009, 21:17

Oh, I thought you want to hide titles everywhere.
firedev.com