Hello,
1) you need edit realestatemanager.html.php file
(your website/components/com_realestatemanager
and delete below code to hide price
Code: |
+
'<div id="marker_price">'+
'<a onclick=window.open("index.php?option=com_realestatemanager&task=view'+
'&id=<?php echo $rows[$i]->id; ?>&catid=<?php echo $rows[$i]->idcat ?>'+
'&Itemid=<?php echo $Itemid; ?>") >' + price +' ' + priceunit + '</a>'+
'</div>';
|
to hide price in that view.
Follow attached image
You can delete in such way other elements.
2) Pins:
pin pics on map depends on Property type of house.
You can change Property type and pin will change.
thanks
thanks