• Resolved mwgq

    (@mwgq)


    The menu for my pages (about, blog, contact, etc) is set to Main Navigation and my social media custom links are under Social Icons. However, in the mobile site my drop down menu only shows the Social Media links, not any links to my pages. When viewing my site in a mobile browser as the “full site” there is no menu at all.

    I have fiddled with all the menu settings and it only works if I turn off the social media icons menu and put everything in one menu under “Main Navigation” however then the desktop site has no social media icons and all of the links are listed in a messy menu at the top of the page.

    How do I fix these issues? This is my site

    thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi… Add this to your style.css

    @media only screen and (min-width:300px) and (max-width: 1000px) {
    #mainnav-menu
    {
    display:block;
    }
    }

    Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks for using Momentous.

    Something is breaking the mobile menu on your home page. It works fine for me on all other pages like https://midwestgenderqueer.com/about/

    Maybe some plugin is causing trouble on the front page. I recommend to deactivate all your plugins to see if that fixes the issue.

    Best,
    Thomas

    Thread Starter mwgq

    (@mwgq)

    Thank you for the replies! sorry for the delay, I was out of town and away from my computer.

    @sauravhny12 I tried adding the code to my CSS but maybe I did it wrong? It hasn’t changed anything. Does it need to be put somewhere specific?

    @themezee – When I go on my phone to any of the sites it does the same thing. Only the social media links appear in the menu and the page links do not appear anywhere. I will still try to deactivate the plugins and test it out. I don’t have many plugins and I haven’t added any new ones between the time when it worked and now when it doesn’t. Still hope to discover something

    Thread Starter mwgq

    (@mwgq)

    I tried deactivating plugins and removing one helped the full site on mobile have the correct menus, however the mobile site issue is unchanged. The drop down menu only includes social media links and the page links are not found anywhere.

    thanks for the help.

    Theme Author ThemeZee

    (@themezee)

    You have to deactivate the mobile theme of the Jetpack plugin in order to use the default Momentous theme on mobile devices.

    Cheers,
    Thomas

    Thread Starter mwgq

    (@mwgq)

    Yay it worked!!! Thank you!!!!!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Menus not appearing in Mobile Site’ is closed to new replies.