If anyone else is experiencing this issue try using this script, fixed the problem for me.
<script type=”text/javascript”>
setTimeout(function(){
(function () {
“use strict”;
jQuery.getScript(“/wp-content/plugins/optima-express/js/bootstrap-libs/bootstrap.min.js”);
}());
}, 1500);
</script>