OS Property support center

Quick search error!!!

More
10 years 7 months ago #50545 by Nuno
Quick search error!!! was created by Nuno
Hi there

In quicksearch on home page we have a word " location"

1º Where do we translate this
2º why this go to "keywords" and not Localization?

I put a picture to help with my problem.

Another question: how to make the main menu center the page?

Best Regards
Attachments:

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50546 by Mr. Dam
Replied by Mr. Dam on topic Quick search error!!!
Hi Nuno ,
You can translate it by this solution
1. Open file: templates > osprealestate > html > mod_osquicksearch > default.php
2. Find the
<input type="text" name="keyword" id="keyword" placeholder="Location" class="form-control" value="<?php echo JRequest::getVar('keyword','');?>" />
3. Change to
<input type="text" name="address" id="address" placeholder="<?php echo Jtext::_('OS_LOCATION');?>" class="form-control" value="<?php echo JRequest::getVar('address','');?>" />

(This step is also change keyword to address)
Next, please open file
language > en-GB > en-GB.mod_osquicksearch.ini (or other language files)
and add
OS_LOCATION="Location"

In that case you will be able to translate that word.
By the way, can you please submit ticket and send your site information with super admin account, so i can check the mainmenu problem for you
Thanks
Dam

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50557 by Nuno
Replied by Nuno on topic Quick search error!!!
Hi there

You already have that in my ticket, also please see what i response in there.

Also this search is for location like city country etc...? or like sell, etc...

Best Regards

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50571 by Mr. Dam
Replied by Mr. Dam on topic Quick search error!!!
Hi Nuno,
Can you please let me know your ticket ID, i have a lot of tickets. So i can't remember what's your ticket. Hope you sympathize to me.
In future, please work on ticket system. It will save time for you and me
Thanks
Dam
The following user(s) said Thank You: Nuno

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50906 by Nuno
Replied by Nuno on topic Quick search error!!!
This is resolved thanks

Please Log in or Create an account to join the conversation.

More
10 years 7 months ago #50941 by Mr. Dam
Replied by Mr. Dam on topic Quick search error!!!
OK Nuno :)
Thanks
Dam

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan