Viewing 2 replies - 1 through 2 (of 2 total)
  • Can you please tell me you are suing Free or Premium ?

    If you are using free version please confirm you select check-box for thumbnail, please see the screenshot https://i.imgur.com/j39RocC.png

    Also please confirm you are not using external featured image(not the default featured image)

    Thanks

    I have found a fix which solves this problem. If your images are still not showing after setting a featured image, you need to go into the plugin to edit it. Open the post-grid/grid-items/thumbnail.php file and comment out the following lines:

    //if(!empty($external_thumb))
    // {
    // $thumb_url = $external_thumb;
    // }

    This is setting the image src to “Array”, which is evidently not an image url. Hope this helps. I would ask the developer to make the necessary changes for this fix or find a solution that works. You’re welcome.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Grid thumbnail images’ is closed to new replies.