Title: nycrom's Replies | WordPress.org

---

# nycrom

  [  ](https://wordpress.org/support/users/nycrom/)

 *   [Profile](https://wordpress.org/support/users/nycrom/)
 *   [Topics Started](https://wordpress.org/support/users/nycrom/topics/)
 *   [Replies Created](https://wordpress.org/support/users/nycrom/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/nycrom/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/nycrom/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/nycrom/engagements/)
 *   [Favorites](https://wordpress.org/support/users/nycrom/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Themes mobile navigation is broken …](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/)
 *  Thread Starter [nycrom](https://wordpress.org/support/users/nycrom/)
 * (@nycrom)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/#post-8464008)
 * So i hard coded it now as workaround
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Themes mobile navigation is broken …](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/)
 *  Thread Starter [nycrom](https://wordpress.org/support/users/nycrom/)
 * (@nycrom)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/#post-8463868)
 * The theme can be found here: [http://gofile.me/6s8Mb/oZpHXoXgp](http://gofile.me/6s8Mb/oZpHXoXgp)
 * In the standard theme the navigation works.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Themes mobile navigation is broken …](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/)
 *  Thread Starter [nycrom](https://wordpress.org/support/users/nycrom/)
 * (@nycrom)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/#post-8459880)
 * I found this code in the functions.php from the theme, which is instantiated 
   in the header.php. But i dont know if this has something todo with the problem…
 * class gp_mobile_menu extends Walker_Nav_Menu{
 *  var $to_depth = -1;
 *  function start_lvl(&$output, $depth){
    $indent = str_repeat(“\t”, $depth); }
 *  function end_lvl(&$output, $depth){
    $indent = str_repeat(“\t”, $depth); }
 *  function start_el($output, $item, $depth, $args){
    $item->title = str_repeat(“-“,
   $depth * 2).’ ‘.$item->title; parent::start_el($output, $item, $depth, $args);
   $output = str_replace(‘<li’, ‘<option value=”‘ . $item->url . ‘”‘, $output); }
 *  function end_el(&$output, $item, $depth){
    $output .= “</option>\n”; }
 * }
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Themes mobile navigation is broken …](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/)
 *  Thread Starter [nycrom](https://wordpress.org/support/users/nycrom/)
 * (@nycrom)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/themes-mobile-navigation-is-broken/#post-8459838)
 * There is no option for a mobile menue there.
 * The mobile menue worked earlier – i think it stopped working after a wordpress
   upgrade.

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