Title: small screen menu display
Last modified: August 21, 2016

---

# small screen menu display

 *  Resolved [almcr](https://wordpress.org/support/users/almcr/)
 * (@almcr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/small-screen-menu-display/)
 * set up a child theme of simplyblack, tried reducing screen size, and the menu
   disappeared when I had a dropdown menu on one of the links.
 * seems to work OK when testing using parent theme, but not the child.
 * Al

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

 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/small-screen-menu-display/#post-4473058)
 * Hi Al,
 * Do you have example URL or screenshot? Currently I don’t know what causes this.
 * Guido
 *  Thread Starter [almcr](https://wordpress.org/support/users/almcr/)
 * (@almcr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/small-screen-menu-display/#post-4473059)
 * [http://www.thesunflowerbaker.ca/wp/](http://www.thesunflowerbaker.ca/wp/)
 * uses child theme simplyblack-child, with minimal style.css
 * I am using Chrome as a browser in XP
 * when I reduce the size of the screen, the main menu disappears, when I expand
   the screen again, it comes back, never does reduce to the mobile menu format
 * Al
 *  Thread Starter [almcr](https://wordpress.org/support/users/almcr/)
 * (@almcr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/small-screen-menu-display/#post-4473060)
 * found out what is causing problem when using child theme. call to nav.js in child
   theme generates call to child theme js folder, not the parent one. there is no
   js folder in the child theme. so either change the child theme to call it from
   its own js folder or change the call in functions.php, not sure if that is possible.
 * Al
 *  Theme Author [Guido](https://wordpress.org/support/users/guido07111975/)
 * (@guido07111975)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/small-screen-menu-display/#post-4473066)
 * Hi Al,
 * Thanks for your help, I checked it myself and I understand what you mean.
 * I have changed this line in functions file:
 *     ```
       wp_enqueue_script( 'nav', get_stylesheet_directory_uri() . '/js/nav.js', array( 'jquery' ) );
       ```
   
 * Into this:
 *     ```
       wp_enqueue_script( 'nav', get_template_directory_uri() . '/js/nav.js', array( 'jquery' ) );
       ```
   
 * Seems to work in both parent and child now. Info:
    [http://codex.wordpress.org/Function_Reference/bloginfo](http://codex.wordpress.org/Function_Reference/bloginfo)
 * Guido
 *  Thread Starter [almcr](https://wordpress.org/support/users/almcr/)
 * (@almcr)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/small-screen-menu-display/#post-4473073)
 * thanks Guido,
 * nice looking theme
 * Al

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

The topic ‘small screen menu display’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/simplyblack/8.1/screenshot.png)
 * SimplyBlack
 * [Support Threads](https://wordpress.org/support/theme/simplyblack/)
 * [Active Topics](https://wordpress.org/support/theme/simplyblack/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/simplyblack/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/simplyblack/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [almcr](https://wordpress.org/support/users/almcr/)
 * Last activity: [12 years, 4 months ago](https://wordpress.org/support/topic/small-screen-menu-display/#post-4473073)
 * Status: resolved