• Resolved Carol Murchie

    (@carolmurchie)


    I realize this has been covered in threads but frankly I see multiple fixes to try. I am a bit distressed that an update removed the option of setting a mobile menu and then displaying a hamburger array at the top of the mobile phone screen.

    The site is https://romaosantosarch.com (a child theme from the latest free Sydney)

    Would a move to the Pro version of Sydney fix this problem going forward? I am not keen for adding any custom CSS or php commands lest they get hit by a future theme update. I had custom CSS (simple) in place as noted here:

    /add code to display mobile menu/
    .btn-menu {
    font-size: 28px;
    font-family: “FontAwesome”;
    color: #000;
    float: right !important;
    }
    .btn-menu:before{
    content: “\f0c9”;
    }

    I am using Windows 11; original design is when I was using Windows 8.1 which is going down the pan fast (no more Office updates)

    Thanks for any help you can shed on this.

    Carol Murchie

    Your Virtual Sherpa (sort of retired but often dragged back into the fray)

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @carolmurchie,

    I hope you are doing well today.

    I inspect your mobile menu, it actually presents, but the color is dark. To make it visible on dark header row, you will need to add this simple CSS code to Appearance > Customize > Additional CSS in dashboard.

    .btn-menu {
       color: #fff;   
    }    
    Thread Starter Carol Murchie

    (@carolmurchie)

    Hi @kharisblank

    I could be doing better. I applied the additional css and purged all my caches (also use Optimize DB for WordPress to clear out old versions of pages and old edits) and the cleared the web browser. The three line “hamburger” mobile menu shows up on my laptop display when the window is too small to show the main menu. But go to my Android (Samsung Galaxy Note 10+, current Android release) and there is no sign of a menu to be found.

    I have used the free theme for a number of years and I originally had the SiteOrigins builder which is no longer promoted; in more recent years I use Elementor instead. I had a requirement for a sidebar menu for the ABOUT the FIRM (different options than the main menu) that no longer displays on the right side as it should. I think I need to go back over this thing and look at what is going on. But if you have an insight about what else is the problem, please say so! Thanks,

    Carol

    But go to my Android (Samsung Galaxy Note 10+, current Android release) and there is no sign of a menu to be found.

    There might be a cache issue in your mobile browser. Have you noticed it?

    Thread Starter Carol Murchie

    (@carolmurchie)

    Hi,

    I could have sworn I had cleared mobile cache too but after a more aggressive effort there, the menu now appears.

    Thanks! I will mark it resolved and closed now!

    Carol

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