Google Login-Control and Profile-Photo disabling Zoom-Buttons
-
Hi Ilja,
your plugin is by far the best responsive googlemaps-plugin i have discovered so far, but i have one big issue. this is my code to insert the map:
[responsive_map lat="49.270770" lng="8.107752" show_marker="true" title="Here we are!" height="400px" zoom="15" pan_control="true" scale_control="true" zoom_control="true" map_type_control="true" overview_map_control="false" draggable="true"]
my map displays in the upper right corner a part of the google login interface. issue #1 is that only a part of the interface is shown.
issue #2 is that as far as i understand some containers overlap the streetview and the zoom-controls which are thus not clickable.
strange enough, these issues occur in Firefox, Chrome and IE, although not if the page is viewed on a smartphone.I could solve this easily by overwriting the css-settings:
.div.profile-photo-light, .div.login-control { display: none; }
but unfortunately custom-css does not work, as the original css seems to be defined inline in the google-frame.
If i increase the map-height to 700px the zoom-controls work, but i would prefer the map to be 400px of height.
here is a link to the page: https://test.cafe-zuckerschnecke.de/anfahrt/
Sorry for the long post and thanks in advance!
Cheers, Volker
- The topic ‘Google Login-Control and Profile-Photo disabling Zoom-Buttons’ is closed to new replies.