• Resolved SJW

    (@whitsey)


    I have installed quark and have added some pages.

    When viewing on mobile, instead of seeing the menu toggle – it just displays all the menu items.

    This is on the default theme installation with no customisation other than page content.

    What am I missing?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Anthony Hortin

    (@ahortin)

    Have you enqueued the script for the menu toggle?

    If not, add the following lines to your functions.php in your child theme…
    `
    wp_register_script( ‘small-menu’, trailingslashit( get_template_directory_uri() ) . ‘js/small-menu.js’, array( ‘jquery’ ), ‘20130130’, true );
    wp_enqueue_script( ‘small-menu’ );
    `

    Have a look at the functions.php file in Quark for those lines (they’re currently commented out), to see how you go about adding them.

    Thread Starter SJW

    (@whitsey)

    Thanks.

    is that commented out by default or have I somehow done that?

    I don’t recall touching the main theme files- I am using a child theme…

    Very odd!

    Theme Author Anthony Hortin

    (@ahortin)

    They’re commented out by default.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Default theme menu doesn’t go responsive’ is closed to new replies.