Search…

X3 Photo Gallery Support Forums

Search…
 
pursat
Topic Author
Posts: 1
Joined: 21 Sep 2009, 05:25

Maincontrols behaviour

21 Sep 2009, 06:30

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

21 Sep 2009, 10:17

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;
}