Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bw_show_googlemap] shortcode messing up google map controls #1

Closed
bobbingwide opened this issue Feb 3, 2015 · 0 comments
Closed
Assignees
Labels

Comments

@bobbingwide
Copy link
Owner

In the latest version, the output of the [bw_show_googlemap] shortcode is messing up google maps controls - particularly the zoom slider. This seems to happen regardless of the theme.
The problem is almost exactly as documented here
http://stackoverflow.com/questions/9904379/google-map-zoom-controls-not-displaying-correctly
In a previous version a fix had been provided in oik-css.
The problem was introduced when I added support for multiple googlemaps.
The fix adds a new class ( bw_map_canvas)
which is then styled by the CSS.
.bw_map_canvas { height: 100%; min-height: 100% } .bw_map_canvas img { max-width: none; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant