Okay
  Public Ticket #1096362
map error
Closed

Comments

  •  2
    Leandra started the conversation

    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


  •  2
    Leandra replied

    Okay, I have fixed it now. But it doesnt have the option to zoom in and out of the map ect

  •  840
    Jelly replied

    Hi,

    From the start, this option not work in our map. But you can go to this file:

    /epic-jellythemes/js/default.js

    In line 409, you can enable it: zoomControl : false, change it to zoomControl : true,

    Best Regards,
    Jelly Team

  •  2
    Leandra replied

    Thank you

  •  840
    Jelly replied

    Hi,

    No problem, do you still need my help?

    Best Regards,
    Jelly Team