I'm working on a WP site with Visual Composer.
In the homepage I've inserted a "Post Grid" element which load a specific custom post type.
This custom post has multiple custom fields (made with Advanced Custom Fields Plugin): one of these fields is an image.
This Post Grid uses a custom grid to display these custom fields.
When I preview the page, it displays correctly the post thumb (the post featured image), some text custom fields, but the secondary image (created with a custom field) displays only text (in the specific the Array Object or ID of the image).
How can I render the image? Is it possible to insert some code for that custom field (ex. the omg html tag) to avoid the text render?
Thanks in advance, Francesco