Identify foreign JQuery function that fires onclick in wordpress theme

54 views Asked by At

I am using a different lightbox then my theme wants me to use. Everything is working correctly after I added the new lightbox except for one thing i cant really find.

Live Example: https://www.manufaktur13.com/produkt/camo-pusher-bag/

When you click on the thumbnails at the bottom area(middle) the lightbox comes up and displays the images correctly but the theme built in scripts also changes the main image at the top of the product page.

How can I stop this? (and for better understanding this whole console thing my advanced question is how can i detect what function in what script does this?)

I tried to look through the scripts, pause the execution in the console and set an event listener for clicks but theres so many information in the call stack thats confusing me even more...

A little update: I think it comes from the frescojs/fresco lightbox but i still dont know how to kill it.

0

There are 0 answers