Main Menu Not display in Mobile

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Mon Dec 30, 2013 2:48 am
Hi,
Main menu does not display in Mobile.
I replaced header.php file (<i class="icon-reorder"> ===>>> <i class="fa fa-reorder">) and theme reinstall.
But not solve.

How solve?
User avatar
Junior Boarder

GK User
Mon Dec 30, 2013 11:09 am
Hi,

Could you provide an URL to your website? (here or via PM) maybe it's some problem with your browser's cache?
User avatar
Moderator

GK User
Mon Dec 30, 2013 11:39 pm
Interesting, I just observe similar behaviour. But when I touch where the menu is supposed to be it will work. It's just not shown.
mathis-nitschke.com/wp
User avatar
Expert Boarder

GK User
Tue Dec 31, 2013 1:31 pm
Hi,

Did you add my fix from this thread?
https://www.gavick.com/forums/music-sta ... 16#p154416
layouts/header.php file.
User avatar
Moderator

GK User
Fri Jan 03, 2014 7:22 am
Hi,

I try that link solution. but not solve.
My site is www.winwinnet.net
User avatar
Junior Boarder

GK User
Fri Jan 03, 2014 9:43 am
Hi, you overrided font-family in buddypress.css file:
Code: Select all
font-family: 나눔고딕, 맑은 고딕, 돋움, 굴림 !important;

So now instead of FontAwesome your font was used to generate menu icon.

add this ocde to override.css file:
Code: Select all
i.fa {
   font-family: FontAwesome!important;
}
User avatar
Moderator

GK User
Fri Jan 03, 2014 11:16 am
Hi, Piotr Kunicki

Thanks to your reply

Very Good !
User avatar
Junior Boarder

GK User
Tue Jan 07, 2014 10:03 pm
the fix worked, thanks.
User avatar
Expert Boarder


cron