sotsay
I updated this file: ja_property/html/mod_articles_category/grid.php
At approx line 117:
<?php if((!empty($customs['type']))) :?>
<div class="ct-field-row">
<!-- Field Type -->
<?php if(!empty($customs['type'])) :?>
<div class="ct-field field-type">
<div class="ct-field-value">
<?php echo $customs['type']->value.' '.$customs['value-of-type']->value ;?>
</div>
</div>
<?php endif ;?>
<!-- // Field Type -->
</div>
<?php endif ;?>
and this custom css:
.category-module .item-inner .ct-field-row .ct-field.field-type {
padding: 10px 0px; }
.category-module .item-inner .ct-field-row .ct-field.field-type .ct-field-value{
color: #555555;}
The property type field is showing now.