I'm having this following error:
Uncaught ReferenceError: szClose is not defined
at jquery.colorbox.js?x=30:45
at jquery.colorbox.js?x=30:1026
Where is the problem?
(function ($, document, window) {
var
// Default settings object.
// See http://jacklmoore.com/colorbox for details.
defaults = {
transition: "none",
speed: 300,
fadeOut: 300,
width: false,
initialWidth: "400",
innerWidth: false,
maxWidth: false,
height: false,
initialHeight: "150",
innerHeight: false,
maxHeight: false,
scalePhotos: true,
scrolling: false,
inline: false,
html: false,
iframe: false,
fastIframe: true,
photo: false,
href: false,
title: true,
rel: false,
opacity: 0.8,
preloading: false,
className: false,
// alternate image paths for high-res displays
retinaImage: false,
retinaUrl: false,
retinaSuffix: '@2x.$1',
// internationalization
current: "image {current} of {total}",
previous: "previous",
next: "next",
close: szClose,
xhrError: "This content failed to load.",
imgError: "This image failed to load.",