Comments 2Leandra started the conversationMarch 14, 2017 at 11:18amI have added this:wp_enqueue_script( 'gmaps', '//maps.googleapis.com/maps/api/js', array('jquery'),false,true );wp_enqueue_script( 'gmaps', '//maps.googleapis.com/maps/api/js?key=AIzaSyCnfelQF9lCXDzgau_qaKzZvdZGpOFDJaU', array('jquery'),false,true );to inc/functions.frontend.phpbut it is still showing an error 2Leandra repliedMarch 14, 2017 at 11:28amOkay, I have fixed it now. But it doesnt have the option to zoom in and out of the map ect 850Jelly repliedMarch 14, 2017 at 12:19pmHi,From the start, this option not work in our map. But you can go to this file: /epic-jellythemes/js/default.jsIn line 409, you can enable it: zoomControl : false, change it to zoomControl : true,Best Regards,Jelly Team 2Leandra repliedMarch 14, 2017 at 1:15pmThank you 850Jelly repliedMarch 14, 2017 at 2:11pmHi,No problem, do you still need my help?Best Regards,Jelly Team Sign in to reply ...
I have added this:
wp_enqueue_script(
'gmaps',
'//maps.googleapis.com/maps/api/js',
array('jquery'),false,true );
wp_enqueue_script(
'gmaps',
'//maps.googleapis.com/maps/api/js?key=AIzaSyCnfelQF9lCXDzgau_qaKzZvdZGpOFDJaU',
array('jquery'),false,true );
to
inc/functions.frontend.php
but it is still showing an error
Okay, I have fixed it now. But it doesnt have the option to zoom in and out of the map ect
Hi,
From the start, this option not work in our map. But you can go to this file:
In line 409, you can enable it: zoomControl : false, change it to zoomControl : true,
Best Regards,
Jelly Team
Thank you
Hi,
No problem, do you still need my help?
Best Regards,
Jelly Team