Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1020744
Google Maps - scrolling broken in Internet Explorer
Closed

Comments

  •  2
    wlm2015 started the conversation

    On my site, and in your demo, the Google Maps has a bug that only occurs in IE and Edge browsers. (I'm using IE 11). 

    When the user scrolls down using the scroll wheel, and the cursor arrives at the section of the page containing a map, the page ceases to scroll, and begins to zoom in or zoom out of the map.  

    When the map is full screen width, there's no way for the user to keep scrolling without significant disruption to the User eXperience. 

    http://codex-themes.com/thegem/elements/google-maps/

    How do we fix this in IE?

  • [deleted] replied

    Hi,

    Try to add next code to custom css in theme options:

    .wpb_gmaps_widget .wpb_map_wraper iframe {
        position: relative;
    }
  •  2
    wlm2015 replied

    This does not resolve the issue.

    Also the grayscale map is not working in IE.

  • [deleted] replied

    Please give link to your site. I will try to inspect problem.