Title: menu not working
Last modified: August 30, 2016

---

# menu not working

 *  Resolved [bikerbooyyy](https://wordpress.org/support/users/bikerbooyyy/)
 * (@bikerbooyyy)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-not-working-16/)
 * Hi
 * I have activated Plugin, have menu selected and responsive menu is showing on
   top but no response when click on it. What can be a problem?
 * Menu that is selected in responsive menu is added in the theme by function.php
   as a shortcode:
 * function TopMenu( $atts ){
 * $defaults = array(
    ‘theme_location’ => ”, ‘menu’ => ‘stormeny’, ‘container’ 
   => ‘div’, ‘container_class’ => ”, ‘container_id’ => ‘stormenytop’, ‘menu_class’
   => ‘menu’, ‘menu_id’ => ”, ‘echo’ => false, ‘fallback_cb’ => ‘wp_page_menu’, ‘
   before’ => ”, ‘after’ => ”, ‘link_before’ => ”, ‘link_after’ => ”, ‘items_wrap’
   => ‘<ul id=”%1$s” class=”%2$s”>%3$s’, ‘depth’ => 1, ‘walker’ => ”, );
 * $htmlOutPut = wp_nav_menu( $defaults );
 * return $htmlOutPut;
 * }
    add_shortcode( ‘topmenu’, ‘TopMenu’ );
 * can this be a issue, and how do I make it work??
 * thanks
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

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

 *  Plugin Contributor [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * (@responsivemenu)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-not-working-16/#post-6510897)
 * Hi bikerboy,
 * Please provide a URL to your site and I will check for you.
 * All the best
 *  [Tradedog](https://wordpress.org/support/users/tradedog/)
 * (@tradedog)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-not-working-16/#post-6510955)
 * You could have the same problem I have. Whenever I turn on a caching plugin the
   link to open the menu stops working.
 *  Plugin Contributor [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * (@responsivemenu)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/menu-not-working-16/#post-6511046)
 * Hi Tradedog,
 * Potentially it could be but it’s normally related to bad javascript on a site.
 * I really need a URL to check these things.
 * All the best

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

The topic ‘menu not working’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [responsivemenu](https://wordpress.org/support/users/responsivemenu/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/menu-not-working-16/#post-6511046)
 * Status: resolved