WP-Image-Hotspot icon indicating copy to clipboard operation
WP-Image-Hotspot copied to clipboard

Hotspot button missing in WordPress 4.5

Open frankiejarrett opened this issue 8 years ago • 3 comments

I haven't done much investigation, but I tried on two separate sites and just wanted to report it here.

screen shot 2016-04-16 at 7 42 44 pm

frankiejarrett avatar Apr 17 '16 00:04 frankiejarrett

@jonathanbardo Error in the console:

Uncaught TypeError: $(...).first(...).pointer(...).pointer.css is not a function in image-hotspot.js?ver=0.2:159

Line in question:

// Pointer don't show on media modal otherwise
$( t.btnClass ).first().pointer( 'instance').pointer.css( {zIndex: 170000} );

frankiejarrett avatar Apr 21 '16 04:04 frankiejarrett

Thank you for reporting this, I'll will be fixing this today :smile:

jonathanbardo avatar Apr 21 '16 12:04 jonathanbardo

Fixed in 087c108

jonathanbardo avatar Apr 21 '16 21:04 jonathanbardo