- Posts: 15
- Thank you received: 1
OS Property support center
Results of Search on mobile Device
- Alan Sunderland
- Topic Author
- Offline
- New Member
-
Less
More
7 years 2 months ago #108997
by Alan Sunderland
Results of Search on mobile Device was created by Alan Sunderland
Hi Dam,
When I do a search on a desktop/laptop etc the results page includes For Sale and Featured as a tab on the thumbnail photo, however, on a mobile device, the For Sale and Featured obscures the image.
I have removed the "Featured" tab by visiting Theme1 ->Results.html.tpl.php
however, I cannot find where to take out For Sale as in photo... Ideally, I dont want to have any tabs in the photographs
many thanks
Alan
When I do a search on a desktop/laptop etc the results page includes For Sale and Featured as a tab on the thumbnail photo, however, on a mobile device, the For Sale and Featured obscures the image.
I have removed the "Featured" tab by visiting Theme1 ->Results.html.tpl.php
however, I cannot find where to take out For Sale as in photo... Ideally, I dont want to have any tabs in the photographs
many thanks
Alan
- Mr. Dam
-
- Online
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
7 years 2 months ago #109119
by Mr. Dam
Replied by Mr. Dam on topic Results of Search on mobile Device
Hi,
If you want to remove Property type name above the pictures in properties list, you can follow these steps
1. Open file: root > components > com_osproperty > templates > theme1 > listing.html.tpl.php and result.html.tpl.php
2. Find:
and remove it
Good luck
Dam
If you want to remove Property type name above the pictures in properties list, you can follow these steps
1. Open file: root > components > com_osproperty > templates > theme1 > listing.html.tpl.php and result.html.tpl.php
2. Find:
Code:
<div class="os_types_red">
<?php echo $row->type_name;?>
</div>
and remove it
Good luck
Dam
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.