• The featured svg image won’t show when the post is provided by WP Show Posts, but displays find on the blog page with normal WordPress display. Also it shows on the single post page in the page hero area.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    I’ve tried setting an SVG featured image on my site’s post to test and it seems to be working fine.

    Can you try removing the values placed in the Image height and width text fields of the WPSP list and see if it works? That setting is known to be bugged on the current version.

    Let us know.

    • This reply was modified 3 years, 11 months ago by Elvin.
    Thread Starter maldive

    (@maldive)

    Yes it looks like the height and width values were the problem. I had wanted to use those settings to get the images the same height. If it’s a known bug I’ll figure out a work around until it’s solved. Thanks for the help. I went a little nuts trying to figure that one out.

    Plugin Support Elvin

    (@ejcabquina)

    You can still give them even height and width using CSS.:)

    You can play around with these settings and see what works best for you.

    .wp-show-posts-image {
        height: 300px;
    }
    
    .wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
        object-fit: cover;
        height: 100%;
        width: auto;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘SVG Featured Image Not Showing’ is closed to new replies.