Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #48444
    Leslie Bigos
    Participant

    The website is at coastalvisionblog.ipower.com/nerdt

    The menu is not showing on mobile devices. I deactivated all plugins and the menu did not appear. The only plugin I have running now is MetaSlider but when I deactivated, the menu did not appear.

    Other than this one plugin, I don’t have any other fancy customizations.

    Please help! The site is being shared at meeting tomorrow night.

    Thanks!

    #48446
    Leslie Bigos
    Participant

    I solved the problem. I needed to check a box “Enable Secondary & Footer Menu in Mobile Devices?”

    Thanks for being there!

    #48451
    Sakin
    Keymaster

    @bigoslesli: Yes you got it. Thanks for sharing solution that you got.

    #48580
    greengiant
    Participant

    Hi Sachin:
    Previously, on iPhone mobile device site homepage appeared perfectly (like it does on a desktop computer). Recently, it appears not correctly (male reproduction.org)

    Could you provide any advice?

    Thanks!

    #48588
    Sakin
    Keymaster

    @greengiant: Menu is there, it’s just because of your color code changes. Menu is not visible. So, you need to change the background-color and text color of menu. As per your color scheme in your site, I suggest you to add the following css in “Appearance => Theme Options => Custom CSS” box:

    #hgroup-wrap .sb-holder { background-color: #415d41; }
    #hgroup-wrap .sb-holder a { color: #fff; }
    #48829
    Laura
    Member

    I have the same problem with mobile menus. I added the Custom CSS above, but I think because both the font and background text are white, the menu text appears invisible. Any suggestions? present companies . com

    Thanks so much!
    Laura

    #48846
    Sakin
    Keymaster

    @Laura: For your site, the best will be to add the following css in “Appearance => Theme Options => Custom CSS” box, as you have different colors, you need different css.

    #hgroup-wrap .sb-holder { background-color: #32649a; }
    #hgroup-wrap .sb-holder a { color: #eee; }
    #hgroup-wrap .sb-holder .sb-options a,
    #hgroup-wrap .sb-holder .sb-options a:hover {
        color: #211c1c;
    }
    #48868
    Laura
    Member

    Thank you so much!! It looks perfect now!

    Laura

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Menu not appearing on mobile phone’ is closed to new replies.