Hi,
When I try to open an image on lighbox it opens in a new window and not in light box. When I go to console I see this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'top')
at HTMLDocument.<anonymous> (main.js:95:49)
at u (jquery.min.js?399941daa32d073f9607466196f6a213:2:27579)
at Object.fireWith [as resolveWith] (jquery.min.js?399941daa32d073f9607466196f6a213:2:28337)
at Function.ready (jquery.min.js?399941daa32d073f9607466196f6a213:2:30124)
at HTMLDocument._ (jquery.min.js?399941daa32d073f9607466196f6a213:2:27307)
The line 95 on main.js is this one:
var stickyNavTop = fixedSection.offset().top;
What is causing this and how to solve it?
Thanks