Menus not working on mobile browsers

Latest Reply from Alice at 2014-07-22 01:29:32
Hello,

I have noticed that when accessing my site with my smartphone the menus don't actually work. On my smartphone, the menus show up correctly, and I am able to select all available options, but selected pages do not come up. What can I do to resolve this issue?

-Darryl
Hi!
Probably, some plugin on your website conflicts with our JavaScript. Please try to add following code to the section <head> in the file header.php:
<script>
jQuery('select.mobile-menu').
live('change',function(){window.location=jQuery(this).find("option:selected").val()});
</script>

Leave a reply

Add codeAdd image