js help - Wordpress theme

Soldato
Joined
6 Mar 2008
Posts
10,079
Location
Stoke area
Hi all,

I am trying to move my bootstrap template for our new work website over to a wordpress template (it's better hand coded but others need access to it edit it) :(

I've googled, followed several guides etc and I still can't get it to load the javascript.

I've got the following code:
header >
Code:
<script src="../wp-content/themes/vir/js/respond.js"></script>
footer >
Code:
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="../wp-content/themes/vir/js/bootstrap.min.js"></script>

Both the respond.js and bootstrap.min.js files are in the js folder, however the drop down menu's etc aren't working. Developing it on USBWebserver but had the same issue when trying it on free web host I use for dev.

Any advice? I'm a complete WP Theme noob :(
 
Back
Top Bottom