96downlu
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Grid and Gutenberg Blocks - ComboBlocks] The pictures is not showing?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.
Forum: Plugins
In reply to: [Post Grid and Gutenberg Blocks - ComboBlocks] Post Grid thumbnail imagesI 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.