OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Language, layout, and some more questions... (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Language, layout, and some more questions...

denoza2 (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Re:Language, layout, and some more questions... 2 Years, 2 Months ago
Karma: 0  
Yes, I'm developer, but for some times I'm using SP Page Builder. I can try your component as well, but I don't have time to tryout some "free" version, to be honest, and on the other hand, don't want to buy component, and to be disappointed after.
Maybe after I finished this project, I will have some spare time.

You didn't understand my question about SH404sef. I asked:
I installed SH404, any followed your instructions (prnt.sc/26mcx9c), but still for SEO in a page title, for example on home page I have "Site name I Real Estate Manager I All Houses", for some category is "Site name I Real Estate Manager I Alone Category", for single item is "Site name I Real Estate Manager I Category name I Sub Category Name I Item Title".

So, how I can manage to change "Real Estate Manager", "All houses", "Alone category" in page title?
Logged Logged
The administrator has disabled public write access.
denoza2 (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Re:Language, layout, and some more questions... 2 Years, 2 Months ago
Karma: 0  
Re:Additional tab 9 Months ago
Karma:
92
In OrdaSoft Real estate management software Pro version, IN settings you may turn on show additional tab in one property show view.

On this tab we added "Joomla module positions" so you may show there some joomla modules


How does it work, where I can set which module to show? https://prnt.sc/26nljhp
Logged Logged
Last Edit: 2022/02/02 22:29 By denoza2.
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:Language, layout, and some more questions... 2 Years, 2 Months ago
Karma: 101  
Hello

SP Page Builder - is good if you create some page, many pages...
If you need ahve many same content(books site, blog site, car site) our website builder will very good for you.

sh404sef
sh404sef - permit to you manual set Title and MetaTags for any your site URL

But also we have plugins for automatically set this.
If you check folder:
{your site}/components/com_realestatemanager/

There you will see 2 subfolders:
- sef_ext
- meta_ext
in every you see file com_realestatemanager.php, its plugins for sh404sef and Real estate component

File in folder "sef_ext" responsive for automatically created URL to every property in "Real estate manager"
File in folder "meta_ext" responsive for automatically created metatags to every property in "Real estate manager"

You may check these files and change how will set "meta tags"- for every your properties.
for file in folder "meta_ext" - you need check only last 100 rows

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
denoza2 (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Re:Language, layout, and some more questions... 2 Years, 2 Months ago
Karma: 0  
I still don't understand you. Please take a few minutes and read my posts, this and the other abowe.

First, you said that I have to install SH404sef, and I did. Now you tell me that I have to edit com_realestatemanager.php inside sef_ext folder? OK, i know where is it, but what I have to change? Its not so common that the users have to edit .php files.

Like I said, I have wrong page titles (https://prnt.sc/26og9w0), but only on single item view, somehow category is OK, subcategory also OK, single item title OK, only what it have to be edited is "Real Estate Manager" (https://prnt.sc/26ogdth).

Also, you didn't answer me for the "additional tab". How can I make it work?
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8242
graph
User Offline Click here to see the profile of this user
Re:Language, layout, and some more questions... 2 Years, 2 Months ago
Karma: 101  
Hi,
If you use Sh404sef, Please open file:

{yours site}/components/com_realestatemanager/meta_ext/com_realestatemanager.php
at file bottom you will see

Code:

$rem = "Real Estate Manager ";

Please replace it to
Code:

$rem = "Your text here ";

or if you no need it , please below code:

Code:

$tagtitle = "";
for ($i=0; $i<count($title); $i++) {
  $tagtitle = trim($tagtitle)." | ".trim($title[$i]);
}

$rem = "Real Estate Manager ";


replace to
Code:

$tagtitle = $title[0];
for ($i=1; $i<count($title); $i++) {
  $tagtitle = trim($tagtitle)." | ".trim($title[$i]);
}

$rem = " ";



Please backup file first

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
denoza2 (User)
Junior Boarder
Posts: 24
graphgraph
User Offline Click here to see the profile of this user
Re:Language, layout, and some more questions... 2 Years, 2 Months ago
Karma: 0  
Ok, I done that.
The rest of the questions still stands about page title.

How can I now manage to edit "all houses" or "single category" when menu item is all houses, or single category?

Also, for the third time, how can I manage additional tab to load J! module?
Logged Logged
The administrator has disabled public write access.
Go to top
»