Search…

X3 Photo Gallery Support Forums

Search…
 
nordicstar
Topic Author
Posts: 16
Joined: 23 Jan 2009, 06:16

how to remove the photo NUMBERS on main menu?

29 May 2009, 14:16

Hi,

Does anyone know how to remove the photo NUMBERS on main menu? It automaticlly count and display the number of photos in folder.

Thanks
 
mskuma
Posts: 13
Joined: 22 May 2009, 18:26

29 May 2009, 23:46

Try editing forImagevue.css:

.folderdescription_amount{
display: none;
}

I think the above is a global setting, or make the filecount in the xml for each individual image folder = 0
 
nordicstar
Topic Author
Posts: 16
Joined: 23 Jan 2009, 06:16

30 May 2009, 03:40

Thanks fot the reply. It does not work....
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

31 May 2009, 15:13

Maybe you have to clear up browser cache first
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

31 May 2009, 17:44

also try:
Code
.mainmenu_amount{
display: none;
}
The earlier suggestion is for the number in the mainmenu popup description.
 
nordicstar
Topic Author
Posts: 16
Joined: 23 Jan 2009, 06:16

02 Jun 2009, 05:55

now it works! thank you all!!
 
xbox1
Posts: 2
Joined: 13 Jun 2009, 15:12

13 Jun 2009, 16:51

in v2.02 forImagevue.css

I can't find that command.... :x
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Jun 2009, 07:02

xbox1 wrote:in v2.02 forImagevue.css

I can't find that command.... :x
You have to go to ADMIN -> themes -> edit your theme -> edit theme stylesheet. The CSS for editing the text in the flash gallery are contained in the THEME folders.

The "forImagevue.css" file you are relating to, is just for the container document of the SWF.