Hi, I had the same problem.
In my case the plugin wasn’t working because I didn’t have wp_head(); in the header file of my theme and wp_footer(); in the footer file.
The plugin needs these functions to be able to enqueue the scripts.
I hope this helps 🙂