Title: fest's Replies | WordPress.org

---

# fest

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Image sizes lost](https://wordpress.org/support/topic/image-sizes-lost/)
 *  [fest](https://wordpress.org/support/users/fest/)
 * (@fest)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/image-sizes-lost/#post-1144215)
 * I had the same issue for one of my wordpress installs.
    I solved it by updating
   wp_postmeta table like this:
 * `UPDATE wp_postmeta SET meta_value = REPLACE(meta_value,'/your/local/path/','')`
 * and then running regenerate-thumbnails plugin, so that _wp_attachment_metadata
   is updated as well (it should become corrupted in step 1, because when php serializes
   a string, it stores string length, which now has changed).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Removing AddThis from Static Pages](https://wordpress.org/support/topic/removing-addthis-from-static-pages/)
 *  [fest](https://wordpress.org/support/users/fest/)
 * (@fest)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/removing-addthis-from-static-pages/#post-917884)
 * It’s pretty easy- just open addthis_social_widget.php file, go to line 110 (if
   you’re using the newest version of this plugin) and change the line which reads:
   `
   if (is_feed()) return $content;` to `if (is_feed() || is_page()) return $content;`
   Voila, your static pages don’t have this widget anymore.

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