Bootstrap 模式不再打开

The Bootstrap Modal no longer opens

更新 Wordpress 后,我无法再让我编写的用于打开模式的代码行正常工作,单击图像打开了一个带有文本、spotify 和 youtube 播放器以及 links 到社交的模式里面的网络。我将 link 附加到站点页面:https://www.festadellamusicact.it/fdm19/ 在控制台中出现以下错误:DevTools 无法加载 SourceMap:无法加载 https://open.scdn.co/cdn /build/embed/embed.fabac9a1.js.map 的内容:HTTP 错误:状态代码 404,net :: ERR_HTTP_RESPONSE_CODE_FAILURE 这是代码:

    <div id="luchè" class="modal distanza">
        <div class="modal-content" id="img01">
            <span class="close" data-dismiss="modal">&times;</span>
            <img src="https://www.festadellamusicact.it/wp-content/uploads/luchè.jpg" class="img-responsive img-modale">
            <h1 class="nomeartista">Luchè</h1>
            <h2 class="genere">[Hip Hop] -IT- </h2></br>
            <p class="descrizione">Luca Imprudente aka Luchè nato a Napoli il 7 Gennaio 1981 , inizia la sua carriera nel mondo dell'hip hop come rapper/producer del duo Napoletano CoSang.

您的网站上下载了两个不同版本的 Bootstrap JS。

版本 4.1.3 -> https://www.festadellamusicact.it/wp-content/themes/Avada-child/bootstrap/bootstrap.min.js?ver=1

版本 4.1.0 -> https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js

删除其中一个,它将正常工作。