cmleese
Forum Replies Created
-
also the new version of admin-menu.php (3.4.4) fixes this which can be found here :
https://themes.svn.www.ads-software.com/boilerplate/3.4.4/boilerplate-admin/admin-menu.php
Open up this file:
.\wp-content\themes\boilerplate\boilerplate-admin\admin-menu.php
and add the slashes in front of the link and scripts shown bellow:
line 361-
echo '<!--[if IE ]><link rel="stylesheet" href="'.BP_THEME_URL.'/css/ie.css'.$cache.'"><![endif]-->'.PHP_EOL;
line 371-
echo '<script src="' .BP_THEME_URL. '/js/modernizr.js'.$cache.'"></script>'.PHP_EOL;
line 381-
echo ' <script>!window.ieshiv && document.write(unescape(\'%3Cscript src="' .BP_THEME_URL. '/js/ieshiv.js'.$cache.'"%3E%3C/script%3E\'))</script>'.PHP_EOL;
line 390-
echo '<script src="' .BP_THEME_URL. '/js/respond.js'.$cache.'"></script>'.PHP_EOL;
line 402-
echo '<script>window.jQuery || document.write(unescape(\'%3Cscript src="' .BP_THEME_URL. '/js/jquery.js'.$cache.'"%3E%3C/script%3E\'))</script>'.PHP_EOL;
line 410-
echo '<script src="' .BP_THEME_URL. '/js/plugins.js'.$cache.'"></script>'.PHP_EOL;
line 418-
echo '<script src="' .BP_THEME_URL. '/js/script.js'.$cache.'"></script>'.PHP_EOL;
I have this problem also. Looked in , header.php, footer.php, functions.php .
I don’t know where this URL is created. I can’t proceed with development until I get the scripts to load.
Does anyone know where the <script> tags are generated?On a note also, I installed another theme, Constellation, and it to does the same thing. I’m assuming its a boilerplate thing since it uses that as well.
Please help!