I am trying to: Site has just been migrated from dev site
Link to a page where the issue can be seen: hidden link
I expected to see: hidden link
Instead, I got: Images in types custom fields are still looking for dev site url
I have been looking further into this problem and have narrowed down the issue.
All custom fields other than images are working fine.
When an image custom field is required in a content template it looks for a url from the old dev site despite the fact that the content of the field is an image with a url from the new site.
I have a workaround that would fix my immediate problem but it is not something that I want to have to use.
If I replace:
[types field='header-image-full' alt='%%ALT%%' title='%%TITLE%%' size='full' align='center']
with:
<img src='[types field='header-image-full' size='full' url='true'][/types]'>
then the image is rendered correctly.
However, this does not explain why the problem has arisen or, more importantly, how I can avoid it happening when future sites are migrated
Hi, there is currently an issue affecting Types image fields as well as featured image tags, where the image GUID is being used improperly to provide image URLs for standard-size images in certain cases. You can try clearing the image cache by going to Toolset > Settings > Custom Content, but if that doesn't work the permanent fix for this issue will be included in the upcoming Types 3.2 release. Sorry for the inconvenience here, our developers hope to have this upcoming version ready to release soon.
Hi, Types 3.2 is now available for download or automatic update. Please update to the latest version of all Toolset plugins and let me know if the problem is not completely resolved.