Title: Thumbnails when using shortcode for category posts
Last modified: August 30, 2016

---

# Thumbnails when using shortcode for category posts

 *  Resolved [pcp81215](https://wordpress.org/support/users/percivalconstantine/)
 * (@percivalconstantine)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/)
 * Hi, I have a question about the way some featured images are displayed.
 * All my featured images have the same size (300×165) and they look great on the
   main page: [http://marvel.omegafic.com/](http://marvel.omegafic.com/)
 * But on other pages when I use this plugin to list all posts in a category, the
   featured images look like they should have different dimensions: [http://marvel.omegafic.com/amazing-fantasy/](http://marvel.omegafic.com/amazing-fantasy/)
 * On this page, the thumbnail of the featured image looks like it should have different
   dimensions. I’m not sure if this is a result of the theme or the plugin, which
   is why I’m posting this in both forums.
 * Any thoughts on how I can fix this?
 * [https://wordpress.org/plugins/shortcodes-ultimate/](https://wordpress.org/plugins/shortcodes-ultimate/)

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

 *  [askmediy](https://wordpress.org/support/users/askmediy/)
 * (@askmediy)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860643)
 * I would think you need to regenerate your thumbnails. Install a regenerate thumbnail
   plugin
 *  Thread Starter [pcp81215](https://wordpress.org/support/users/percivalconstantine/)
 * (@percivalconstantine)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860644)
 * I’ve tried that, doesn’t seem to make a difference.
 *  [askmediy](https://wordpress.org/support/users/askmediy/)
 * (@askmediy)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860646)
 * Hmm. Being that you have two different size thumbnails on the same page using
   the same class it only makes sense to regen. But maybe cleaning your cache or
   trying a different computer to view your site.
 * I
 *  Thread Starter [pcp81215](https://wordpress.org/support/users/percivalconstantine/)
 * (@percivalconstantine)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860648)
 * I tried clearing the cache and viewing it on other machines. Still the same.
 * And a point of clarification, there aren’t two different-size thumbnails on the
   same page. The images at the top of the page are displayed at full size.
 *  [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * (@essentialsoflife)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860676)
 * Your main page lists the posts in the widget class kopa-blog-list-widget. While
   the second page is listed in the class entry-box standard post
 *  Thread Starter [pcp81215](https://wordpress.org/support/users/percivalconstantine/)
 * (@percivalconstantine)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860677)
 * So what would I put in to change it?
 *  [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * (@essentialsoflife)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860678)
 * How did you get the excerpt to show? All I get is the title and thumbnail.
 *  Thread Starter [pcp81215](https://wordpress.org/support/users/percivalconstantine/)
 * (@percivalconstantine)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860681)
 * In the post editing screen, select Screen Options at the top and make sure the
   Excerpt box is ticked. Then under the post editor, you’ll see a text box that
   says Excerpt. You can enter in a custom excerpt in there and it’ll show on the
   page.
 *  [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * (@essentialsoflife)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860683)
 * The small image css says:
 * .su-posts-default-loop .su-post-thumbnail img {
    max-width: 100px; max-height:
   100px;
 * You can edit this in the shortcode settings in the custom css tab
 *  [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * (@essentialsoflife)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860687)
 * That’s interesting… I guess I don’t have the same screen as you do. I’m using
   this entered into the add new post, but do not see a screen option any where:[
   su_posts template=”templates/teaser-loop.php” post_type=”testimonial” taxonomy
   =”post_tag” tax_operator=”2″ order=”desc” orderby=”rand”]
 *  Thread Starter [pcp81215](https://wordpress.org/support/users/percivalconstantine/)
 * (@percivalconstantine)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860689)
 * Tried to edit in the shortcode settings in both the SU custom CSS and the WordPress
   custom CSS and neither one worked.
 *  [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * (@essentialsoflife)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860693)
 * Looks like you might also have to change this:
 * .su-posts-default-loop .su-post-thumbnail {
    float: left; display: block; width:
   100px; height: 100px;
 * The first one gives max-width and height, this one give specifics.
 * I hope that works as I’m out of ideas…
 *  [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * (@essentialsoflife)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860695)
 * Does your shortcode look like mine or is there more to yours?
 *  Thread Starter [pcp81215](https://wordpress.org/support/users/percivalconstantine/)
 * (@percivalconstantine)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860696)
 * That did it! Thanks!
 *  [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * (@essentialsoflife)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860700)
 * The change my own image, I had to edit
    .su-posts-teaser-loop .su-post-thumbnail

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

The topic ‘Thumbnails when using shortcode for category posts’ is closed to new 
replies.

 * ![](https://ps.w.org/shortcodes-ultimate/assets/icon-256x256.gif?rev=2547563)
 * [Shortcodes Ultimate - Content Elements](https://wordpress.org/plugins/shortcodes-ultimate/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcodes-ultimate/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcodes-ultimate/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcodes-ultimate/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcodes-ultimate/reviews/)

 * 15 replies
 * 3 participants
 * Last reply from: [essentialsoflife](https://wordpress.org/support/users/essentialsoflife/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/thumbnails-when-using-shortcode-for-category-posts/#post-6860700)
 * Status: resolved