Menus and mobile theme (header desappears when on)

Viewing 3 posts - 1 through 3 (of 3 total)
  • #16217
    alex44
    Participant

    Hi,
    I am working on 3 separated websites and I’ve got the issue on only 2 of them.

    In mobile view, when I open the menu, header dessppears on 2 but not the third.
    I’ve compare everything and can’t see why.

    here are the sites (on dev) :
    http://les-decors-de-charly.com/ working
    http://www.alexplastik.com/ not working
    http://www.audihome.fr/ not working

    Same plug-ins, same logo sizes, same widgets in headers… really weird. πŸ™‚
    Tryed with and without custom CSS no changes.

    Thanks for help!!

    Alex

    #16831
    Giorgio
    Participant

    Hi Alex,,have you solve the issue? could you please share the solution?

    Thanks a lot

    Giorgio

    #16832
    alex44
    Participant

    Hi, yes the problem was solved recently :

    http://wordpress.org/support/topic/menus-and-mobile-theme-header-desappears-when-on?replies=13#post-4652748

    I hope this will help, there is a conflict between header normal color and mobile one. So don’t use personal colors in your theme options and edit one in custom CSS

    Contact me again if you’re lost πŸ˜‰

    @media screen and (min-width: 760px) {
    #access {
    background: #123456;
    }
    }
    • This reply was modified 10 years, 5 months ago by alex44.
    • This reply was modified 10 years, 5 months ago by alex44.
    • This reply was modified 10 years, 5 months ago by alex44.
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.