I migrated from Joomla 3.10 to 4.2.8. Before that it worked fine, but now I experience some problems:
When sticky menu is selected, it does not work. JS console sometimes gives this error:
template.js:56 Uncaught TypeError: this.elem.affix is not a function
at Object.<anonymous> (template.js:56:15)
at Function.each (jquery.min.js?3.6.0:2:3003)
at S.fn.init.each (jquery.min.js?3.6.0:2:1481)
at make_sticky (template.js:54:14)
at dispatch (jquery.min.js?3.6.0:2:43064)
at v.handle (jquery.min.js?3.6.0:2:41048)
Additionally when reducing the width in this case (to check the different viewpoints), the navigation bar gets cut off at the right side when the viewport width is <=767px.
This behaviour is not present, when sticky menu is switched off.
And finally, in blog-layout, the articles are not displayed in columns anymore.
I appreciate some help! Thanks!