WP Favorite Posts Object has no method ‘live’
WP Favorite Posts plugin causes an error as is and must be updated to work with the current version of Jquery. In your plugin file wp-favorite-posts/wpfp.js you must update .live() function to a .on() function. Jquery .live() is a deprecated … Continued