Page 1 of 1

[Suggestion] Turning off/on filecount in mainmenu

Posted: 16 Oct 2008, 02:52
by art
It would be nice to have an option in config (Config -> Menu - > Mainmenu) which allow me to turn on or turn off filecounter for galleries in mainmenu... as i can see now it is not possible i can only turn on/off filecounter in description but not in minemenu item

Posted: 16 Oct 2008, 13:03
by devin
I just drop the font size to 1pt.. Only way I could get around that problem also. Just looks like a period now, :oops:

Posted: 16 Oct 2008, 22:56
by mjau-mjau
You can in fact remove it completely by editing your CSS file:
Code
.mainmenu_amount{
	display: none;
}
We prefer to keep configs minimal ...

Posted: 10 Dec 2008, 05:55
by clemi6
in wich CSS file i have to modify it?

Posted: 10 Dec 2008, 06:43
by mjau-mjau
clemi6 wrote:in wich CSS file i have to modify it?
In your theme CSS file... Go to admin -> themes -> edit your theme -> click "edit theme stylesheet" in the controls on the right.

Posted: 19 Dec 2008, 21:17
by Jesse
I have tried this but still shows file number in brackets like "[17]".

Posted: 19 Dec 2008, 23:57
by mjau-mjau
Jesse wrote:I have tried this but still shows file number in brackets like "[17]".
You have to CLEAR your browser cache. If that doesn't help, you must be editing wrong CSS file. Please provide a link to your gallery if that is the case.

Posted: 20 Dec 2008, 00:00
by Jesse
Cleared both browser and admin cache. I only try to post here when out of options.....;)

Posted: 20 Dec 2008, 00:26
by mjau-mjau
I added the setting to your CSS, and it works here. I think you need to try clear your browser cache again.

Posted: 20 Dec 2008, 11:43
by Jesse
Yes, works now. Thanks for your help....