- Posts: 153
- Thank you received: 0
OS Property support center
Disable places links
- julian
- Topic Author
- Offline
- Premium Member
-
Less
More
5 years 11 months ago #124867
by julian
Disable places links was created by julian
Hi,
I don't need those nearby places links, I just want to appear the map.
How can I disable that?
Julian
I don't need those nearby places links, I just want to appear the map.
How can I disable that?
Julian
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
5 years 11 months ago #124871
by Mr. Dam
Replied by Mr. Dam on topic Disable places links
Hi Julian,
To disable the links beside the Map, please go to Backend -> OS Property -> Manage OSP Themes -> Wider and select No at field: "Show location search items above Google Map"
Thanks
Dam
To disable the links beside the Map, please go to Backend -> OS Property -> Manage OSP Themes -> Wider and select No at field: "Show location search items above Google Map"
Thanks
Dam
Please Log in or Create an account to join the conversation.
- julian
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 153
- Thank you received: 0
5 years 11 months ago #124880
by julian
Replied by julian on topic Disable places links
Ok,
Thank You !
But now the map doesn't fill all the space. And now theres is a blank space where there were neighborhood links.
Is it possible to increase map width?
Julian
Thank You !
But now the map doesn't fill all the space. And now theres is a blank space where there were neighborhood links.
Is it possible to increase map width?
Julian
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13020
- Thank you received: 1688
5 years 11 months ago #124944
by Mr. Dam
Replied by Mr. Dam on topic Disable places links
Hi,
I am afraid in this case you should modify source code. Open file: root -> components -> com_osproperty -> templates -> wider -> details.html.tpl.php
Find:
and change to
Thanks
Dam
I am afraid in this case you should modify source code. Open file: root -> components -> com_osproperty -> templates -> wider -> details.html.tpl.php
Find:
Code:
<div class="<?php echo $bootstrapHelper->getClassMapping('span9'); ?> mapdetails">
and change to
Code:
<div class="<?php echo $bootstrapHelper->getClassMapping('span12'); ?> mapdetails">
Thanks
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.