OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
Titelcrop in categories (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

Titelcrop in categories

juergenhold (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Titelcrop in categories 3 Years, 9 Months ago
Karma: 0  
Hi,

where can i change the number of characters for the headings in the category or main-listing view ..?



Thxs, Jürgen
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Titelcrop in categories 3 Years, 9 Months ago
Karma: 101  
hello

all view for Realestate manager you may find:
{your site}/components/com_realestatemanager/views/


For alone_category, layout located:
{site}/components/com_realestatemanager/views/alone_category/tmpl/default.php

there please checkcode:

if (strlen($row->htitle) > 45) echo mb_substr($row->htitle, 0, 25), '...';
else {
echo $row->htitle;
}


Before edit - please backup file.

There you may find how override template (views) in joomla 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:Titelcrop in categories 3 Years, 8 Months ago
Karma: 0  
Hi,

thanks, your hint works perfect, but I had to change some css too:

.okno_R .titlehouse a {
white-space: nowrap;
}

to

.okno_R .titlehouse a {
white-space: normal;
}

thanks, great work ...
Logged Logged
The administrator has disabled public write access.
admin (Admin)
Admin
Posts: 8243
graph
User Offline Click here to see the profile of this user
Re:Titelcrop in categories 3 Years, 8 Months ago
Karma: 101  
Thank for you

We will be happy if you can help us and you put excellent review and 100 hits
on Joomla.org for our Real Estate Manager
extensions.joomla.org/extension/realestatemanager/

If you would like any further information or need some customization service,
please do not hesitate to contact us too.

Best Regards,
OrdaSoft team
P.S. Please do site backup 2 times per month
Logged Logged
The administrator has disabled public write access.
Go to top
»