No menu on mobile devices

Premium BuddyPress WordPress theme perfect for venue, music brand or community music website.
GK User
Sat Dec 07, 2013 12:24 am
Hi there (again),

The template is working great, but i have just one problem with the menu.
The classic menu isnt working on mobile devices like my ipad or iphone. Not even the "aside menu".
Oh it is working when you tap in the top right corner, but your tapping on a black spot, so the normal user wouldnt recognise it as a menu option.

can somebody help me solve this menu problem?

Thanks, Mark
User avatar
Fresh Boarder

GK User
Sat Dec 07, 2013 8:39 am
Could You please post an url to your site?
User avatar
Moderator

GK User
Sat Dec 07, 2013 8:43 pm
hi there,

url: http://www.mulderjuwelier.nl

hope you can help me
User avatar
Fresh Boarder

GK User
Mon Dec 09, 2013 4:57 pm
First of all - it seems like there is a problem with some of custom modules:
http://stats.wordpress.com/e-201350.js
this file don't load correctly, also:
Code: Select all

   st_go({v:'ext',j:'1:2.6.1',blog:'50977496',post:'0',tz:'0'});
   var load_cmc = function(){linktracker_init(50977496,0,2);};
   if ( typeof addLoadEvent != 'undefined' ) addLoadEvent(load_cmc);
   else load_cmc();
   

causes an error.

Secondly please update your template to current version - it looks like you have mixed files from more than one version.
User avatar
Moderator

GK User
Mon Dec 09, 2013 7:16 pm
Thanks for your reaction,

Theme update: select a diferent theme an reinstall musicstate? Or will i lose my widgets en posts?

Custom codes: i can disable or fix the stats, but how can i fix the code: select all?

And just another question: in gk_post_fields, there is a line (bwps_enable_ssl) and i removed it in the content.php. Is this the right way or do i have to do it diferently?

Sorry for my stupidity, im not very familiar with html coding. With some logics, i can fix some things but not all.

Thanks(?)
User avatar
Fresh Boarder

GK User
Thu Dec 12, 2013 7:03 pm
Damn, I have already replied to your message but reply is gone :/.

"code: select all" is a forum widget that allows to select all code inside, so you don't need to do anything with it, just with the code inside that reports as not working in console.
Reinstalling template will not affect the data - only if you have made any changes to template core files - you need to back them up first, then after update manually merge the changes.

And with the bwps_enable_ssl - I don't quite know what's the purpose of that change - could you please be more specific?
User avatar
Moderator

GK User
Thu Dec 12, 2013 9:48 pm
Okay thanks for your reply! okay i'm going try all this. And about the bwps_enable_ssl line, i will leave it as it is...
User avatar
Fresh Boarder

GK User
Fri Dec 13, 2013 11:09 am
I have exactly the same problem with menus at tablet and mobile devices.
The website is http://criminologos.eu
User avatar
Fresh Boarder

GK User
Fri Dec 13, 2013 9:38 pm
Hi,

Try to replace this fragment from MusicState/layouts/header.php file:
Code: Select all
<i class="icon-reorder">

with this one:
Code: Select all
<i class="fa fa-reorder">


Let me know if that helps..
User avatar
Moderator

GK User
Sun Dec 15, 2013 12:30 pm
yeah great, that helped!
User avatar
Fresh Boarder

GK User
Wed Dec 18, 2013 10:13 am
Problem solved, thanks!

Piotr Kunicki wrote:Hi,

Try to replace this fragment from MusicState/layouts/header.php file:
Code: Select all
<i class="icon-reorder">

with this one:
Code: Select all
<i class="fa fa-reorder">


Let me know if that helps..
User avatar
Fresh Boarder

GK User
Wed Dec 18, 2013 11:00 am
IT seems we have to fix this with next template release. Thanks for the report.
User avatar
Moderator

GK User
Sat May 03, 2014 11:38 pm
Hello,
I seem to have the same problem (no menu icon on mobile devices while the menu itself is working) at www.konlib.ru, but the suggested code is already updated with <i class="fa fa-reorder">
Any suggestions?
User avatar
Fresh Boarder

GK User
Sun May 04, 2014 7:33 am
With the newest version of the theme it should be:
Code: Select all
<i class="fa fa-reorder">

or you can do it even easier...
Please edit: /templates/gk_MusicState/css/override.css and add at its end:
Code: Select all
.fa-reorder:before {
content: "\f0c9";
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Sun May 04, 2014 7:42 am
Great!
First part of code was already there (latest theme version already installed), but the second part of code is the solution - why it wasn't in the theme at first?
User avatar
Fresh Boarder

GK User
Mon May 05, 2014 4:42 pm
If you check Piotr's answer - he suggested to change code - to exact one (probably he made a typo).
The correct code should be:
Code: Select all
<i class="fa fa-bars">

Font awesome lately changed name of that element and that was the cause of the problem. It will be fixed in next template update.
User avatar
Moderator

GK User
Sun Nov 23, 2014 4:06 pm
Hi I have a different problem with the mobile menu:

It displays the icon properly, but I don't get the menu links in there... I only get "Select a Page" but the menu items are not there.

The link of the website is http://xrclub.com/uat/

Please help

Note: I'm using a plugin called "Nav Menu Roles", I've tried deactivating it, but the problem still there.

Thanks in advance
User avatar
Senior Boarder

GK User
Sun Nov 23, 2014 6:43 pm
I looks like something is messing up with your menu - our template has custom functions that generates mobile menu and it looks like something else is modifying the code before it reach our function.
User avatar
Moderator

GK User
Mon Nov 24, 2014 12:49 pm
Thanks for responding,
How can I resolve the issue? I really need help on this, I'm willing to provide access to my backend if necessary.

Thanks in advance
User avatar
Senior Boarder

GK User
Wed Nov 26, 2014 5:22 pm
Please try disabling any 3rd party plugins and check if the problem dissapears (in general, please disable all plugins and then check).
User avatar
Moderator

GK User
Fri Nov 28, 2014 7:44 am
Thanks a lot, found it was a plugin called "Menu Image" to add images on the menus.
BTW I wasn't using an image on that menu, I was using the image at the footer menu, but anyway it messed up the main menu
User avatar
Senior Boarder

GK User
Fri Nov 28, 2014 8:10 pm
Ok, thanks for the info.
Please let me know if you would have any additional questions regarding this topic.
User avatar
Moderator


cron