Page 1 of 1

Maincontrols behaviour

Posted: 21 Sep 2009, 06:30
by pursat
Hi All!

My biggest concern regards maincontrols behaviour.
When open a picture in any gallery folder, the maincontrols are displayed against the setup – autohide on. You have to move mouse cursor over the maincontrols bar to get it hidden.
How to make the maincontrols hidden by default just like thumbnailscroller?
Some visitors have found this annoying when portrait oriented pictures are open.
My second and last wish is to get rid of info showing on main menu number of pictures at each folder.

Peter

Posted: 21 Sep 2009, 10:17
by mjau-mjau
1. Sorry, not quite sure what you mean. By default, the thumbnailscroller AND the maincontrols are hidden by default. They only appear at bottom below image when visitors rolls mouse over that area. You can turn off autohide in settings.

2. You can already turn off the picture count for folders in the main menu by editing the imagevue.css stylesheet in your theme:
Code
.mainmenu_amount{
	display: none;
}