Viewing 15 replies - 1 through 15 (of 15 total)
  • I would think you need to regenerate your thumbnails. Install a regenerate thumbnail plugin

    Thread Starter pcp81215

    (@percivalconstantine)

    I’ve tried that, doesn’t seem to make a difference.

    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

    (@percivalconstantine)

    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.

    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

    (@percivalconstantine)

    So what would I put in to change it?

    How did you get the excerpt to show? All I get is the title and thumbnail.

    Thread Starter pcp81215

    (@percivalconstantine)

    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.

    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

    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

    (@percivalconstantine)

    Tried to edit in the shortcode settings in both the SU custom CSS and the WordPress custom CSS and neither one worked.

    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…

    Does your shortcode look like mine or is there more to yours?

    Thread Starter pcp81215

    (@percivalconstantine)

    That did it! Thanks!

    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.