Javascript errors from Glider
-
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]
The topic ‘Javascript errors from Glider’ is closed to new replies.