themesberg / neumorphism-ui-bootstrap

Neumorphism inspired UI Kit: web components, sections and pages in neumorphic style built with Bootstrap CSS Framework

Home Page:https://themesberg.com/docs/neumorphism-ui/getting-started/quick-start/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accordians not working

ryajckckxkckc opened this issue · comments

when i run it locally the accordians don't work when you click them, on the actual site they open when you click them but not on my locally run version am i doing something wrong?

I also had the same problem with the accordions and the hamburger menu in the mobile view, I was able to solve it by replacing the content of the file vendor\jquery\dist\jquery.min.js for the jquery version 3.5.1 https://code.jquery.com/jquery-3.5.1.min.js, or if you use NodeJS it would be to change the jquery version in the package.json file in the dependencies section "jquery": "3.5.1"