Estimados, estoy haciendo mantención a una web con wordpress (algo relativamente nuevo para mi).
Se trata de un lightbox que no funciona, y que en el inspector de Chrome me envia el siguiente error:
Código:
vlbdata1.js:formatted:2Uncaught TypeError: (intermediate value).visualLightbox is not a function
(anonymous function) @ vlbdata1.js:formatted:2
i @ jquery.js?ver=1.12.3:2
fireWith @ jquery.js?ver=1.12.3:2
ready @ jquery.js?ver=1.12.3:2
K @ jquery.js?ver=1.12.3:2
todo esto apuntando a la función:
Código:
jQuery(document).ready(function() {
window.Lightbox = new jQuery().visualLightbox({
autoPlay: true,
borderSize: 39,
classNames: 'vlightbox1',
descSliding: true,
enableRightClick: false,
enableSlideshow: true,
prefix: 'vlb1',
resizeSpeed: 7,
slideTime: 4,
startZoom: true
})
});
De antemano, muchas gracias!