• Resolved umar834

    (@umar834)


    When I click on the hamburger menu works fine but the page is automatically scrolled to the top. I saw the previous solution and tried the CSS that was there in one of the answers but it doesn’t work well. I have the latest version of this plugin.

    The page I need help with: [log in to see the link]

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

    (@umar834)

    So I found that in JS this plugin adds an extra class to the body tag each time you click the hamburger so I removed that js code that which you can find in:
    animated-fullscreen-menu/frontend/js/nav.js file.
    Find and remove this string from js file -> ||jQuery(“body”).toggleClass(“afsmenu__lockscroll”)

    Then just add this in your custom CSS:
    #animatedfsmenu_css {
    position: fixed!important;
    }

    And its done.

Viewing 1 replies (of 1 total)
  • The topic ‘When I click on the hamburger menu works fine but page scrolls to the top’ is closed to new replies.