Support

Account

Home Forums Front-end Issues Google Map Grey > User Profile Reply To: Google Map Grey > User Profile

  • Hi James – thanks for your response here. I’ve got the same issue, the map is displaying grey and buggy. You can see mine here: http://www.coolbreeze2200.com

    I’ve tried the above but my .js code is just slightly different, and I don’t know enough JS to make the adjustment. My code looks like this:

    $(document).ready(function(){
     
     $('.acf-map').each(function(){
     
     		// create map
    		map = new_map( $(this) );
                   
     render_map( $(this) );
     
     });
     
    });

    How would I alter your above solution accordingly? Or is there another reason for the grey box I may be missing?

    Thanks again,
    Brian