Title: Responsive Menu acting up
Last modified: August 12, 2018

---

# Responsive Menu acting up

 *  Resolved [flipflopmedia](https://wordpress.org/support/users/flipflopmedia/)
 * (@flipflopmedia)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/responsive-menu-acting-up/)
 * When scrolling the page on a mobile device, the menu will randomly open up? I
   have no idea how to correct this glitch.
 * If you visit my link, give it a few seconds to load. It’s on a free server during
   development and that’s the downfall; slow initial connection.
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fresponsive-menu-acting-up%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Thread Starter [flipflopmedia](https://wordpress.org/support/users/flipflopmedia/)
 * (@flipflopmedia)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/responsive-menu-acting-up/#post-10585710)
 * I believe it is fixed. I loaded and scrolled several pages and it doesn’t seem
   to randomly slide open from the side unexpectedly anymore. Should the problem
   resurface, I will repost here.
 * Here is what I changed in “responsive-menu.php”.
 * File Location: wp-content/themes/”your-theme-name_folder”/inc/responsive-menu/”
   responsive-menu.php”
 * I believe it’s line 42 (as I have previously made edits), where it reads:
 * $wpr_options = array( ‘zooming’ => get_theme_mod(‘zooming’, ‘yes’),’from_width’
   => get_theme_mod(‘from_width’, 1080),’swipe’ => get_theme_mod(‘swipe’, ‘yes’));
 * The very last word above that says ‘yes’, I changed to ‘no’. The updated code:
 * $wpr_options = array( ‘zooming’ => get_theme_mod(‘zooming’, ‘yes’),’from_width’
   => get_theme_mod(‘from_width’, 1080),’swipe’ => get_theme_mod(‘swipe’, ‘no’));

Viewing 1 replies (of 1 total)

The topic ‘Responsive Menu acting up’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/i-excel/1.7.9/screenshot.png)
 * i-excel
 * [Support Threads](https://wordpress.org/support/theme/i-excel/)
 * [Active Topics](https://wordpress.org/support/theme/i-excel/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/i-excel/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/i-excel/reviews/)

## Tags

 * [glitch](https://wordpress.org/support/topic-tag/glitch/)
 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [open](https://wordpress.org/support/topic-tag/open/)

 * 1 reply
 * 1 participant
 * Last reply from: [flipflopmedia](https://wordpress.org/support/users/flipflopmedia/)
 * Last activity: [7 years, 9 months ago](https://wordpress.org/support/topic/responsive-menu-acting-up/#post-10585710)
 * Status: resolved