OrdaSoft forum
Welcome, Guest
Please Login or Register.    Lost Password?
how do I remove the name of categorei in these two (0 viewing) 

Joomla Real Estate

Go to bottom Favoured: 0

How do I remove the name of categorei in these two

sguio (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
how do I remove the name of categorei in these two 10 Years, 2 Months ago
Karma: 0  
how do I remove the name of categorei in these two pictures?
Logged Logged
The administrator has disabled public write access.
sguio (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:how do I remove the name of categorei in these two 10 Years, 2 Months ago
Karma: 0  
how do I remove the name of categorei in these two pictures?

this is the page www.tecnico-ortopedico.it/marco/index.ph...id=55&Itemid=154
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:how do I remove the name of categorei in these two 10 Years, 2 Months ago
Karma: 101  
Hello,

for hide caption you need in file
{site}/marco/templates/os_world_property_october_2013/css/style.css

Code:

div#tabs div#country1 span.col_img div.componentheading {position:absolute;left:0;bottom:50px;color:#333;
  background:#f3f3f3;background:rgba(243,243,243,0.7);padding:5px 10px;text-shadow: 1px 1px 1px white;
  font:normal 24px 'Oswald',Arial,sans-serif;border-top:1px solid #ddd;border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;letter-spacing:-1px;text-transform:uppercase;}



replace to
Code:

div#tabs div#country1 span.col_img div.componentheading {position:absolute;left:0;bottom:50px;color:#333;
  background:#f3f3f3;background:rgba(243,243,243,0.7);padding:5px 10px;text-shadow: 1px 1px 1px white;
  font:normal 24px 'Oswald',Arial,sans-serif;border-top:1px solid #ddd;border-bottom:1px solid #ddd;
  border-right:1px solid #ddd;letter-spacing:-1px;text-transform:uppercase; display: none; }



Please backup that file first

Thanks,
ordaSoft team
Logged Logged
Last Edit: 2014/02/04 09:16 By admin.
The administrator has disabled public write access.
sguio (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
Re:how do I remove the name of categorei in these two 10 Years, 2 Months ago
Karma: 0  
you do not understand ... I do not want to remove the whole line, but only the name of the category. I want to keep only the company name.

Do you understand me now?

I'll put you in enclosed the part that I want to remove
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:how do I remove the name of categorei in these two 10 Years, 2 Months ago
Karma: 101  
Hello,

I am sorry all so change ask much time for check where and how,
We can't do that free for all, please check that self or order custom version

For you may be help:

file:
{site}/components/com_realestatemanager/realestatemanager.php

in it , in function showItemREM

roe
Code:

        $currentcat->header = ((trim($currentcat->header)) ? $currentcat->header . ":" : "") . $house->htitle;


replace to row:
Code:

        $currentcat->header = . $house->htitle;


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