Hi everybody, I am developing a video site for a university using Grav. It is an incredible CMS but I encountered an issue that I don't know how to fix.
I am using bootstrap 4.0.0 beta as the frontend core, and I wanted to add a navbar search similiar to youtube's, so the tntsearch plugin was the option of choice.
The thing is, when both bootstrap and tntsearch .js files are called, only tntsearch works.
So, calling only bootstrap means that every element is displayed correctly on the frontend, but then the search bar is useless. On the other hand, calling tntsearch means that bootsrap dropdowns don't work, meaning the menu won't open on mobile displays.
I don't know much about javascript or jquery, so I can't see what the problem is. Ah, and when both bootstrap and tntsearch are called and bootstrap dropdowns don't work, there is no error or warning messages on the console, even when using them.
So I am pretty lost here :)... Any help would be much appreciated.