Closed vmahabir closed 8 years ago
The style "hidden" is popping up and makes the content invisible. With element inspector i deleted the styles and it was visible again but scrolling was broken.
i had the same issue and i fixed it like so:
replace line 473 self.currentIndex = self.$current.index();
with self.currentIndex = self.$current.prevAll().length;
getting this message in browser console:
"TypeError: self.$elDatas[self.currentIndex] is undefined"
Site has a responsive layout. Because of the repositioning of the responsive elements im guessing that the overall height is screwed up and breaks. Does anyone has this problem?