OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Views element in List doesn't matter (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Views element in List doesn't matter

jeyjey (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Views element in List doesn't matter 7 Years, 1 Month ago
Karma: 0  
I have the list of apartment in a category. I need two things to change.
1) the number of views, it is not important, I should hide it (since there isn't the way by the admin panel);
2) I would use the SQRT element as "Distance from the sea", but there is only the Icon, I would like to insert the Constant here.

See the atached image please.

Can you tell what is the point in the file to edit? Thanks.
Logged Logged
The administrator has disabled public write access.
RomanD (User)
Support
Platinum Boarder
Posts: 471
graphgraph
User Offline Click here to see the profile of this user
Gender: Male OrdaSoft
Re:Views element in List doesn't matter 7 Years, 1 Month ago
Karma: 3  
Before making any upgrades, make the backup files of component and please do full export.
At first please check upgrade/update process at the test website!

If you have custom changes of component, you can lose your changes.

Please, in that case do not make update.

If you would like any further information, please do not hesitate to contact us too.


1)
in file your_site/components/com_realestatemanager/
includes/realestatemanager.css


This part code:
Code:

#list .list_house .price_hits{
    display: inline-block;
}



Replace it:
Code:

#list .list_house .price_hits {
    display: none;
}



2) in file your_site/components/com_realestatemanager/
views/alone_category/tmpl/list.php


This part code:
Code:

<i class="fa fa-expand"></i>


Replace it:
Code:

<i class="fa fa-expand">YOUR_CONSTANT</i>


Thanks,
RomanD
OrdaSoft team.
Logged Logged
The administrator has disabled public write access.
jeyjey (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Re:Views element in List doesn't matter 7 Years, 1 Month ago
Karma: 0  
Thanks, it works now.
Logged Logged
The administrator has disabled public write access.
Go to top
»