Hi mlacunza
Step 1 : You import data in administrator as Image I send you.
Step2: in the directory templates/jux_realestate/html/com_jux_real_estate/realty.php You change word 'phone' and 'view profile' translate spanish
in line 506 : echo 'Phone: ' . $a->phone; ?> and in line 520: <a href="<?php echo $alink; ?>">View Profile</a>
Step 3: in the directory templates/jux_realestate/html/com_jux_real_estate/realty.php You delete code have similar content
<div class="row">
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&q=categ...staurants&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Schools </a> </div>
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&...s&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Restaurants </a> </div>
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&...s&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Doctors </a> </div>
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&...s&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Hospitals </a> </div>
</div>
<div class="row">
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&...y&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Railway Stations </a> </div>
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&...s&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Takeaways </a> </div>
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&...s&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Dentists </a> </div>
<div class="col-xs-3">
<i class="icon-map-marker glyphicon glyphicon-map-marker"></i> <a target="_blank" href="
local.google.com/local?f=l&hl=en&...t&om=1&near=
<?php echo $item->address; ?>" class="category" rel="nofollow">Vets </a> </div>
</div>
Best regards,
Falcao