Hi,
I just confirmed with the developer of the theme that it isn’t built with the frame work. This is what he suggested:
Hi there, well the plugin does not load bootstrap library. So you will need to download the appropriate js file from the https://getbootstrap.com/ and paste it in your /js/ folder then open functions.php file and paste
wp_enqueue_script( 'bootstrap-script', get_stylesheet_directory_uri() . '/js/bootstrap.js', array( 'jquery' ) );
after this
wp_enqueue_script( 'modernizr' );
Not sure which js file I need…appreciate any help!