I sorted it out by adding this to my custom .css
@media only screen and (max-width: 768px) {
.nav-collapse.collapse {
transition-delay: 30s;
}}
It was set to 0s in the theme itself
-
This reply was modified 9 years, 3 months ago by TheJRWesley.
Are you running a multisite install? I’m having the same problem, on multisite, and that’s the only thing I can narrow it down to.
Addon domain. And yes, wildcards.
After reading your suggestion about manually creating the subdomain, I first tried a DNS entry, which didn’t pan out.
However, my next attempt was to manually add a subdomain listing that pointed to the multisite network folder (the folder of the addon domain with the multisite intsall) I was directed to a shiny new twenty-eleven subdomain site like its supposed to do.
So thanks!