• Resolved budasy

    (@budasy)


    I’ve been seeing this error appearing in the javascript console in a form that I’m working on. The form has sliders, which continue to work, and the form functions properly so it isn’t a fatal problem, but it maybe something that can be resolved.

    Uncaught TypeError: Cannot read property ‘slides’ of undefined
    at HTMLDivElement.<anonymous> (cf7-grid-layout-public.js?ver=4.3.1:1)
    at HTMLDivElement.dispatch (jquery.js?ver=1.12.4-wp:3)
    at HTMLDivElement.r.handle (jquery.js?ver=1.12.4-wp:3)
    at _window.Glider.gliderPrototype.emit (glider.js?ver=1.7.4:554)
    at glider.js?ver=1.7.4:321
    at HTMLCollection.forEach (<anonymous>)
    at _window.Glider.gliderPrototype.updateControls (glider.js?ver=1.7.4:288)
    at _window.Glider.gliderPrototype.init (glider.js?ver=1.7.4:152)
    at new _window.Glider (glider.js?ver=1.7.4:81)
    at HTMLDivElement.<anonymous> (cf7-grid-layout-public.js?ver=4.3.1:1)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Aurovrata Venet

    (@aurovrata)

    ok, thanks for this report. Any chance you can run your setup with WP_DEBUG enabled so that the plugin loads the uncompressed cf7-grid-layout-public.js script? This would make it easier to debug and step through to see why the object isn’t accessible

    Plugin Author Aurovrata Venet

    (@aurovrata)

    ok, this should be fixed in v4.3.2

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

The topic ‘Javascript errors from Glider’ is closed to new replies.