A JavaScript bug in the new version: breakpoints stopped working
-
Hi, I encountered a new bug/problem. The layout stopped being responsive, it reverted to mobile.
I found out that the screen size breakpoint CSS classes are not added (eg.
.tribe-common--breakpoint-medium
). This occurs on the event list page, the other views I’m not using.Here is the error message from the JavaScript console:
breakpoints.js?ver=5.3.0:68 Uncaught TypeError: Cannot convert undefined or null to object
at Function.keys (<anonymous>)
at Object.obj.setContainerClasses (breakpoints.js?ver=5.3.0:68)
at Object.obj.initTasks (breakpoints.js?ver=5.3.0:158)
at HTMLDivElement.obj.init (breakpoints.js?ver=5.3.0:187)
at HTMLDocument.dispatch (jquery.js?ver=1.12.4-wp:3)
at HTMLDocument.r.handle (jquery.js?ver=1.12.4-wp:3)
at Object.trigger (jquery.js?ver=1.12.4-wp:3)
at HTMLDivElement.<anonymous> (jquery.js?ver=1.12.4-wp:3)
at Function.each (jquery.js?ver=1.12.4-wp:2)
at n.fn.init.each (jquery.js?ver=1.12.4-wp:2)I’m happy to provide more info. You can check the problem on the link.
Thanks for checking this bug.Gabriel
The page I need help with: [log in to see the link]
- The topic ‘A JavaScript bug in the new version: breakpoints stopped working’ is closed to new replies.