I am having some issues on my site, all of the pop boxes refuse to display.
When I click a function that requires the pop-up to display the whole website goes "dark". Apparently this is Something to do with the Javascript not loading properly...
I have enabled error reporting in Joomla and it shows nothing 
Does anyone have an idea what is going on here?
This is the bit that is no loading, I can see it in Firebug...
<div id="modal-hikashop_new_address_popup" class="modal hide fade in" style="width: 780px; height: 490px; margin-left: -390px; display: block;" aria-hidden="false">
<div class="modal-header">
<button class="close" data-dismiss="modal" type="button">×</button>
<h3>New</h3>
</div>
<div id="modal-hikashop_new_address_popup-container"> </div>
</div>
<div id="modal-hikashop_edit_address_popup_3" class="modal hide fade in" style="width: 780px; height: 490px; margin-left: -390px; display: block;" aria-hidden="false">
<div class="modal-header">
<button class="close" data-dismiss="modal" type="button">×</button>
<h3>Edit</h3>
</div>
<div id="modal-hikashop_edit_address_popup_3-container"> </div>
</div>
<div class="modal-backdrop fade in"></div>
Many many thanks in advance!