OS Property support center

SOLVED !!! how remove data from tab Summary

More
8 years 11 months ago - 8 years 11 months ago #62272 by Geert
Hello Dam,

I removed the tab Features and I also removed the tab Summary. But the data of Summary is still there (Ref, Category, Property Type + Featured). See image. How can I remove this data? The rest of the Summary data I turned of in the backend.

thanks
Geert
Attachments:
Last edit: 8 years 11 months ago by Mr. Dam.

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #62292 by Mr. Dam
Replied by Mr. Dam on topic how remove data from tab Summary
Hi Geert,
In this case, you need to make the modification on the property details layout. The layout file is in: components > com_osproperty > templates > default > details.html.tpl.php
The <div> tag is used to contain the Summary data is from:
<div id="summarytab" class="tab-pane fade active in">
...
You need to remove code within this div tag
Good luck
Dam

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #62300 by Geert
Replied by Geert on topic how remove data from tab Summary
Thanks Dam, it is amazing and fantastic how you respond this quickly. Great!

I managed to remove the data from the Summary Tab.
One little question left: the data from the Description tag is not show immediately. I first have to click on it.
How can this data content be made visible immediately, like it was with the Summary Tab.

regards,
Geert
Attachments:

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #62331 by Mr. Dam
Replied by Mr. Dam on topic how remove data from tab Summary
Hi,
In that file, you need find
<div id="desctab" class="tab-pane fade">
and change to
<div id="desctab" class="tab-pane fade active in">

Thanks
Dam

Please Log in or Create an account to join the conversation.

More
8 years 11 months ago #62333 by Geert
Replied by Geert on topic how remove data from tab Summary
SOLVED!!
Great Dam, thanks & solved again.

have a nice day,
Geert

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan