• Hi!
    It looks like menu is not working on the mobile version. It works fine on the desktop version though.
    I tried to deactivate all the plugins but it didn’t solve the issue.
    Could anyone help please?
    Thank you!

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

Viewing 11 replies - 1 through 11 (of 11 total)
  • I have the same problem, It’s driving me mad.

    Thread Starter followmyanchor

    (@followmyanchor)

    Hey nickholt!
    I am not sure if that’s a problem of the theme (Activello), I’m waiting for the next update to find out.
    Anyway I activated WP Mobile Menu as a temporarily solution and it works. Hopefully they’ll fix it with the next update!

    Thanks I’ll give that a go.

    Hi,

    New WP user, trying to help out a friend. His website uses the basic Activello theme but, as above, the menu on a mobile does not work. I have also tried installing the WP mobile menu plug in but that isn’t working either.

    Is the basic hamburger menu provided by Activello? Should it be editable in some way? I cannot see any obvious menus for it and nothing in their docs either…

    Any help appreciated – thanks.

    Hi
    I’ve now installed mega menu and used simple css to disable the normal hamburger munu.
    I like the mega menu anyway so may stick with it.

    I have the same problem! Did anyone find another solution than installing mega menu?

    Hi

    May I know what simple css did you use for disabling the normal hamburguer menu?

    Think I may try that since I have the same issue and nothing seems to work.

    Thank you!

    I’m no expert but I think that it was this. I installed Max Menu and used that instead.

    @media(max-width:991px){
    	.collapse{
    		display:block!important;
    	}
    	button.navbar-toggle{
    		display:none!important;
    	}
    }

    Thanks for the quick response!

    Where should I add this css lines?

    I pulled up my home page and customised it. If you look on the sidebar and open the heading ‘additional CCS’ that’s where I put it.

    Thanks a lot @nickholt ! The menu is now showing.
    I have another problem now…
    The menu is so long I have to scroll down to see it all. But whenever I try to scroll on the menu, the only thing scrolling is the site itself…
    Do you know how can I solve this problem?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Menu button not working on mobile version’ is closed to new replies.