Mobile menu disable?

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Dec 30, 2013 1:23 pm
Reply with quote
Report this post
Hi,

I've turned the Responsive Layout off but the menu is still the same (not fully visable on the top like the desktop version). Is it possible to have the same menu on the desktop version and mobile version?

Kind regards,

Sander
User avatar
Fresh Boarder

teitbite
Tue Dec 31, 2013 3:56 am
Reply with quote
Report this post
Hi

Please show me Your site.
User avatar
Moderator

GK User
Tue Dec 31, 2013 3:25 pm
Reply with quote
Report this post
www.sandertimmermans.nl/itsn (still in test mode)
User avatar
Fresh Boarder

teitbite
Wed Jan 01, 2014 1:01 pm
Reply with quote
Report this post
Hi

Please add this code to the end of tables.css and mobile.css:

Code: Select all
#gkMobileMenu {
    display: none !important;
}

#gkMainMenu.gkMenuClassic,
.gkMenuClassic #gkExtraMenu {
    display: block;
}
User avatar
Moderator

GK User
Wed Jan 01, 2014 10:24 pm
Reply with quote
Report this post
Thanks, the mobile menu is gone on phone and tablet but the "normal" menu doesn't show on mobile or tablet.
User avatar
Fresh Boarder

teitbite
Thu Jan 02, 2014 6:56 pm
Reply with quote
Report this post
Hi

Please use this code instead:

Code: Select all
#gkMobileMenu {
    display: none !important;
}

#gkMainMenu.gkMenuClassic,
.gkMenuClassic #gkExtraMenu {
    display: block !important;
}
User avatar
Moderator

GK User
Fri Jan 03, 2014 10:35 am
Reply with quote
Report this post
That did the trick!!!

Thank you very much for your support!!! You made my day!
User avatar
Fresh Boarder

teitbite
Sun Jan 05, 2014 4:05 am
Reply with quote
Report this post
Hi

No problem. Glad I could help :)
User avatar
Moderator


cron