Search…

X3 Photo Gallery Support Forums

Search…
 
art
Experienced
Topic Author
Posts: 27
Joined: 24 Jul 2008, 03:01

[Suggestion] Turning off/on filecount in mainmenu

16 Oct 2008, 02:52

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
 
devin
Experienced
Posts: 45
Joined: 16 Apr 2007, 00:15

16 Oct 2008, 13:03

I just drop the font size to 1pt.. Only way I could get around that problem also. Just looks like a period now, :oops:
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

16 Oct 2008, 22:56

You can in fact remove it completely by editing your CSS file:
Code
.mainmenu_amount{
	display: none;
}
We prefer to keep configs minimal ...
 
clemi6
Experienced
Posts: 80
Joined: 07 Dec 2006, 07:46

10 Dec 2008, 05:55

in wich CSS file i have to modify it?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

10 Dec 2008, 06:43

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.
 
Jesse
Experienced
Posts: 52
Joined: 14 Dec 2008, 20:25

19 Dec 2008, 21:17

I have tried this but still shows file number in brackets like "[17]".
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

19 Dec 2008, 23:57

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.
 
Jesse
Experienced
Posts: 52
Joined: 14 Dec 2008, 20:25

20 Dec 2008, 00:00

Cleared both browser and admin cache. I only try to post here when out of options.....;)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

20 Dec 2008, 00:26

I added the setting to your CSS, and it works here. I think you need to try clear your browser cache again.
 
Jesse
Experienced
Posts: 52
Joined: 14 Dec 2008, 20:25

20 Dec 2008, 11:43

Yes, works now. Thanks for your help....