Problem with jquery

Permalink
I definitly have a problem with this <?php Loader::element('header_required')?>
When I delete it the site works properly, otherwise I just get blank pages.

My template already uses those
<script type="text/javascript" src="<?php echo $view->getThemePath()?>/scripts/jquery.js"></script>
<script type="text/javascript" src="<?php echo $view->getThemePath()?>/scripts/jqueryui.js"></script>
<script type="text/javascript" src="<?php echo $view->getThemePath()?>/scripts/framework.plugins.js"></script>
<script type="text/javascript" src="<?php echo $view->getThemePath()?>/scripts/custom.js"></script>


What solutions do I have to get the site working ?¿ Many thanks

 
WebcentricLtd replied on at Permalink Reply
remove your call to jquery - maybe there is a conflict
ptityop replied on at Permalink Reply
i've already tried that, as well as placing it in the footer ,the only thing that works is when I delete the header required.
WebcentricLtd replied on at Permalink Reply
do you see any errors if you open up a console?
+ what css files are you calling in your theme?