Search…

X3 Photo Gallery Support Forums

Search…
 
bcuk
Topic Author
Posts: 3
Joined: 03 Sep 2008, 10:11

Change menu description and number count

03 Sep 2008, 10:30

V2 is fantastic, couple of questions regarding customisation.

Firstly, is it possible to change the 'Gallery Menu' text on the menu itself? Having Text pages on the menu makes it more like a site menu, and I would just like to have 'Menu' as the text there.

Secondly, would it be possible to remove the 'number of images' counter next to the folder name on the menu?

Many thanks in advance.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Change menu description and number count

03 Sep 2008, 10:35

bcuk wrote:Firstly, is it possible to change the 'Gallery Menu' text on the menu itself? Having Text pages on the menu makes it more like a site menu, and I would just like to have 'Menu' as the text there.
Yes - Goto admin -> config -> select the language you are using, and find the item mainmenu. Change the text from "Gallery Menu" to your own choice.
bcuk wrote:Secondly, would it be possible to remove the 'number of images' counter next to the folder name on the menu?
Yes - Goto admin -> themes -> edit [your theme] -> edit theme stylesheet. Find the CSS class .mainmenu_amount, and in a new line write:
Code
display: none;
That will disable the "amount"
 
marian
Posts: 1
Joined: 05 Oct 2008, 07:55

Re: Change menu description and number count

05 Oct 2008, 09:03

mjau-mjau wrote:
bcuk wrote:Firstly, is it possible to change the 'Gallery Menu' text on the menu itself? Having Text pages on the menu makes it more like a site menu, and I would just like to have 'Menu' as the text there.
Yes - Goto admin -> config -> select the language you are using, and find the item mainmenu. Change the text from "Gallery Menu" to your own choice.
Hello,

I would like to post for first time somethinge else, Perhaps I will do this soon, but here: http://bernhard-lebeda.de/test/galerie2/galerie2.html I can not change the Name of the menu itsself.
The language is set on german and there I have "Galleriemenà¼" for the main menu. Unfortunatelly, the gallery "don't understand" this ;)

I just bought a private licence so the version I use is the last beta from september 2008.

About mainmenu I have also a question, but I will open a new thread for it.

Thank you for help
Greetings,
marian
 
Brazilia
Posts: 19
Joined: 09 Sep 2011, 14:15

Re: Change menu description and number count

16 Oct 2012, 16:08

Hello,

I have the version 2.8.3.1 and I have tried with the short code in the CSS (for doesn't see the number of file) in the menu and it dosen't work...

?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Change menu description and number count

17 Oct 2012, 02:55

You can turn off the counter in the menu by going to admin -> settings -> menu.mainmenu.items, disable the amount item.
 
Brazilia
Posts: 19
Joined: 09 Sep 2011, 14:15

Re: Change menu description and number count

17 Oct 2012, 08:07

Thanks !