• Resolved ND

    (@nigeltduke2)


    Hello Rui,

    I seem to be having some issues after upgrading to 2.5

    1) The right menu icon seems to be unresponsive. see truetalenttv.com

    2. I love the new “Display Type, Slideout over content” and the shadow overlay! :). As much as I love it, I just want to point out that for me, no matter what option I choose in the plugin settings whether it is the old content push out way setting or the new slideout over content, the slideout over content seems to be the dominant setting in both.

    Please let me know when you no longer need to look at my site so I can place it back in maintenance mode. It isn’t supposed to be seen by the public yet.

    Thanks ??

    The page I need help with: [log in to see the link]

Viewing 15 replies - 16 through 30 (of 46 total)
  • Plugin Author Rui Guerreiro

    (@takanakui)

    Great. Glad it’s sorted.
    Thanks for the heads up.

    fdlab

    (@fdlab)

    sub footer menu disappeared, but also mobile menu on top!

    Plugin Author Rui Guerreiro

    (@takanakui)

    I’m seeing it fine.

    https://cl.ly/350J3q433p2z

    Can you try to purge the browser cache or test in a different browser?
    Thanks

    fdlab

    (@fdlab)

    if I use :

    .mob_menu, .mob_menu_left_panel, .mob_menu_right_panel, .mobmenu {
        display: none!important;
    }

    sub footer menu disappear (over 784px) but in mobile view I still have no mobile menu on top.

    Plugin Author Rui Guerreiro

    (@takanakui)

    I can’t replicate it. Can you provide me a screenshot with the issue?

    Try to uncheck this option in the screenshot below.
    https://cl.ly/202F141r1C13

    This hides the nav elements at the width trigger that was define to show the Mobile Menu.

    fdlab

    (@fdlab)

    Plugin Author Rui Guerreiro

    (@takanakui)

    Remove the other css and add this one, since I forgot that it needs to be specific to the Width trigger resolution.

    @media only screen and (min-width: 784px) {
    .mob_menu, .mob_menu_left_panel, .mob_menu_right_panel, .mobmenu {
        display: none!important;
    }
    }

    or replace the file dynamic-style.php located in /plugins/mobile-menu/includes/ by this one below.
    https://www.dropbox.com/s/u7hi1tf2zm6cy4q/dynamic-style.php?dl=0

    fdlab

    (@fdlab)

    ty finally everything in order!

    Plugin Author Rui Guerreiro

    (@takanakui)

    Nice. Thanks again for the collaboration in sorting this.

    tylermiller88

    (@tylermiller88)

    I just updated this plugin and now my right and left menus no longer have the “hamburger” menu icon like the settings are saved to, but instead it says “Left Menu Icon” and “Right Menu Icon”
    How do I fix this to get the menu icon back?

    Plugin Author Rui Guerreiro

    (@takanakui)

    @tylermiller88

    That’s strange, try to clear the browser cache or test in a different browser.

    Will need your site url to have a look. If you want to keep it private send me an email to [support AT wpmobilemenu DOT com]

    niceb00y

    (@niceb00y)

    Hi , Iam having some problems since today, x button to close the menu has disappeared and the menu is also not sticky anymore…. can check on my site https://stuffinsider.com/

    symp12

    (@symp12)

    Hellow, I am having the same problem as niceb00y?

    br

    niceb00y

    (@niceb00y)

    P.S. Your css worked to remove logo below the footer, I just noticed I had this problem also… but first two problems I described before still remain …

    Plugin Author Rui Guerreiro

    (@takanakui)

    @niceb00y and @symp12

    There is a new display menu type in version 2.5, it’s the Slideout Over Content.
    And that display doesn’t have a close button only the Slideout Push Content.

    I can add that option if it’s important for you guys.

    @niceb00y
    Can’t replicate the issue where you say that the menu isn’t sticky.
    This is what I see when I scroll in your site.
    https://cl.ly/2B2s391E1c30/Image%202017-11-14%20at%201.26.57%20PM.png

Viewing 15 replies - 16 through 30 (of 46 total)
  • The topic ‘Issues with Version 2.5.0’ is closed to new replies.