• Resolved foyolyfe

    (@foyolyfe)


    Hello,

    When reloaded the mobile menu’s background is changing heights. Sometimes you can see all the pages in the menu, sometimes the change in height only shows two or three page options. I’m trying to get the mobile menu to show a full height like it does in the mobile preview on wordpress. So all my options for pages can be seen, as well as the logo I have for the background of the mobile menu. Any help would be appreciated.

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

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

    (@takanakui)

    Hi,

    I’m not understanding exactly what is your issue. Can you provide some screenshots with the issue?

    Thanks

    Thread Starter foyolyfe

    (@foyolyfe)

    Will do. I actually figured out when the background is changing. I thought it had something to do with my preloader. It looks like the background height is changing when I select different options on the menu.

    This is how it looks when its on the home page

    This is how it looks when visual and tunes are clicked

    This is what it looks like when the last option is clicked.

    It makes it hard to see all the option on the menu, as well as it doesn’t show the logo when I had one uploaded.

    Plugin Author Rui Guerreiro

    (@takanakui)

    Hi,

    It’s working fine for me in Android. Can you try to clear the browser cache in your iPhone?

    Screenshot

    Don’t have an iPhone atm to test it, will try to get one borrowed to test.

    Thread Starter foyolyfe

    (@foyolyfe)

    I cleared all the data and the cache this here.

    If it worked on your android, and those three screenshots are from different iphones that all produced the same results, could the issue be with safari/iphone interfering with the plugin?

    Plugin Author Rui Guerreiro

    (@takanakui)

    Only later tonight I will have access to an iPhone device to test it.
    I tested it on the desktop in Safari reduce window and it worked fine.

    Can you try to run it on Chrome on your iPhone so we can see if it’s something from the Safari in the iPhone?

    Thanks

    Thread Starter foyolyfe

    (@foyolyfe)

    I tested it out on 3 three other iPhones, and just tested it on Chrome. Same results each time. I tested it on two androids and got the same result as your screenshot.

    Plugin Author Rui Guerreiro

    (@takanakui)

    It seems that is caused by the fact you don’t have content on those pages.

    Add the code below to the custom css option, clear the cache of the iPhone and test again.

    body {
       height: 100%;
    }

    It worked fine on my test in an iPhone 6

    Thread Starter foyolyfe

    (@foyolyfe)

    Adding the code to the css option didn’t work. However adding content did work. Thank you.

    Plugin Author Rui Guerreiro

    (@takanakui)

    cool. Glad it’s sorted.

    Guess I gave you the incorrect code.
    If you need try this one.

    body {
       min-height: 100%!important;
    }

    If you’re enjoying WP Mobile Menu, rate and review the plugin to spread the word!

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Mobile Menu backgroundchanging height’ is closed to new replies.