View Single Post
Old 04-20-2012, 10:27 PM  
anexsia
Confirmed User
 
anexsia's Avatar
 
Industry Role:
Join Date: May 2010
Posts: 5,735
Quote:
Originally Posted by CamDoughCat View Post
I really do like these themes. Just trying to be careful is all....

So first few files I checked (I'm no expert) but I think these lines need changed:

In header. php
Code:
<? wp_head(); ?>
        
        <script src="<?php bloginfo('template_directory'); ?>/js/jquery.tools.min.js" type="text/javascript"></script>

        <script src="<?php bloginfo('template_directory'); ?>/js/init.js" type="text/javascript"></script>

    </head>
changed to read:
Code:
<script src="http://cdn.jquerytools.org/1.2.7/full/jquery.tools.min.js"></script>
		
<script src="<?php bloginfo('template_directory'); ?>/js/init.js" type="text/javascript"></script>
        
        
<?php wp_head(); ?>
    </head>
and in Comments.php line 13 needs fixed:
Code:
<?
to this

Code:
<?php
That's all I found that I thought needed changed because testing locally the comments.php gave me a syntax error and the header.php file was printing the header hook in the page source.....
Thanks for looking through the themes...keep us updated I'm trying to finish up some blogs so I can get around to playing with these.
anexsia is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote