IE8 "console undefined" error
-
I have been getting an error in IE8 when using WP Google Maps and Pro versions. This error causes the map to not be displayed on the page.
I don’t think this is a plugin error as much as it is an IE8 error but here is the solution if anyone else experiences this. Add the following to the top of your page in the head section:
<!--[if lte IE 8]> <script type="text/javascript"> if (!window.console) console = {log: function() {}}; </script> <![endif]-->
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘IE8 "console undefined" error’ is closed to new replies.