我正在使用bootstap广告素材主题构建WordPress网站。我一直在搞糊涂,但我现在已经撞墙了。
我在谷歌浏览器中显示未发现的错误,我需要帮助修复:
Uncaught Error: Bootstrap's JavaScript requires jQuery at bootstrap.min.js:6
Uncaught ReferenceError: jQuery is not defined at jquery.easing.min.js:44
Uncaught TypeError: a is not a function at jquery.magnific-popup.min.js:4
Uncaught ReferenceError: jQuery is not defined at creative.min.js:6
Uncaught ReferenceError: jQuery is not defined at jquery.easing.min.js:44
源文件是公开的,因此您需要的是here。
我还没有玩过任何这些文件,但如果您需要我的文件,请告诉我。
答案 0 :(得分:0)
您需要加载jQuery。
不那么干净的解决方案
首先安装Insert Headers and Footers
然后去设置>插入页眉和页脚。
最后在标题"
中的&#34; Scripts中复制/过去此代码<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js></script>
最佳解决方案
只需将此代码添加到主题的html代码
的标题中即可<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.0/jquery.min.js></script>