Showing 1 – 4 of 4 replies
Deewebs

Removing the Google maps section stops […]

Deewebs PURCHASED
7 years ago
Removing the Google maps section stops the date/time picker from functioning. Where is the dependancy for this?
3wm
3wm SELLER
7 years ago
Re: Removing the Google maps section
What exactly did you remove? Can you provide more info?
Deewebs
Deewebs PURCHASED
7 years ago
Hi I have removed the maps tag

<div id="map" class="map-container">
</div>
3wm
3wm SELLER
7 years ago
In HTML:
Find the line says <!--//Google map related JS --> and remove the JS links.

In main.js:
Find the line says /* ======= Google Map ======= */ and remove the relevant code.
Deewebs
Deewebs PURCHASED
7 years ago
I needed to use the Google map on an additional page so needed to retain Google Map JS in main.js. Solved the problem by simply moving the Google Map JS after the jQuery form validator.

Thanks for your replies.