OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?

Joomla Real Estate

Go to bottom Favoured: 0

Title lenght

juergenhold (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Title lenght 9 Months, 1 Week ago
Karma: 0  
Hi,

where is it to change, for some reason in an Javascript?, the lenght of title.
No effect on changing values in views/all_houses/tmpl/default.php on line 335 by mb_substr.

I want to show full title lenght on
www.groicher.com/neu/immobilien

thx 4 help

jürgen
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Title lenght 9 Months, 1 Week ago
Karma: 102  
Hello

the lenght of house title
First of all - change of this may kill like every house will show

Me very difficult reply - I not know which version you use and how you created site.

Please check next:
- In OrdaSoft Joomla Real Estate we have also alone_category - view
You need - check - which exactly view you use

- You need turn of all cache and optimization plugin - as on your site and at hosting. And clear cache

- You need check template - override - may be layout go from template?

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
juergenhold (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:Title lenght 9 Months ago
Karma: 0  
I'm desperate.

The output of $row->htitle; is cropped and ... added (default.php in all houses). But I want the whole text!!!

That can't be right, a big field, little text, and I fail because of such a small thing!

www.groicher.com/neu/immobilien using the menu com_realestatemanager >> All houses

Please help me!

P.S. I use the newest version.
Logged Logged
Last Edit: 2024/03/13 14:02 By juergenhold.
The administrator has disabled public write access.
juergenhold (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Re:Title lenght 9 Months ago
Karma: 0  
Solved by myself:

CSS:

.okno_R .titlehouse a {
white-space: normal;
text-overflow: clip;
-o-text-overflow: clip;
overflow: hidden;
display: block;
}

white-space und text-overflow changed ...
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8367
graph
User Offline Click here to see the profile of this user
Re:Title lenght 9 Months ago
Karma: 102  
Excellent !

Regards
OrdaSoft team
Logged Logged
The administrator has disabled public write access.
Go to top
»