
Originally Posted by
Myll_Erik
I'd suggest looking at source code again

And to save your eyes - I'll even give you a hint as to the location.
The page that has the code has the word Preorder on it!
I'd suggest looking at your code again too
You've missed two "/" in your javascript injectors in HEAD section
Code:
<script type='text/javascript' src='http://defiance.com/wp-contentthemes/library/js/jquery-plugins.min.js'></script>
<script type='text/javascript' src='http://defiance.com/wp-contentthemes/library/js/modernizr-2.6.2.min.js'></script>
and
Code:
<script type='text/javascript' src='http://defiance.com/wp-contentplugins/trion_api/js/api.min.js?ver=1359671906'></script>
Probably in FOOTER section, it's at the end of the page anyway (still it may be functions.php or any plugin-file)
Most of .js based interactions wont work (such as log in etc...) because of that