• Resolved scowei

    (@scowei)


    Is it possible to disable that momentary flash of the right and left menus sliding from the center to the sides of the page when it reloads? I’ve not seen it on any other sites, and since I’m not using the right side menu it’s also distracting. Thanks. Otherwise, love the plugin…much better than what I had been using.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    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:

    https://screencast.com/t/2lM4uLUIapW

    Plugin Author Rui Guerreiro

    (@takanakui)

    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

    Thread Starter scowei

    (@scowei)

    Thanks. I sent an email.

    Plugin Author Rui Guerreiro

    (@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)

    Plugin Author Rui Guerreiro

    (@takanakui)

    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

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Disabling the flash of sliding menus on page reload’ is closed to new replies.