OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Language, layout, and some more questions... (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Language, layout, and some more questions...

admin (Admin)
Admin
Posts: 8366
graph
User Offline Click here to see the profile of this user
Re:Language, layout, and some more questions... 2 Years, 7 Months ago
Karma: 102  
Hello

First of all you need copy file:
{your site}/components/com_realestatemanager/views/view_house/tmpl/default.php

to file with some other name:
{your site}/components/com_realestatemanager/views/view_house/tmpl/my.php
This you do for not lost your changes when you do update to new version of Joomla Real estate
Next in you menu, "params" tab, select this layout for show

Next please open this file, and check code look like:
Code:

                  <div class="row_text">
                      <i class="fa fa-plane"></i>
                      <span class="col_01"><a href="https://www.google.com/maps/search/airport/@<?php echo $house->hlatitude.",".$house->hlongitude; ?>,15z/data=!3m1!4b1?hl=en" title="<?php echo _REALESTATE_MANAGER_LABEL_NEAREST_AIRPORTS; ?>"><?php echo _REALESTATE_MANAGER_LABEL_NEAREST_AIRPORTS; ?></a></span>
                  </div>



This code responsible for show nearest airports

And you need edit all so peaсes of code

REgards
OrdsaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»