Denis Stetsenko
Forum Replies Created
-
I still see this error:
Uncaught TypeError: $ is not a function at r.setFeedItemHeight (embed-no-jquery.js:18:3313) at o.<anonymous> (embed-no-jquery.js:18:493) at r.emitEvent (embed-no-jquery.js:2:24416) at r.emit (embed-no-jquery.js:2:24613) at embed-no-jquery.js:2:27805
It happens because of this code:
$(".words > .j-text").each((function() { return $(this).css("display", "none"), $(this).height(), $(this).css("display", "") }
You may want to replace this part
$(".words > .j-text").
=>jQuery(".words > .j-text").
So easy change. It’s been there for MONTHS of procrastination…
Great, thanks!
Another issue this plugin has is that it loads juicer/includes/admin/js/admin.js on ALL pages in the backend(admin) which causes compatibility issues and errors like
Uncaught TypeError: Cannot read properties of null (reading 'addEventListener') at HTMLDocument.<anonymous> (admin.js?ver=1.12.5:44:7)
I’d recommend loading this script ONLY on the admin.php?page=juicer-settings page.
Hope it makes sense.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Dropbox sync stopped workingTo anyone who is reading it – BunnyCDN has v.2.2.2, which comes with a fix. Just update the plugin and it should be OK.
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] Dropbox sync stopped working@delanet nice catch! Yes, indeed BynnyCDN causes this issue. I already submitted a ticket to their support. Waiting for their response.
Forum: Plugins
In reply to: [Track The Click] Undefined property@danfoster, that was fast!
Thank you!
Thank you!