Title: tmdesigned's Replies | WordPress.org

---

# tmdesigned

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] Double Menu in Source Code](https://wordpress.org/support/topic/double-menu-in-source-code/)
 *  [tmdesigned](https://wordpress.org/support/users/tmdesigned/)
 * (@tmdesigned)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/double-menu-in-source-code/#post-10729801)
 * I’m not the plugin developer, but I doubt this would be added as a feature.
 * What is considered “desktop”? As it stands, it is anything wider than the width
   in pixels you specify in this plugin’s settings.
 * That means you can take your browser window, drag the side in and out to make
   it narrower and wider, and switch between the two “desktop” and “mobile” versions
   again and again.
 * For it to do what you want, it would have to reevaluate every time the screen
   size changed, and then dynamically add and remove the Document Object Model (
   DOM) elements as needed. The computational load involved in that would be far
   worse than the incredibly tiny hit taken from having the redundant content hidden
   in your page’s source.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Responsive Menu] Undefined variable: wprmclass.php line 381](https://wordpress.org/support/topic/undefined-variable-wprmclass-php-line-381/)
 *  [tmdesigned](https://wordpress.org/support/users/tmdesigned/)
 * (@tmdesigned)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/undefined-variable-wprmclass-php-line-381/#post-10729747)
 * Hi I’m not involved in the dev of this plugin, but glancing at the code, it seems
   like it is not finding the corresponding WordPress menu it is currently set to
   find. (Perhaps it was set to a menu that was since deleted?).
 * I would try going to the plugin settings and reselecting the menu it should pull
   from, making sure that the menu exists and trying a different menu if that doesn’t
   work.
 * Probably the code around the error you are receiving should be checking to make
   sure it finds a match, but right now it is not.

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