Title: Doesn&#039;t work on WP 3.7.1
Last modified: August 21, 2016

---

# Doesn't work on WP 3.7.1

 *  [gulap](https://wordpress.org/support/users/gulap/)
 * (@gulap)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-on-wp-371/)
 * Doesn’t work on WP 3.7.1 with “Bliss by Bluth Company”
 * Won’t show submenu
 * [http://wordpress.org/plugins/jc-submenu/](http://wordpress.org/plugins/jc-submenu/)

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

 *  Plugin Author [jcollings](https://wordpress.org/support/users/jcollings/)
 * (@jcollings)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/doesnt-work-on-wp-371/#post-4310916)
 * Hi gulap,
 * As this is a premium theme i cannot look/check for compatibility. I am only guessing
   that the theme uses a custom wp_nav_menu walker to output the the themes menu.
 * If you have a look in the theme maybe in the header.php file you might find a
   section which uses the wp_nav_menu function, I cant force the integration of 
   the plugin but if you want you can change the walker parameter of this function
   to look like (yours may include other arguments , include these as well):
 * `wp_nav_menu(array('walker' => new JC_Submenu_Nav_Walker()));`
 * Cheers
    J
 *  Thread Starter [gulap](https://wordpress.org/support/users/gulap/)
 * (@gulap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-on-wp-371/#post-4311045)
 * I found the following:
 *     ```
       <?php
       						if ( has_nav_menu( 'primary' ) ) {
       							wp_nav_menu( array(
       								'container' => 'div',
       								'container_class' => 'nav-collapse collapse',
       								'theme_location' => 'primary',
       								'menu_class' => 'nav visible-desktop',
       								'walker' => new Bootstrap_Walker(),
       								) );
       						}
       						if ( has_nav_menu( 'primary' ) ) {
       							wp_nav_menu( array(
       								'walker' => new Walker_Nav_Menu_Dropdown(),
       								'theme_location' => 'primary',
       								'items_wrap' => '<div id="mobile-menu" class="pull-right visible-tablet visible-phone mobile-menu"><form style="margin-top: 15px; margin-bottom: 5px;"><select style="max-width:150px;" onchange="if (this.value) window.location.href=this.value"><option>-- Menu --</option>%3$s</select></form></div>',
       							) );
       						}
       					?>
       ```
   
 *  Plugin Author [jcollings](https://wordpress.org/support/users/jcollings/)
 * (@jcollings)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-on-wp-371/#post-4311047)
 * Give it a try by replacing the line in the top section of code only (as this 
   is for the non-responsive menu):
    `'walker' => new Bootstrap_Walker(),`
 * With
    `'walker' => new JC_Submenu_Nav_Walker(),`
 * if it doesn’t work just undo the changes.
 * SInce the theme itself already uses a custom walker, i doubt that it will work
   with the JC Submenu Walker.
 * J
 *  Thread Starter [gulap](https://wordpress.org/support/users/gulap/)
 * (@gulap)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-on-wp-371/#post-4311052)
 * thanks. the autocomplete works, but the stylesheets don’t 🙁
 * i think, i can fix this.
 * but can’t you modify the plugin so that that it works with themes / plugins that
   use walker? i think, my theme is not the only one using this function, right 
   🙂
 *  Plugin Author [jcollings](https://wordpress.org/support/users/jcollings/)
 * (@jcollings)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-on-wp-371/#post-4311064)
 * Some themes choose to use their own custom walkers to modify the menu output 
   to suit the themes needs, instead of styling the default wordpress menu output.
 * For the plugin to work it would have to be tweaked separately for each theme 
   that uses custom walkers to mimic that walker, JC Submenu only adds dynamic population
   via the walker and does not output the menu differently than the default walker.
 * Is this the theme ([http://bluth.is/wordpress/bliss/](http://bluth.is/wordpress/bliss/))
   that your are wanting to modify the menu for? , let me know and i will see how
   i can make it possible to customize the output.
 * J

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

The topic ‘Doesn't work on WP 3.7.1’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/jc-submenu_69a699.svg)
 * [JC Submenu](https://wordpress.org/plugins/jc-submenu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jc-submenu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jc-submenu/)
 * [Active Topics](https://wordpress.org/support/plugin/jc-submenu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jc-submenu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jc-submenu/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [jcollings](https://wordpress.org/support/users/jcollings/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/doesnt-work-on-wp-371/#post-4311064)
 * Status: not resolved