Title: Double Menu in Source Code
Last modified: September 18, 2018

---

# Double Menu in Source Code

 *  Resolved [rezwiebel](https://wordpress.org/support/users/rezwiebel/)
 * (@rezwiebel)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/double-menu-in-source-code/)
 * Hi, is it really needed, that the Hamburger Menu is on desktop displayed additionally
   in source code? Cause I have in top position of my source code the menu ul and
   in the bottom the same menu for the hamburger. But of course only the code in
   the top is used on desktop, cause it does not use Hamburger Menu. Possible to
   change, that the Hamburger Menu code is only printed in source code when the 
   screen size requires it?

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

 *  [tmdesigned](https://wordpress.org/support/users/tmdesigned/)
 * (@tmdesigned)
 * [7 years, 8 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.
 *  Plugin Contributor [Kshirod Patel](https://wordpress.org/support/users/kshirod-patel/)
 * (@kshirod-patel)
 * [7 years, 4 months ago](https://wordpress.org/support/topic/double-menu-in-source-code/#post-11103057)
 * Hello [@tmdesigned](https://wordpress.org/support/users/tmdesigned/) thanks for
   the suggestion. Yes we will look into it and try to implement those things in
   the future version for sure.

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

The topic ‘Double Menu in Source Code’ is closed to new replies.

 * ![](https://ps.w.org/wp-responsive-menu/assets/icon-256x256.png?rev=2246917)
 * [WP Responsive Menu](https://wordpress.org/plugins/wp-responsive-menu/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-responsive-menu/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Kshirod Patel](https://wordpress.org/support/users/kshirod-patel/)
 * Last activity: [7 years, 4 months ago](https://wordpress.org/support/topic/double-menu-in-source-code/#post-11103057)
 * Status: resolved