Tell us what you are trying to do? I need to show a view with a Google Map and the marker of the post that is already placed in a field named "address".
Is there any documentation that you are following? I already installed the Maps Toolset and obtained the Google API key
What is the link to your site? hidden link (you see that the address is working but the map doesn't display.
I followed all tutorials concerning the plaving of a map and a marker into a view but nothing displays. (i see only an empty square, it seems that the map does not render).
I visited your page and saw that you have a JavaScript error on the page, which will prevent the code to load the map from working.
This code is inserted directly into the page source and is responsible for the error:
// Masonry Function //
function runmasonry() {
jQuery('.masonry-grid').masonry({
// options
itemSelector: '.grid-item'
});
}
Note that I also see in the browser console that you are loading multiple versions of Google Maps on the same page, one of which appears to be outdated. If your theme includes Google Maps is it possible to disable it?
Hi Nigel,
i plaved the map view in the layout (it is in the right sidebar now) but it does not render the map even I deleted the "masonry" function as per your note.
The page for example is this:
hidden link
The other map plugin is needed for another map plugin renderer on other sections of the site so I have to keep it.
Any guess why the map is still not rendering?
Franco