• Resolved flipflopmedia

    (@flipflopmedia)


    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 to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter flipflopmedia

    (@flipflopmedia)

    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.