Main Menu is not working on Mobile

Posted in: Newspaper
Post count: 184

Hello,

I did some searching before posting this and I found no useful answer.

PROBLEM:

Menu is not working on mobile.

WHAT I DID:
Tried it on 3 smartphones and by resizing the desktop Chrome to mobile size.
I tried disabling ALL plugins but it still don’t work.

Please tell me where I can send a link to my site.

  • This topic was modified 12 years by mrsky28.
Post count: 3343

Hello,
Please send via email at contact@tagdiv.com
Also you can give us access to WP to take a look?
Please write in message title FOR MARIUS and also paste a link from this conversation.

Thanks for the message!

Post count: 184

Hi, I’ve sent an email with this subject

RE: Menu doesn’t work on mobile

Please do check. I’ll send the wp-admin credentials after a reply.

Post count: 27

Hi – did you get this sorted chaps? top menu doesn’t work on mobile for my site either. Thanks

Post count: 6600

Hi,

Send a link to your site to see the issue.

Thanks

Post count: 27

You ok with me posting URLs in the thread? http://billyscrashhelmets.co.uk

Post count: 6600

Hi,

You have no menu because you use the top one and that one it’s hidden on mobile, If you want you can add a menu or you can add this
CSS in Theme Panel > Custom CSS:

@media (max-width: 767px) {
.td-header-menu-wrap {
display: block !important;
}
.mobile-logo-wrap img {
top: 0px !important;
}
}

This way you will set the top menu to appear on mobile too. Unfortunately it will look like this: http://screencast.com/t/h2aWk9lQDKOS

Thanks

Post count: 2

Can you give me a code that will work so I have the right Menu on the mobile version?

http://sports-gaming.dk/

I want the menu right next to the “Home” logo to be shown

Post count: 6600

Hi,

Please add this custom CSS in Theme Panel > Custom CSS:

@media (max-width: 767px){
.td-menu-wrap #td-top-menu {
display: block;
}
#td-top-mobile-toggle {
display: none;
}
.header-search-wrap {
display: none !important;
}
.td-grid-wrap {
padding-top: 0px;
}
}

Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic.