OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Order By - is not needed (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Order By - is not needed

jeyjey (User)
Fresh Boarder
Posts: 17
graphgraph
User Offline Click here to see the profile of this user
Order By - is not needed 7 Years, 2 Months ago
Karma: 0  
Please I need to don't show the Order By dropdown menu. I cannot find this settings in the REM config panel. Please could you help me to don't show it? I would not need because there are ten apartments in every category and we don't let users change the order. It is enaught the name order. 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:Order By - is not needed 7 Years, 2 Months ago
Karma: 3  
Hello,

In file
your_site/components/com_realestatemanager/
includes/realestatemanager.css


This part of the code:
Code:

#ShowOrderBy form[name="orderForm"]{
    padding: 5px 0;
}



replace this:
Code:

#ShowOrderBy form[name="orderForm"]{
    padding: 5px 0;
    display: none;



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.

Thanks,
RomanD
OrdaSoft team.
Logged Logged
Last Edit: 2017/02/02 15:05 By RomanD.
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:Order By - is not needed 7 Years, 2 Months ago
Karma: 0  
Many thanks!!!
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:Order By - is not needed 7 Years, 2 Months ago
Karma: 0  
Thanks for help, but now there is a grey bar not needed. Please could you suggest what is the code to erase to get the page plean? 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:Order By - is not needed 7 Years, 2 Months ago
Karma: 3  
Hello,

You can remove the gray bar, but keep in mind that in its right-hand side located those like elements add house button, generate pdf, print, which will also be deleted.

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.

In file your_site/components/
com_realestatemanager/includes/realestatemanager.css


This part of the code:

Code:

#ShowOrderBy {
    margin-bottom: 25px;
    background: #efefef;
    border: 1px solid #ddd;
    padding: 0 20px 15px 20px;
}



replace this:

Code:

#ShowOrderBy {
    margin-bottom: 25px;
    background: #efefef;
    border: 1px solid #ddd;
    padding: 0 20px 15px 20px;
    display: none;
}



Thanks,
RomanD
OrdaSoft team.
Logged Logged
Last Edit: 2017/02/03 09:39 By RomanD.
The administrator has disabled public write access.
Go to top
»