Search…

X3 Photo Gallery Support Forums

Search…
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

main menu question

05 Dec 2009, 01:59

Is it possible to remove the [+] that is next to galleries with subgalleries? Also, is it possible to have the galleries with subgalleries expand on rollover instead of on mouse click?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

08 Dec 2009, 01:57

You can remove the [+] node by going to admin -> themes -> edit your theme -> edit theme stylesheet:
Code
.mainmenu_node {
display: none;
}
However, this does not work perfectly because there is still a small margin there for subfolder items.

Unfortunately, you cant set the menu to open on rollover - That is not compatible with the mechanics of this menu style. Thanks for the suggestion though ...
 
jasonmerlo
Topic Author
Posts: 23
Joined: 03 Oct 2009, 10:49

16 Dec 2009, 21:01

Is it possible to move the "Menu" farther down the page? I've moved the buttons down and would like the word "Menu" to be in about the same spot.

www.willowbranchcreek.com
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13999
Joined: 30 Sep 2006, 03:37

22 Dec 2009, 08:17

You can expand the "height" of the mainmenu button flip, but its always attached to the top of the screen.