OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
little changing .... (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Little changing ....

Claudio (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
little changing .... 10 Years, 8 Months ago
Karma: 0  
Hi.. I'm using REM pro (last Version) on Joomla 2.5.14

Id like to change:
1) in google maps frame... the icon + and - (navigation) it's too small.. how to increase dimension??
2) how to change "realEstate Manager.." whit my site name ?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:little changing .... 10 Years, 8 Months ago
Karma: 101  
Hello,

With google map controls error. You have incorrected template please in your template find rows look like:

Code:

 /* MAX IMAGE WIDTH */
img {
height:auto !important;
max-width:100% !important;
-webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
box-sizing: border-box !important;         /* Opera/IE 8+ */
}



and remove from there
Code:

height:auto !important;
max-width:100% !important;



with replace title on your web page,
You need in file:
{site}|/components/com_realestatemanager/realestatemanager.php

edit function addTitleAndMetaTags

Thanks,
Ordasoft team
Logged Logged
The administrator has disabled public write access.
Claudio (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
Re:little changing .... 10 Years, 8 Months ago
Karma: 0  
What I have to change??? I want only to erase "RealEstate..." and write other.. (as I made for the rest of page and Joomla permit to do in easy way...

line 527 - realestatemanager.php
static function addTitleAndMetaTags($idHouse=0)
{
global $database, $doc, $mainframe,$Itemid;

$view = JREQUEST::getCmd('view', null);
$catid = JREQUEST::getInt('catid', null);
$id = JREQUEST::getInt('id', null);
$lang = JREQUEST::getString('lang', null);
$title = array();
$sitename = htmlspecialchars($mainframe->getCfg('sitename');

if (isset($view))
{
$view = str_replace("_", " ", $view);
$view = ucfirst($view);
$title[] = $view;
}

$s = getWhereUsergroupsCondition('c';

if (!isset($catid))
{
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:little changing .... 10 Years, 8 Months ago
Karma: 101  
What I have to change??? I want only to erase "RealEstate..."

Please find these words in that function and replace !!!

Thanks,
ordaSoft team
Logged Logged
The administrator has disabled public write access.
Claudio (User)
Senior Boarder
Posts: 53
graphgraph
User Offline Click here to see the profile of this user
Re:little changing .... 10 Years, 8 Months ago
Karma: 0  
maybe I didn't understand.. which words I have to found "xxx" and wiht what I have to replace???
only to remove th ewrtitte RELA ESTATE...
Logged Logged
The administrator has disabled public write access.
Botlikné (User)
Junior Boarder
Posts: 26
graphgraph
User Offline Click here to see the profile of this user
Re:little changing .... 10 Years, 8 Months ago
Karma: 0  
I couldn't find these words in this function! How can we change title?
Logged Logged
The administrator has disabled public write access.
Go to top
»