Title: HappyOutlet's Replies | WordPress.org

---

# HappyOutlet

  [  ](https://wordpress.org/support/users/jonpiehl/)

 *   [Profile](https://wordpress.org/support/users/jonpiehl/)
 *   [Topics Started](https://wordpress.org/support/users/jonpiehl/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jonpiehl/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jonpiehl/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jonpiehl/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jonpiehl/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jonpiehl/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Cool Image Share] Still in Beta](https://wordpress.org/support/topic/still-in-beta/)
 *  Thread Starter [HappyOutlet](https://wordpress.org/support/users/jonpiehl/)
 * (@jonpiehl)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/still-in-beta/#post-8535969)
 * [@flector](https://wordpress.org/support/users/flector/) – Do you have a GitHub
   for this plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Author Image] not working with 4.0 wordpress](https://wordpress.org/support/topic/not-working-with-40-wordpress/)
 *  [HappyOutlet](https://wordpress.org/support/users/jonpiehl/)
 * (@jonpiehl)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/not-working-with-40-wordpress/#post-5307397)
 * The issue is in the Javascript.
 * In the file easy-author-image-uploader.js on line 16
 * Replace:
    `var image_url = $('img',html).attr('src');`
 * With:
    `var image_url = $(html).attr('src');`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Author Image] Not adding author image to database in WP 4.0](https://wordpress.org/support/topic/not-adding-author-image-to-database-in-wp-40/)
 *  [HappyOutlet](https://wordpress.org/support/users/jonpiehl/)
 * (@jonpiehl)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/not-adding-author-image-to-database-in-wp-40/#post-5432603)
 * Here’s another solution…
 * Find the file ‘easy-author-image-uploader.js’ in the js folder
 * On line 16, replace:
    `var image_url = $('img',html).attr('src');`
 * with:
    `var image_url = $(html).attr('src');`
 * (just remove ‘img’,)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google Analytics Dashboard] [Plugin: Google Analytics Dashboard] 2.0.3 displays deprecation error](https://wordpress.org/support/topic/plugin-google-analytics-dashboard-203-displays-deprecation-error/)
 *  [HappyOutlet](https://wordpress.org/support/users/jonpiehl/)
 * (@jonpiehl)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-google-analytics-dashboard-203-displays-deprecation-error/#post-2291875)
 * I’m getting this error too. Anyone have a solution. Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)