• There is some problem in the Jquery, in the following page menu bar is not working(in mobile) when the plugin is activated. But when I deactivate it the menu bar starts working in the mobile.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    Your page has a number of Javascript errors on it which is likely the root cause. When there are Javascript errors on a page, the document.ready() function doesn’t fire. If it never fires then the Google Forms plugin is never initialized properly.

    If you pull up your site using Chrome’s Developer Tools (or something similar) and watch the console as the page loads, you’ll see messages like this:

    Uncaught TypeError: Cannot read property 'methods' of undefined
        at HTMLDocument.<anonymous> ((index):1884)
        at i (jquery.js?ver=1.12.4:2)
        at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
        at Function.ready (jquery.js?ver=1.12.4:2)
        at HTMLDocument.K (jquery.js?ver=1.12.4:2)

    I don’t think these have anything to do with the Google Forms plugin.

    • This reply was modified 5 years, 11 months ago by Mike Walsh.
Viewing 1 replies (of 1 total)
  • The topic ‘Menu Bar Not Working’ is closed to new replies.