I have created a custom term meta image field (for a taxonomy) with possibility to repeat it.
The issue is that when I try to display this field, I don't have the ability to design it as usual. For example, I would like to insert each iteration of this field inside a <div class="col-sm-4 img"> but there is no way for the moment to manage this.
The result here is a list of image one under the other with no use of the col-sm-4 class !
Il I replace termmeta by field in the shotrtcode, then nothing is displayed!
The result is that the first div (col-sm-4) gets all the images one under the others, which is not the way this should work (only one image on each div (col-sm-4). The other divs are empty.
Finally if this doesn't work then it could be that bootstrap is not imported. If so then you can enable bootstrap by going Toolset>Settings>Bootstrap loading and ensure bootstrap 3 is checked.
I integrated your new version and tried to check the "load Boorstrap 3" without success (I'm using Toolset Starter, so Bootstrap 3 should already be loaded).
The result is still all images one below the others in only one column (div col-sm-4) :
<div class="col-sm-4 img"><img width="300" height="201" src="hidden link" class="attachment-medium" alt="" style="" title="" srcset="hidden link 300w, hidden link 768w, hidden link 1024w, hidden link 600w" sizes="(max-width: 300px) 100vw, 300px" /><img width="200" height="300" src="hidden link" class="attachment-medium" alt="" style="" title="" srcset="hidden link 200w, hidden link 768w, hidden link 683w, hidden link 600w" sizes="(max-width: 200px) 100vw, 200px" /><img width="300" height="200" src="hidden link" class="attachment-medium" alt="" style="" title="" srcset="hidden link 300w, hidden link 768w, hidden link 1024w, hidden link 600w" sizes="(max-width: 300px) 100vw, 300px" /><img width="200" height="300" src="hidden link" class="attachment-medium" alt="" style="" title="" srcset="hidden link 200w, hidden link 768w, hidden link 683w, hidden link 600w" sizes="(max-width: 200px) 100vw, 200px" /><img width="300" height="300" src="hidden link" class="attachment-medium" alt="" style="" title="" srcset="hidden link 300w, hidden link 150w, hidden link 768w, hidden link 1024w, hidden link 600w, hidden link 100w" sizes="(max-width: 300px) 100vw, 300px" /></div>
Seems that you have deleted the div around the termmeta field.
I have added a class inside the termmeta field and so, I can now manage the design of each image.
Thanks
Pat