Search…

X3 Photo Gallery Support Forums

Search…
 
malcolmb
Topic Author
Posts: 11
Joined: 06 Apr 2007, 13:50

MAIN MENU - change 'GALLERY MENU'

01 Apr 2009, 03:49

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

01 Apr 2009, 16:50

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
firedev.com
 
malcolmb
Topic Author
Posts: 11
Joined: 06 Apr 2007, 13:50

01 Apr 2009, 20:09

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
 
malcolmb
Topic Author
Posts: 11
Joined: 06 Apr 2007, 13:50

02 Apr 2009, 00:47

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.
 
primitivehuman
Posts: 3
Joined: 19 Feb 2009, 23:19

09 Apr 2009, 05:27

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?
 
VFD
Posts: 1
Joined: 17 Apr 2009, 17:34

18 Apr 2009, 12:43

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

20 Apr 2009, 06:00

I believe this is browser's cache. try to clear both Imagevue and your browser cache before checking.
firedev.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

25 Apr 2009, 01:06

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 ...