JS error – Uncaught TypeError: Cannot read property ‘isScrolling’ of null
-
Hello,
The cbParallax version installed is 0.8.6. The december corrected version.
I’ve found a javascript error:
public.js?ver=0.8.6:291 Uncaught TypeError: Cannot read property ‘isScrolling’ of null
at parallaxScroll (public.js?ver=0.8.6:291)The variable “self” seems to keep the null value into the following code:
/wp-content/plugins/cb-parallax/public/js/public.js:parallaxScroll: function () { //(line 281)
var self = null;if (typeof this === ‘undefined’) {
self = plug;
}
else {
self = this;
}if (true === self.isScrolling) {
self.isSetParallaxTranslate3DTransform = true;
self.setParallaxTranslate3DTransform(self.getParallaxTransform());
}
self.isScrolling = false;
},I don’t know if it’s a JS conflict with another plugin or a code error.
Thank you for your help
Best regardsFabien
The page I need help with: [log in to see the link]
- The topic ‘JS error – Uncaught TypeError: Cannot read property ‘isScrolling’ of null’ is closed to new replies.