• Resolved Ellie Rose McKee

    (@ellierose101)


    Using the twenty twelve 1.9 theme, the menu button the mobile version of my website is unresponsive. I tried this hack, suggested for an earlier version of the theme (1.5) – changing
    <button class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></button>
    to
    <h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘twentytwelve’ ); ?></h3>
    in the header code – with no success.
    Previously you could click the button and it didn’t do anything, but now it’s kind of greyed out and you can’t even click it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • First, you need to change it back to <button class="menu-toggle"> or the JavaScript that toggles the menu won’t work. That hack was for an older version and the issue described in that thread has been fixed.

    Once you’ve done that, if the menu still doesn’t open, please come back and post a link to your site.

    Thread Starter Ellie Rose McKee

    (@ellierose101)

    Okay, I’ve changed it back, and I’m back where I started.
    The website is http://annasheehan.com/

    The JavaScript that toggles the menu isn’t loading at all on your site. Has footer.php been modified in any way?

    Thread Starter Ellie Rose McKee

    (@ellierose101)

    Ah, yes. It has, actually.
    I took out the footer coding so that it wouldn’t say ‘made using WordPress’ or whatever.
    What should I be putting back in?

    Thread Starter Ellie Rose McKee

    (@ellierose101)

    Nevermind. I got it.
    Thanks!

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

The topic ‘Menu Not Working – Mobile Site’ is closed to new replies.