Mobile Menu missing

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
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
Thu Nov 20, 2014 12:02 pm
Reply with quote
Report this post
Hi,
I'm missing the mobile menu in the desktop and mobile view.
Please take a look here: http://testcenter-websolutions.de/podchull2

Thank you and regards!
User avatar
Senior Boarder

GK User
Thu Nov 20, 2014 12:07 pm
Reply with quote
Report this post
Hi,
it's because font-awesome are not loaded properly.
Quick Temporary fix:
Code: Select all
i.icon-reorder:before {
    content: "=";
}
User avatar
Platinum Boarder

GK User
Thu Nov 20, 2014 2:47 pm
Reply with quote
Report this post
Here is final fix:
Code: Select all
i.icon-reorder:before {
    content: "\f0c9";
font-style: normal;
    font-family: fontawesome;
}


Problem you had was because mobile menu icon uses font awesome old version, and you have new font Awesome, so ... bzzz ... not compatible.
User avatar
Platinum Boarder

GK User
Thu Nov 20, 2014 4:07 pm
Reply with quote
Report this post
Thank you Oscar! I needed the new version for the icon-fax.
User avatar
Senior Boarder

GK User
Thu Nov 20, 2014 7:00 pm
Reply with quote
Report this post
I thought that something has been changed. Now [=] menu uses your new FontAwesome , so it works okey.
User avatar
Platinum Boarder


cron