by (470 points)
I'm using the toasty trucks theme as a basis for a site template, but I'd like to control the behaviour of the menu on page load. For example, when each page loads, the menu appears and is open, but as yet I've not found where this behaviour is instigated from.

Ideally I'd like the menu to go from open to closed upon page load, in a couple of seconds. I'm assuming it's a JS control somewhere?

Many thanks!

1 Answer

by (4.1k points)
selected by
 
Best answer
Hello strebblo.

We are preparing new version of this theme now. And fix for the menu will be applied to it. We will inform you when this theme will be updated.
Then you can download and use this theme.

Thank you.
by (4.1k points)
Can you give us link to your website?
by (470 points)
No problem - I'll PM you with it... :)
by (470 points)
Any luck? I'm not certain the PM went!
by (4.1k points)
Hello Strebblo.

Try to insert in  content.css from line 127

.gray3{
overflow: visible;
float: left;
width: 100%;
}
------
#top{
overflow: visible;
clear: both;
}
#nav.css
ul.main_menu ul {
background-color: #693588;
}
ul.main_menu li.page a {
font-size: 14px;
padding: 10px 30px;
}
 ul.main_menu li.category a:hover{
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
by (470 points)
Fantastic - Thank you very much Andrey, I'll put that in later today when I'm back at my PC.
...