Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Reply To: Help with collapsing menu (hamburger)

Home Forums Latest release 1.1.x Help with collapsing menu (hamburger) Reply To: Help with collapsing menu (hamburger)

#8335
robcwha
Participant

Hi Rob. Another first time Rob here.

I had this same problem which I just resolved. I was also having a problem with bootstrap datetimepicker not working
(edit:223 Uncaught TypeError: $(…).datetimepicker is not a function)
which was caused by pulling in a second copy of jquery as noted here:
https://stackoverflow.com/questions/30784088/uncaught-typeerror-fullcalendar-is-not-a-function-in-laravel-5.

Fixing that also fixed the problem with the collapsing menu.

Hope this helps if you haven’t already resolved it.

Rob