Title: meattle's Replies | WordPress.org

---

# meattle

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/meattle/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/meattle/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/meattle/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] stretched and elongated](https://wordpress.org/support/topic/stretched-and-elongated/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/stretched-and-elongated/#post-18818181)
 * You’re welcome!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] stretched and elongated](https://wordpress.org/support/topic/stretched-and-elongated/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/stretched-and-elongated/#post-18818171)
 * > When thumbs in 300 size the block is not in the middle
 * To center, try:
 *     ```wp-block-code
       .yarpp-thumbnails-horizontal {    display: flex;    flex-wrap: wrap;}
       ```
   
 * ps. for the best share buttons (we’re biased :)), try our other plugin – [https://wordpress.org/plugins/shareaholic/](https://wordpress.org/plugins/shareaholic/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] stretched and elongated](https://wordpress.org/support/topic/stretched-and-elongated/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/stretched-and-elongated/#post-18818141)
 * > Now cut but not streched
 * If you’re OK with potentially showing padding around the thumbnail, try:
 *     ```wp-block-code
       .yarpp-thumbnails-horizontal .yarpp-thumbnail > img {    max-width: 100%;    max-height: 100%;    width: auto;    height: auto;}
       ```
   
 * > in settings is an option to regenerate as I remeber, istn’t?
 * Yes, there is.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] stretched and elongated](https://wordpress.org/support/topic/stretched-and-elongated/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/stretched-and-elongated/#post-18818119)
 * Also, this may be helpful:
 * To change “yarpp-thumbnail” size, add the following to your theme’s `functions.
   php` file with appropriate width and height variables:
 *     ```wp-block-code
       add_image_size( 'yarpp-thumbnail', $width, $height, true ); 
       ```
   
 * When you do this, make sure you also set the YARPP setting “Thumbnail Size” to“
   yarpp-thumbnail”.
 * Each time you change YARPP’s thumbnail dimensions like this, you will probably
   want to have WordPress regenerate appropriate sized thumbnails for all of your
   images. We highly recommend the [Regenerate Thumbnails](https://wordpress.org/extend/plugins/regenerate-thumbnails/)
   plugin for this purpose.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] stretched and elongated](https://wordpress.org/support/topic/stretched-and-elongated/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/stretched-and-elongated/#post-18818109)
 * Hi [@istok](https://wordpress.org/support/users/istok/) 
   For (1) — the stretching
   issue — please try adding the following CSS:
 *     ```wp-block-code
       .yarpp-thumbnails-horizontal .yarpp-thumbnail > img {   object-fit: cover !important;}.yarpp-thumbnails-horizontal .yarpp-thumbnail{  height: auto !important;}
       ```
   
 * This should prevent the images from being distorted and allow the boxes to adjust
   properly to the title height.
 * For (2) – could you please switch the thumbnail width to 300px and let us know?
   Seeing it live will help us better understand what might be affecting the alignment.
 * Thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic] Content Pool Not Updating](https://wordpress.org/support/topic/content-pool-not-updating/)
 *  Plugin Support [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [8 months ago](https://wordpress.org/support/topic/content-pool-not-updating/#post-18793937)
 * Hi [@fredthetruth](https://wordpress.org/support/users/fredthetruth/) — thanks
   for flagging this.
 * We identified an issue where the content indexer had stopped processing. This
   has been fixed, and the indexer is now running and catching up. There is a backlog
   of several million pages, so indexing may take a bit of time to fully reflect.
 * In the meantime, please try clicking **“Re-index content”** and let us know if
   you see updates on your end. We’re happy to double-check as well.
 * Thanks for your patience 🙏
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] How to prevent index YARPP image which comes in related posts section](https://wordpress.org/support/topic/how-to-prevent-index-yarpp-image-which-comes-in-related-posts-section/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/how-to-prevent-index-yarpp-image-which-comes-in-related-posts-section/#post-18588986)
 * Hi [@iamskrana](https://wordpress.org/support/users/iamskrana/) I’m not quite
   following. Can you please try to rephrase the question?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] How can I increase excerpt beyond 15 words?](https://wordpress.org/support/topic/how-can-i-increase-excerpt-beyond-15-words/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/how-can-i-increase-excerpt-beyond-15-words/#post-18567750)
 * `return 30;` can be any number – more or less. It represents the number of words
   to return.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] How can I increase excerpt beyond 15 words?](https://wordpress.org/support/topic/how-can-i-increase-excerpt-beyond-15-words/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 1 month ago](https://wordpress.org/support/topic/how-can-i-increase-excerpt-beyond-15-words/#post-18567696)
 * Thanks for reaching out!
 * To increase the excerpt length in YARPP, you can try adding the following filter
   to your theme’s functions.php file:
 *     ```wp-block-code
       function custom_excerpt_length( $length ) {    return 30; // Change 30 to the desired number of words }add_filter( 'excerpt_length', 'custom_excerpt_length', 999 );
       ```
   
 * After adding this, please clear any caching (both site and plugin level) and 
   recheck your related posts output.
 * [Reference](https://developer.wordpress.org/reference/hooks/excerpt_length/)
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[YARPP - Yet Another Related Posts Plugin] Great so far!](https://wordpress.org/support/topic/great-so-far-138/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/great-so-far-138/#post-18549797)
 * Hi [@powderboy](https://wordpress.org/support/users/powderboy/) Relevancy controls
   are in your hands – can be tweaked from the settings. You can customize match
   factors, including setting a custom match threshold.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] No Realted Posts on Every Post](https://wordpress.org/support/topic/no-realted-posts-on-every-post/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/no-realted-posts-on-every-post/#post-18544905)
 * [@gale13](https://wordpress.org/support/users/gale13/) could you please check
   if there are entries populating in the `yarpp_related_cache` mysql table? Have
   you tried tweaking your YARPP threshold settings?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Title font size?](https://wordpress.org/support/topic/title-font-size-21/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/title-font-size-21/#post-18544587)
 * You’re welcome!
 * P.s. for Social Sharing, our sister plugin – [https://wordpress.org/plugins/shareaholic/](https://wordpress.org/plugins/shareaholic/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Title font size?](https://wordpress.org/support/topic/title-font-size-21/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/title-font-size-21/#post-18544537)
 * This should help – [https://world.siteground.com/kb/add-custom-css-wordpress/](https://world.siteground.com/kb/add-custom-css-wordpress/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Title font size?](https://wordpress.org/support/topic/title-font-size-21/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/title-font-size-21/#post-18544495)
 * [@yolswan](https://wordpress.org/support/users/yolswan/) if you have a caching
   plugin, you should try clearing the cache. Also within your SiteGround Optimizer
   options, I would try not combining CSS files and try tweaking some other settings.
   Make sure you clear your cache each time.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YARPP - Yet Another Related Posts Plugin] Title font size?](https://wordpress.org/support/topic/title-font-size-21/)
 *  Plugin Author [meattle](https://wordpress.org/support/users/meattle/)
 * (@meattle)
 * [1 year, 2 months ago](https://wordpress.org/support/topic/title-font-size-21/#post-18544020)
 * [@yolswan](https://wordpress.org/support/users/yolswan/) when I visit your website,
   it seems like the theme is broken? In any case, you can use the following CSS
   to target YARPP’s titles for the YARPP template that you have enabled:
 *     ```wp-block-code
       .yarpp-related .yarpp-thumbnail-title {  font-size: 12px !important;  font-weight: 700 !important;  text-align: left !important;}
       ```
   

Viewing 15 replies - 1 through 15 (of 43 total)

1 [2](https://wordpress.org/support/users/meattle/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/meattle/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/meattle/replies/page/2/?output_format=md)