Home › Forums › WoodMart support forum › Google Map Not Working – Uncaught ReferenceError: Maplace is not defined › Reply To: Google Map Not Working – Uncaught ReferenceError: Maplace is not defined
April 25, 2018 at 9:41 am
#54481

Elise Noromit
Member
Hello,
We have checked and see that code line has been modified in the process of copying that is why code brought no effect. Please try again and replace this line
woodmart_enqueue_script( 'maplace' );
with this one:
wp_enqueue_script( 'maplace' );
This line is in this file woodmart/inc/shortcodes/google-map.php
Best Regards