Hi!
I already used this plugin in the past and it worked fine. Today, when I was trying to use it with my X-Theme, it did not work. Every click on each image of the gallery would result in a direct path to the image.
My debugging:
– Checked if your file was loaded, indeed it was;
– No errors were found on the console;
– I used the console’s breakpoint to check if it ran and checked that it didn’t pass this point:
$(document).on(‘ready’+rlArgs.custom_events, function() {
– Your rlArgs.custom_events = “”
Quite odd that this isn’t working, do you know anything that may cause this?
As a temporary solution, the line above was removed of the site where it cause the problem and it started working.
Thank you in advance!