Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   jQuery not found...works in localhost but not online (http://forum.bytesforall.com/showthread.php?t=18379)

kayel_justice Sep 15, 2012 04:45 PM

jQuery not found...works in localhost but not online
 
Can someone please tell me why my jquery is not found? Website below
http://spazbunny.com/tanyacolucci/

Here is the script I added in the header:

<link href="<?php bloginfo('template_url'); ?>/mystyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/nbw-parallax.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/jquery.localscroll-1.2.7-min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/jquery.scrollTo-1.4.2-min.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts/jquery.inview.js"></script>


Here is the output from Chrome's Inspect Element:
Failed to load resource: the server responded with a status of 404 (Not Found)

What's weird is this is where it's looking. I've tried the absolute path and it shows the same thing. A bunch of weird stuff in the middle after the folder wp is installed in (TanyaColluci).
http://spazbunny.com/tanyacolucci/%3C?php%20echo%20$templateURI;%20?%3E/scripts/jquery.scrollTo-1.4.2-min.js

Can someone help me help ata find the path to my scripts? This works fine in my localhost.


All times are GMT -6. The time now is 06:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.