View House Background + Page name 9 Years, 1 Month ago
Karma: 0
Hi, I need to know how to change or clear the House view background as we will need to use backgrounds for pages currently tested and working up to using the Property list Module...BUT once we access the description of the house the background goes white hiding the full background module installed, I presume the component has his own style for the specific page? and also need to remove the realestate manager Title off the page, any help?
Logged
The administrator has disabled public write access.
Re:View House Background + Page name 9 Years, 1 Month ago
Karma: 58
Hello,
For realestate manager Title check this:
ow in Real estate manager we automatically show page title depend from property title.
we did that with help Function(there are you may change):
find Function addTitleAndMetaTags in php file and change browser title
This file:
{site}/components/com_realestatemanager/realestatemanager.php
(in this file you must find "static function addTitleAndMetaTags();"
and change $rem = "RealEstate Manager)
or you may instal sh404sef component - with it help - you may set self title for every page
!!!Note: Before make any changes, please make the backup of your file!!!
You can not change or clear the House view backgrounds from admin area. For this need change code, and we need see where you see that: background goes white hiding..
Need link on your website to check this.
Thanks,
Ordasoft team
Logged
The administrator has disabled public write access.