OS Property support center
Solved !!! Google Map Os property No scroll zoom ?
- Hoffmann
-
Topic Author
- Offline
- Senior Member
-
Less
More
8 years 9 months ago - 8 years 8 months ago #85500
by Hoffmann
Solved !!! Google Map Os property No scroll zoom ? was created by Hoffmann
Attachments:
Last edit: 8 years 8 months 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
8 years 9 months ago #85533
by Mr. Dam
Replied by Mr. Dam on topic Google Map Os property No scroll zoom ?
Hi Hoffman,
We don't use to use Mouse Scroll in Google Map in Property details page because many customers feel anoying when they can't scroll down their screen when hover mouse above Google Map. If you want to turn on Mouse scroll in Google Map of property details page. You can submit ticket and send your site url with super admin account. We will help you to add Mouse scroll function.
Thanks
Dam
We don't use to use Mouse Scroll in Google Map in Property details page because many customers feel anoying when they can't scroll down their screen when hover mouse above Google Map. If you want to turn on Mouse scroll in Google Map of property details page. You can submit ticket and send your site url with super admin account. We will help you to add Mouse scroll function.
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Hoffmann
-
Topic Author
- Offline
- Senior Member
-
8 years 9 months ago #85554
by Hoffmann
Replied by Hoffmann on topic Google Map Os property No scroll zoom ?
Yes but there's a js function issued by some guys and that you seemed to have integrated in the OSP real homes front page map, that made the page sroll-able again if you just click on the page. That way you can :
1-Click on the map; Scroll
2-Click on the page; The page is scroll-able and not the map.
I'll see what i can do about that ticket. But i'm not confortable giving my superadmin pass away.
1-Click on the map; Scroll
2-Click on the page; The page is scroll-able and not the map.
I'll see what i can do about that ticket. But i'm not confortable giving my superadmin pass away.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13056
- Thank you received: 1696
8 years 9 months ago #85596
by Mr. Dam
Replied by Mr. Dam on topic Google Map Os property No scroll zoom ?
Hi Hoffmann,
Thank you for your suggestion, we will consider to add this feature in next OS Property version.
Regards,
Dam
Thank you for your suggestion, we will consider to add this feature in next OS Property version.
Regards,
Dam
Please Log in or Create an account to join the conversation.
- Hoffmann
-
Topic Author
- Offline
- Senior Member
-
8 years 9 months ago #85622
by Hoffmann
Replied by Hoffmann on topic Google Map Os property No scroll zoom ?
I saw this on a java script forum:
Maybe we can try to add something like this in the relevant file.
Code:
google.maps.event.addListener(map, 'mousedown', function(event){
this.setOptions({scrollwheel:true});
});
google.maps.event.addListener(map, 'mouseover', function(event){
self = this;
timer = setTimeout(function() {
self.setOptions({scrollwheel:true});
}, 1000);
});
google.maps.event.addListener(map, 'mouseout', function(event){
this.setOptions({scrollwheel:false});
clearTimeout(timer);
});
Maybe we can try to add something like this in the relevant file.
Please Log in or Create an account to join the conversation.
- Hoffmann
-
Topic Author
- Offline
- Senior Member
-
8 years 9 months ago #85703
by Hoffmann
Replied by Hoffmann on topic Google Map Os property No scroll zoom ?
The problem is solved since upgrading OS property to 3.0.0.
Thanks!!!!
Thanks!!!!
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.