Page 1 of 1

Main menu : Possibility to disable image count in a gallery

Posted: 22 Mar 2011, 13:43
by EHRETic
Hello,

Everything is almost in the tittle... I would like to have the possibility to disable the image count in menu.

For now (correct me if I'm wrong), only the possibility to disable the image count in folder description is possible.

I would like to have menus without the count of images for a "client" gallery, so nobody can see the amount of picture in a sub folder.

Re: Main menu : Possibility to disable image count in a gall

Posted: 24 Mar 2011, 02:47
by mjau-mjau
You can disable this by going to admin -> themes -> edit your theme -> stylesheet:
Code
.mainmenu_amount {
	display: none;
}
I think we may add this directly into settings in next version.

Re: Main menu : Possibility to disable image count in a gall

Posted: 28 Mar 2011, 06:44
by EHRETic
I think I'll wait the next release (not that this solution doesn't fit my needs ! :) ) , but I'm not in a hurry...

Do you know when the new version will be released ? Any possibility knowing the new features ?

I don't know if it was already requested before, but I would like to have also the possibility to switch the language "online", so people from different countries can also understand everything.

But that would also mean to have the possibility to give a different title depending on the language (maybe with parameters) ! :P

Thanks in any case.

EHRETic, a happy imagevue user.

Re: Main menu : Possibility to disable image count in a gall

Posted: 29 Mar 2011, 10:44
by mjau-mjau
"Switch languages" would require buttons. You can add links in the main menu to separate languages. For example yourgallery/?language=english and yourgallery/?language=spanish.

Re: Main menu : Possibility to disable image count in a gall

Posted: 05 Apr 2011, 03:06
by EHRETic
Nice ! :)

It already exists... Maybe I didn't read entirely the documentation ! :P

Thanks for the great support

Re: Main menu : Possibility to disable image count in a gall

Posted: 18 Apr 2011, 03:14
by mjau-mjau
Just for the record, for Imagevue X2.7 (to be released later this week), you can enable or disable items in the main menu directly from settings. No need to hide these items with CSS any longer ...