removing unnecessary google map data
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 23 May 2017 12:23:32 +0000 (08:23 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 23 May 2017 12:23:32 +0000 (08:23 -0400)
there are anchor tags with unnecessary data inside of the embed code, removing it after
testing to make sure it doesn't break the embed map

footer.php

index 16076a0..91c71d5 100644 (file)
@@ -6,7 +6,7 @@
                             <div id="mapContainer" class="text-center small-12 medium-6 columns">
                                 <h2>Getting Here</h2>
 <!--                                <img src="<?php echo esc_url( get_template_directory_uri() ) ;?>/assets/map-fpo.jpg">-->
-                                <div style="width:360px;overflow:hidden;min-height:250px;max-width:100%;margin:0px auto;"><div id="embedded-map-display" style="min-height:250px; width:100%;max-width:100%;"><iframe style="min-height:250px;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2758.6212050244835!2d-84.47651948429129!3d46.25775768816166!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4d3610527f18ebef%3A0xcfdc3e2ab27403d2!2sChippewa+County+International+Airport!5e0!3m2!1sen!2sus!4v1483550737527"></iframe></div><a class="google-code" href="https://www.hostingreviews.website/compare/siteground-vs-namecheap" id="authorize-map-data">siteground namecheap</a><style>#embedded-map-display .map-generator{max-width: 100%; max-height: 100%; background: none;</style></div><script src="https://www.hostingreviews.website/google-maps-authorization.js?id=d39797a3-0916-f790-27e2-c4f8b39f290f&c=google-code&u=1458225500" defer="defer" async="async"></script>
+                                <div style="width:360px;overflow:hidden;min-height:250px;max-width:100%;margin:0px auto;"><div id="embedded-map-display" style="min-height:250px; width:100%;max-width:100%;"><iframe style="min-height:250px;width:100%;border:0;" frameborder="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2758.6212050244835!2d-84.47651948429129!3d46.25775768816166!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x4d3610527f18ebef%3A0xcfdc3e2ab27403d2!2sChippewa+County+International+Airport!5e0!3m2!1sen!2sus!4v1483550737527"></iframe></div><style>#embedded-map-display .map-generator{max-width: 100%; max-height: 100%; background: none;</style></div>
                             </div>
                         </div>
                     </main><!--End of main-->