Title: residevil's Replies | WordPress.org

---

# residevil

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Photo Gallery, Sliders, Proofing and Themes - NextGEN Gallery] Edit thumb – not working since last update](https://wordpress.org/support/topic/edit-thumb-not-working-since-last-update/)
 *  Thread Starter [residevil](https://wordpress.org/support/users/residevil/)
 * (@residevil)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/edit-thumb-not-working-since-last-update/#post-14880774)
 * Yes that worked. Had not seen the new update. Thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Revisions: Duplicate Posts, Submit, Approve and Schedule Content Changes] Custom Field not working with Revisions](https://wordpress.org/support/topic/custom-field-not-working-with-revisions/)
 *  Thread Starter [residevil](https://wordpress.org/support/users/residevil/)
 * (@residevil)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/custom-field-not-working-with-revisions/#post-13678290)
 * So standard custom fields dont work with standard revisions?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PublishPress Revisions: Duplicate Posts, Submit, Approve and Schedule Content Changes] Custom Field not working with Revisions](https://wordpress.org/support/topic/custom-field-not-working-with-revisions/)
 *  Thread Starter [residevil](https://wordpress.org/support/users/residevil/)
 * (@residevil)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/custom-field-not-working-with-revisions/#post-13678276)
 * Hi stevejburge,
 * what about standard custom fields – should they work with standard version of
   revisions?
 * Are standard custom fields also supported in Pro or must ACF be used?
    -  This reply was modified 5 years, 8 months ago by [residevil](https://wordpress.org/support/users/residevil/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Themolio] themolio uses original images instead of thumbnail or medium size images](https://wordpress.org/support/topic/themolio-uses-original-images-instead-of-thumbnail-or-medium-size-images/)
 *  [residevil](https://wordpress.org/support/users/residevil/)
 * (@residevil)
 * [13 years ago](https://wordpress.org/support/topic/themolio-uses-original-images-instead-of-thumbnail-or-medium-size-images/#post-2881800)
 * Sorry correction: I have this problem only on mobile devices.
 * This theme looks great on Desktops, but on mobiles it’s terrible although it 
   states to be responsive.
 * What can be my mistake?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Themolio] themolio uses original images instead of thumbnail or medium size images](https://wordpress.org/support/topic/themolio-uses-original-images-instead-of-thumbnail-or-medium-size-images/)
 *  [residevil](https://wordpress.org/support/users/residevil/)
 * (@residevil)
 * [13 years ago](https://wordpress.org/support/topic/themolio-uses-original-images-instead-of-thumbnail-or-medium-size-images/#post-2881799)
 * I also cant find the function, but have the same problem.
 * Any ideas how to solve?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Meta Term Description too long – not truncated](https://wordpress.org/support/topic/wp-seo-by-yoast-meta-term-description-too-long-1/)
 *  Thread Starter [residevil](https://wordpress.org/support/users/residevil/)
 * (@residevil)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/wp-seo-by-yoast-meta-term-description-too-long-1/#post-3821186)
 * Would be great if this finds his way to next official Update 🙂
 * Now I just hack the plugin itself with wp_trim_words:
 * use file: wpseo-functions.php and find the code
 *     ```
       if ( !empty( $r->taxonomy ) ) {
       		$replacements = array_merge( $replacements, array(
       			'%%category_description%%' => trim( strip_tags( get_term_field( 'description', $r->term_id, $r->taxonomy ) ) ),
       			'%%tag_description%%'      => trim( strip_tags( get_term_field( 'description', $r->term_id, $r->taxonomy ) ) ),
       			'%%term_description%%'     => trim( strip_tags( get_term_field( 'description', $r->term_id, $r->taxonomy ) ) ),
       			'%%term_title%%'           => $r->name,
       		) );
       	}
       ```
   
 * and change to
 * `'%%term_description%%' => wp_trim_words( trim( strip_tags( get_term_field( '
   description', $r->term_id, $r->taxonomy ) ) ) , $num_words = 20 , $more = '' )`
 * Every plugin update this must be done again.

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