Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Nathan,

    Thanks for downloading the plug-in.

    If you can provide me with a link to your site then I can take a look at this for you and see if I can see anything obvious.

    Many thanks

    Peter

    Thread Starter nathanmk

    (@nathanmk)

    The website is : https://www.okayhumor.com

    Hi Nathan,

    I can see the menu showing up and working perfectly.

    Have you tried resizing your browser down small enough to see it take effect or tried on a mobile?

    Many thanks

    Peter

    Thread Starter nathanmk

    (@nathanmk)

    Hi Peter,

    The thing is, I want the menu to show on a regular size browser. Kind of like this website : https://www.mashable.com I don’t only want it to show up on mobile, I want it to be my regular menu.

    Hi Nathan,

    In that case, simply increase the breakpoint width option to something like 5000px and it will then always be visible on your site.

    Let me know if this achieves the effect you are after.

    Many thanks

    Peter

    Thread Starter nathanmk

    (@nathanmk)

    Hey Peter,

    Thanks! It worked!But now I have another problem. I want the menu to not take up the whole length of the page and just the size of the actual words. What i mean is, if you go over to my site, you will see that if you click on the menu, the menu extends all the way down the page. Is there a way that the menu will only display a small square the size of the three pages?

    Hi Nathan,

    You could put the following in your style.css

    #responsive-menu
    {
         max-height: 140px !important;
    }

    Try that, it should work

    Many thanks

    Peter

    Thread Starter nathanmk

    (@nathanmk)

    Sorry if this is a stupid question but I am not that good at code. Where do you put the thing you gave me above ^?

    Also,I have a second question. When I log into to my admin, the menu is positioned in the place I want it, but when I log out, it is in a completely different place than what I saw in the admin. It also changes places on different pages. What do I do?

    Hi Nathan,

    Inside your theme folder there will be a file called style.css, just put this right at the bottom after everything else.

    If you don’t have access to FTP you can do it from the WordPress admin under Appearance > Editor or something like this, if you have this option enabled.

    I’m a little confused about the second option, the Responsive Menu doesn’t show when you are in the admin area, only on the front pages.

    Also, can you provide me with a few links on different pages where this is positioned differently so I can take a look for you.

    Many thanks

    Peter

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘The menu isn't showing?’ is closed to new replies.