- Posts: 15
- Thank you received: 0
OS Property support center
SOLVED !!! how remove data from tab Summary
- Geert
- Topic Author
- Offline
- New Member
-
Less
More
10 years 2 weeks ago - 10 years 1 week ago #62272
by Geert
SOLVED !!! how remove data from tab Summary was created 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
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: 10 years 1 week ago by Mr. Dam.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 2 weeks 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
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.
- Geert
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
10 years 2 weeks 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
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
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
10 years 1 week 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
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.
- Geert
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 15
- Thank you received: 0
10 years 1 week 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
Great Dam, thanks & solved again.
have a nice day,
Geert
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.