• Resolved elliotg123

    (@elliotg123)


    I’m using WordPress 4.1.1 with Spacious theme. The dropdown menu does not work on mobile, it shows up but nothing happen when it is clicked.

    xt016916.webs.sse.reading.ac.uk/wordpress/

    Any help greatly appreciated, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Just try this code on your footer of custom jQuery file

    <script type="text/javascript">
    jQuery('.menu-toggle').click(function(){
    	jQuery('.menu ul').slideToggle();
    });
    </script>

    But i highly recommended to create child theme and use this code

    Thread Starter elliotg123

    (@elliotg123)

    Thank you! My footer.php file was empty, I think I deleted it by accident a while ago. Adding that bit of code has sorted my problem.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu not working on mobile’ is closed to new replies.