04/27/2016 at 12:06 pm
#374338
Keymaster
@ Jamie
re: I have had that plugin for several months, though, without a problem.
Yes, but I am guessing you just recently updated to WordPress 4.5?
WordPress updated the jQuery included with ti to version 1.12 which fixed a bug.
This line, the one I referenced in my previous reply:
$('a.poplight[href^=#]').click(function() {
Should be this:
$('a.poplight[href^="#"]').click(function() {
You can read more about it here:
https://wordpress.org/support/topic/read-this-first-wordpress-45-master-list?replies=7#post-8271654
Hope that helps to clarify the issue.
