In version >=1.5.4:
Admin->Pages->Edit->change header template
In versions <=1.5.3:
Can be done with wanted template file customizations, just remove part of code that showing map/slider/search, for example on classic page_page.php located in folder: templates\bootstrap2-responsive, remove this part:
<input id="pac-input" class="controls" type="text" placeholder="{lang_Search}" />
<div class="wrap-map" id="wrap-map">
</div>
{template_search}
Just remove it from: templates\bootstrap2-responsive\property.php, line around 651-653:
<p style="text-align:right;">
<a target="_blank" type="button" class="btn" href="{estate_data_printurl}"><i class="icon-print"></i> {lang_PrintVersion}</a>
</p>
- You can hide english language if this is enought for you (Admin->Settings->languages->Edit wanted)
- You can rename english language to something else and translate (Admin->Settings->languages->Edit wanted)
You can remove it, but must be sure if you translate everything on website to your other language before this.
If yes, then:
1. Just for security backup everything
2. Open phpMyAdmin and run SQL:
UPDATE `language` SET is_locked=0 WHERE 1
3. Now you can remove language from admin interface Admin->Settings->languages->Remove wanted language
sanljiljan Support system