Page 1 of 1
how to remove the photo NUMBERS on main menu?
Posted: 29 May 2009, 14:16
by nordicstar
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
Posted: 29 May 2009, 23:46
by mskuma
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
Posted: 30 May 2009, 03:40
by nordicstar
Thanks fot the reply. It does not work....
Posted: 31 May 2009, 15:13
by Nick
Maybe you have to clear up browser cache first
Posted: 31 May 2009, 17:44
by mjau-mjau
also try:
.mainmenu_amount{
display: none;
}
The earlier suggestion is for the number in the mainmenu popup description.
Posted: 02 Jun 2009, 05:55
by nordicstar
now it works! thank you all!!
Posted: 13 Jun 2009, 16:51
by xbox1
in v2.02 forImagevue.css
I can't find that command....

Posted: 14 Jun 2009, 07:02
by mjau-mjau
xbox1 wrote:in v2.02 forImagevue.css
I can't find that command....

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.