• Resolved jamierobertjames

    (@jamierobertjames)


    Hi there

    I’m really impressed with the plugin but i’m afraid i am having a problem with it on one of my client’s sites.
    It was nice and easy to set up (and i have got it working on another site) but when i click the menu icon, the menu panel is empty.
    When i look at the panel with Firefox inspector there is nothing in the div with the class: .mobmenu_content
    If i view the source of the page i can see the

      code for the menu.(and the menu contents)
      Can you help please?
      Thanks
      Jamie

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

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

    (@takanakui)

    Hi,

    It seems a css conflict with several css rules that you have that affect the .menu class.

    Add the code below to the custom css field in the General Options Tab

    #mobmenuleft, #mobmenuright {
    display: block!important;
    position: relative!important;
    width: 98%!important;
    transform: translateX(0)!important;
    -webkit-transform: translateX(0)!important
    }

    Let me know if it worked.

    -Rui Guerreiro

    Thread Starter jamierobertjames

    (@jamierobertjames)

    Thank you Rui!
    Yes, it worked great. I have asked my client to pay for the pro version as i think the full screen menu option will look best on this project.

    Have a great weekend.
    : )

    Plugin Author Rui Guerreiro

    (@takanakui)

    Glad it’s working. Just a note instead 98% of width it was supposed to be 100%.

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

    [ Signature moderated ]

    • This reply was modified 8 years, 8 months ago by Jan Dembowski.
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘mobile menu is missing content’ is closed to new replies.