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

#54481

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