Hi,
Glad you are enjoying the plugin.
I’m not understanding exactly what momentary flash you are talking about, do you see it in the demo site wpmobilemenu.com ? If possible to do a screencast that will help me understand it so I can help you out.
Not sure if you checked the option to turn off the Right menu in the General Options section.
Thanks
-Takanakui
Thread Starter
scowei
(@scowei)
Yes, Right menu is turned off. Here’s a screencast of what I’m talking about:
http://screencast.com/t/2lM4uLUIapW
I manage to replicate it in your site, but this is some css in your theme or plugins together with WP Mobile Menu is creating that behavior.
Can you send me an email to takanakui at gmail dot com so he can discuss this further?
Thanks
-Takanakui
This was sorted by @scowey, the 3rd party autoptimize plugin was causing it.
Thanks
-Takanakui
interesting, was it due to JS or CSS optimization? guess excluding the right files from autoptimization could fix this?
frank (ao dev)
Hi,
From what I’ve seen in @scowei website, it seemed it was the css that was being loaded later than it should be.
Basically we were seeing an animation of the menus going from the 0(open position) to -220px(hidden position) from this css below.
@media only screen and (max-width: 1200px)(
.mob-menu-left-panel {
background-color: #455A64;
width: 220px;
-webkit-transform: translateX(-220px);
-moz-transform: translateX(-220px);
-ms-transform: translateX(-220px);
-o-transform: translateX(-220px);
transform: translateX(-220px);
}
}
@frank If you have any issue using WP Mobile Menu let me know so I can help you out.
-Takanakui