Page 1 of 1

MAIN MENU - change 'GALLERY MENU'

Posted: 01 Apr 2009, 03:49
by malcolmb
i searched the forum for these answers but came up empty. I just downloaded V2 and think it is great but I have 2 questions:

1) how can I change the words 'GALLERY MENU' to something else?

2) is it possible to remove the image count next to the folder names in the main menu? for example, PORTRAITS [10]

thanks

Posted: 01 Apr 2009, 16:50
by Nick
Gallery Menu is in language file, you can either edit English language or create your own language based on it.

What of image count - it's in the theme's css, just add display: none to mainmenu_amount, actually all those classes are self-explanatory.

Here is the list of all css classes used by imagevue:
viewtopic.php?t=4270

Posted: 01 Apr 2009, 20:09
by malcolmb
i figured out how to rename the language file, thanks!

but regarding the image count, I edited the css file and added display: none as you recommended but i still see the image count on the main menu. did i still do something wrong?


}
.mainmenu_amount {
color: 1F1F1F;
display: none;
}

here is my site:
www.malcolmbrown.net/gallery/

thanks pain

Posted: 02 Apr 2009, 00:47
by malcolmb
it seems to have worked itself out now, it took some time to have the changes take effect even though I had emptied the cache...

thanks.

Posted: 09 Apr 2009, 05:27
by primitivehuman
pain wrote:Gallery Menu is in language file, you can either edit English language or create your own language based on it.
I edited "Gallery Menu" in the english language file and it still says "Gallery Menu". I changed it to "Photographs". I cleared my browser cache and the imagevue cache. It still doesn't change. I then created a new language file and configured it to use that one as well. All of the other text seems to change fine, but still "Gallery Menu" is what shows up as the title of the menu.

Oh, btw...I noticed that if imagevue doesn't find the language that it's configured to use, it'll lock up and just display the loading animation indefinitely.

My forums account was disabled after only about two months. Why so soon?

Posted: 18 Apr 2009, 12:43
by VFD
Hello!

I would like to do the same thing. Delete the image count and change the gallery menu name. But everytime I change and save, the modifications are not taken into account. I verified that the imagevue.css file is well modified and that the english.xml is also correctly modified with the new gallery title. I have no other ideas in mind how to solve the problem.

Thanks for your awsome product.

Fernando

Posted: 20 Apr 2009, 06:00
by Nick
I believe this is browser's cache. try to clear both Imagevue and your browser cache before checking.

Posted: 25 Apr 2009, 01:06
by mjau-mjau
For those of you having problems after editing a text/language item, this is most often related to your language item in settings. For example, you may be using incorrect case:

language=Spanish
when it should be:
language=spanish

If you still have problems, please send a link to your gallery. We can't look into this without links. I can guarantee there ar logical reasons for these things ...