我使用Bootstrap构建的Wordpress模板有问题 - 脚本不起作用,例如下拉菜单......我确信我按照说明做了一切。但我不知道为什么我的Bootstrap想要加载“assets”文件夹虽然在该版本(3.1.0)中没有这样的文件夹。
我的主题文件夹中包含Bootstrap文件的位置如下所示:
http://localhost:8888/my-site/wp-content/themes/my-theme/
我的控制台说:
Failed to load resource: the server responded with a status of 404 (Not Found)
http://localhost:8888/assets/js/bootstrap-transition.js
http://localhost:8888/assets/js/bootstrap-alert.js
http://localhost:8888/assets/js/jquery.js
http://localhost:8888/assets/js/bootstrap-modal.js
http://localhost:8888/assets/js/bootstrap-dropdown.js
http://localhost:8888/assets/js/bootstrap-scrollspy.js
http://localhost:8888/assets/js/bootstrap-tooltip.js
http://localhost:8888/assets/js/bootstrap-tab.js
http://localhost:8888/assets/js/bootstrap-popover.js
http://localhost:8888/assets/js/bootstrap-button.js
http://localhost:8888/assets/js/bootstrap-collapse.js
http://localhost:8888/assets/js/bootstrap-typeahead.js
http://localhost:8888/assets/js/bootstrap-carousel.js
在我的style.css主题文件中,我只获得了有关主题作者和此行的信息:@import url('css/bootstrap.min.css');
反过来,我的header.php文件仅包含:
<link href="<?php bloginfo('stylesheet_url');?>" rel="stylesheet">
答案 0 :(得分:0)
你是如何加载脚本的?您指明如何加载样式表,而不是脚本本身。通常自举模板包括在页脚中包含这些模板。