Hi I will try to provide as much info as posible:
listing_img_title
....
<!-- VLASTNOSTI -->
<div class="vlastnosti">
<?php echo JText::_($this->row->vlastnosti); ?>
</div>
<!-- EO VLASTNOSTI -->
...
I also tried:
<div class="vlastnosti">
<?php echo $this->element->characteristics; ?>
</div>
it works as well but with same issue - just one (first) valuse is shown
Trnaslation file:
DF_GASTRO="<img src='/images/vlastnosti/gastro.png' />"
DF_SK="<img src='/images/vlastnosti/SK.png' />"
DF_FAIR="<img src='/images/vlastnosti/fair.png' />"
DF_MLIEKO="<img src='/images/vlastnosti/mlieko.png' />"
DF_CUKOR="<img src='/images/vlastnosti/cukor.png' />"
DF_LEPOK="<img src='/images/vlastnosti/lepok.png' />"
DF_RAW="<a href="http://bodka.azurewebsites.net/vlastnosti"><img src='/images/vlastnosti/raw.png' /></a>"
DF_BIO="<img src='/images/vlastnosti/bio.png' />"
Whati is important - in backend I can see names, no pictures and I updated language file for admin part as well.
In attachment, you can see settings of the custome filed, and settings in the product itself. I can see pictore of first marked value only. so If I uncheck "BIO" I can see another picture, but still just one.
If you need any additional information or name and password so you can access page directly I can provide you.
Thank you for your support.
Kind regards
Michal