File includes/templates/bootstrap/jscript/jscript_zca_bootstrap.js

starts with

$('a.imageModal').on('click', function() {

might need to be wrapped in

if ($('a.imageModal')) {

without this you can get

Uncaught TypeError: $(...) is null

if the page has no images.