Interno - mobile version - menu doesnt work

Latest Reply from Dave at 2013-12-19 08:33:52
tryed Interno -
liked it -
bought it ...

> but NOW recognized that its mobile version - menu doesnt work !

what can we do ?

#1 why two menues ?
#2 why they dont work ?

eez
http://www.felbermuehle.at/_WP/
Hi!
To get rid of the first menu you have to remove the code:
<?php smt_mobile_menu('sec-menu'); ?>

Then, you have to add the code:
<script>
jQuery('select.mobile-menu').
live('change',function(){window.location=jQuery(this).find("option:selected").val()});
</script>
to repair the code of your menu. Probably, you are using some third-party plugins which cause this.

Leave a reply

Add codeAdd image