Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    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.

    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 3 replies - 1 through 3 (of 3 total)