Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   New Versions, & Updating (http://forum.bytesforall.com/forumdisplay.php?f=12)
-   -   bug - jquery.js not found (http://forum.bytesforall.com/showthread.php?t=2996)

sdw Aug 15, 2009 11:16 PM

bug - jquery.js not found
 
I believe that this is a theme error - if wordpress is not installed in the root directory, then the theme does not find jquery.js. I can go poking around to find out where this happens, but I'm wondering if this is something that can be fixed generically.

thanks

sdw Aug 15, 2009 11:29 PM

the problem appears to be in the following code:

<script type="text/javascript" src="<?php echo $bfa_ata['get_option_home']; ?>/wp-includes/js/jquery/jquery.js?ver=1.2.6"></script>


apparently $bfa_ata['get_option_home'] is not returning the wordpress home, but the root directory.

Flynn Aug 16, 2009 05:23 AM

You're right, this should be (and is, in 3.4.2) replaced with $bfa_ata['siteurl']


All times are GMT -6. The time now is 03:16 AM.

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