Mobile Menu Not Loading Page

Latest Reply from Alice at 2013-10-22 07:49:59
Hello,

When viewing my site on the mobile version, I select the page I want to go to from the dropdown but the page never loads. It just remains on the homepage.

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

Leave a reply

Add codeAdd image