• Resolved hughc

    (@hughc)


    I installed Query Monitor to debug a SQL issue on an existing site. The new panel interface was pretty slick (tho I may miss a global ctrl-f search for keywords, can we get an ‘unpacked’ view?).

    After install, I had another plugin (https://plugins.www.ads-software.com/font-resizer) throw a jquery exception. It was complaining that the jquery plugin that drives font resizing on the site was undefined. Examining jQuery.fn in the console showed the jquery plugin to have not loaded, despite the plugin script file loading without incident. Disabling Query Monitor removed the error.

    There are a number of plugins installed here, so I can’t point the finger, but I reverted to a copy of QM 2.1.7 that I had elsewhere, and the error disappeared.

    I spun a up a brand new twenty seventeen instance, with just Query Monitor 3.0.0 and the font-resizer installed, and the issue did not reproduce, so something else is going on.

    • This topic was modified 6 years, 11 months ago by hughc.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    Thanks for the report! I’ve had several reports of this since releasing QM 3.0, so clearly I need to improve the jQuery detection.

    You’re not the first person to mention the global in-page search either. I’ll have a think and see what I can do about this.

    Thread Starter hughc

    (@hughc)

    As an update, I’ve had further grief with the other (font resizer) plugin, turned out the previous dev was conditionally unhooking jquery and hooking a CDN version of it. I had to disable this code in order to get the other plugin running OK. Unsure if that helps at all in your efforts to work out what’s going on.

    Plugin Author John Blackbourn

    (@johnbillion)

    WordPress Core Developer

    This should be fixed in 3.0.1

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘failure to load 3rd party jquery plugin’ is closed to new replies.