OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Mainframe width at search results (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Mainframe width at search results

panos12gr (Visitor)
Posts: 0
graphgraph
User Offline
Mainframe width at search results 11 Years, 11 Months ago
Karma: 0  
Hi there,

I just downloaded the free edition of the real estate manager component and I would like to change the width of the frame that shows the main information of the house.

Is there any possible solution?

Thanks in advance.
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Mainframe width at search results 11 Years, 11 Months ago
Karma: 101  
hello,

Mainframe width in Real estate manager - at main depend from yours Joomla template.

Most simply way install on yours FireFox - fireBug extension - and with it help check what and where need change in yours site template for change width

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
panos12gr (Visitor)
Posts: 0
graphgraph
User Offline
Re:Mainframe width at search results 11 Years, 11 Months ago
Karma: 0  
Thanks for the reply,

I will attach a photo to see what i mean because i might said it wrong but i will also try the suggestion of yours to solve other matters.

Thanks again in advance and keep making great quality software!!!
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Mainframe width at search results 11 Years, 11 Months ago
Karma: 101  
Hello,

for extend in real estate manager tab window width

You may change for that file:
{yours site}/administrator/components/com_realestatemanager/includes/realestatemanager.css

in it you may find code:
#tabs {
border:1px solid gray;
width:70%;
margin-bottom: 1em;
padding: 10px;
}

and replace it to
#tabs {
border:1px solid gray;
width:90%;
margin-bottom: 1em;
padding: 10px;
}


and you was can find that with help FireBug extension for firefox

Thanks,
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
panos12gr (Visitor)
Posts: 0
graphgraph
User Offline
Re:Mainframe width at search results 11 Years, 11 Months ago
Karma: 0  
Thank you for the instant reply! This solved my problem!

I would also like to ask if there is a possibility to delete the "all" option in some fields regarding the real estate manager search free module.

Thank you so much for your help.

Panos
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8230
graph
User Offline Click here to see the profile of this user
Re:Mainframe width at search results 11 Years, 11 Months ago
Karma: 101  
hello,

Thank you for the instant reply! This solved my problem!
You may vote for us on joomla.org and write excellent review

About remove ALL from Real Estate search module. You may do that with help code change.
{yours site}/modules/mod_realestatemanager/mod_realestatemanager.php

Yiu need find row look like:

Code:

$listing_type[] = mosHtml::makeOption('all',_REALESTATE_MANAGER_LABEL_ALL);


or
Code:

$listing_status_type[] = mosHtml::makeOption('all',_REALESTATE_MANAGER_LABEL_ALL);


and replace to
Code:

$listing_type = array();

or

Code:

$listing_status_type = array();


But please first backup files what you will do edit.

Thanks
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»