Page 1 of 1

Change menu description and number count

Posted: 03 Sep 2008, 10:30
by bcuk
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.

Re: Change menu description and number count

Posted: 03 Sep 2008, 10:35
by mjau-mjau
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"

Re: Change menu description and number count

Posted: 05 Oct 2008, 09:03
by marian
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

Re: Change menu description and number count

Posted: 16 Oct 2012, 16:08
by Brazilia
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...

?

Re: Change menu description and number count

Posted: 17 Oct 2012, 02:55
by mjau-mjau
You can turn off the counter in the menu by going to admin -> settings -> menu.mainmenu.items, disable the amount item.

Re: Change menu description and number count

Posted: 17 Oct 2012, 08:07
by Brazilia
Thanks !