Home › Forums › Theme support › Google Maps problem on Contact Page › Reply To: Google Maps problem on Contact Page
Now there’s only one Google Map and it still doesn’t work.
I haven’t changed any theme files, I have created a child-theme and in my functions.php there’s only:
function my_theme_enqueue_styles() {
$parent_style = 'parent-style';
wp_enqueue_style( $parent_style, get_template_directory_uri() . '/style.css' );
wp_enqueue_style( 'child-style',
get_stylesheet_directory_uri() . '/style.css',
array( $parent_style )
);
}
add_action( 'wp_enqueue_scripts', 'my_theme_enqueue_styles' );
as I can see in a console the yooco/script/function.js file is missing but the funny thing is that it’s on the server with permissions -rw-r–r–