OS Property support center

Disable places links

  • julian
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
4 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
Attachments:

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

More
4 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

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

  • julian
  • Topic Author
  • Offline
  • Premium Member
  • Premium Member
More
4 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
Attachments:

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

More
4 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:
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. DamNguyen Phu Quan