Hi Radek,
You need know php/CSS/HTML as result all below may corrupt your site. Please backup your site first!!!
Please to file:
{your site}/components/com_realestatemanager/views/all_houses/tmpl/default.php
You need find row look like:
Code: |
</div>
<div style="clear: both;"></div>
<div class="rem_type_Allhouses">
|
and replace to rows
Code: |
</div>
<div class="col_hlocation">
<?php if ( trim($row->hcountry) !== '' || trim($row->hregion) !== '' || trim($row->hcity) !== '' || trim($row->hzipcode) !== '' || trim($row->hlocation) !== '' ) { ?>
<i class="fa fa-map-marker"></i>
<?php if (trim($row->hcountry)):?>
<span class="col_text_2"><?php echo trim($row->hcountry); ?></span>,
<?php endif ?>
<?php if (trim($row->hregion)):?>
<span class="col_text_2"><?php echo trim($row->hregion); ?></span>,
<?php endif ?>
<?php if (trim($row->hcity)): ?>
<span class="col_text_2"><?php echo trim($row->hcity); ?></span>,
<?php endif ?>
<?php if (trim($row->hzipcode)): ?>
<span class="col_text_2"><?php echo trim($row->hzipcode); ?></span>,
<?php endif ?>
<?php if (trim($row->hlocation)): ?>
<span class="col_02"><?php echo trim($row->hlocation); ?></span>.
<?php endif ?>
<?php } ?>
</div>
<div style="clear: both;"></div>
<div class="rem_type_Allhouses">
|
Please backup your file first
Regards
Andrew
Ordasoft team