Like button on JetPack not loading properly
-
Hi,
I think this is a known issue but it seems that for some themes as mine, the Like button is grayed out and shows as Loading.
Debugging I’ve seen errors like:
$container.has is not a function
for function
jQuery( document ).click( function( e ) { var $container = jQuery( '#likes-other-gravatars' ); if ( $container.has( e.target ).length === 0 ) { $container.fadeOut( 'slow' ); } });
Hope this helps debugging this.
Regards,
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Like button on JetPack not loading properly’ is closed to new replies.