Toasty trucks expanding menu

asked Sep 28, 2014 by strebblo (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

answered Sep 30, 2014 by Andrey Budchenko (3,900 points)
selected Oct 13, 2014 by strebblo
 
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.
commented Oct 20, 2014 by Andrey Budchenko (3,900 points)
Can you give us link to your website?
commented Oct 20, 2014 by strebblo (470 points)
No problem - I'll PM you with it... :)
commented Oct 20, 2014 by strebblo (470 points)
Any luck? I'm not certain the PM went!
commented Oct 21, 2014 by Andrey Budchenko (3,900 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;
}
commented Oct 21, 2014 by strebblo (470 points)
Fantastic - Thank you very much Andrey, I'll put that in later today when I'm back at my PC.
...