Skip Navigation

[Resolved] Maps and markers not rendering

This support ticket is created 6 years, 9 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 7:00 – 14:00 -
- 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 15:00 – 16:00 -

Supporter timezone: Europe/London (GMT+00:00)

This topic contains 4 replies, has 2 voices.

Last updated by Franco Calcagni 6 years, 9 months ago.

Assisted by: Nigel.

Author
Posts
#628213

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).

#628297

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Screen Shot 2018-03-26 at 12.28.21.png

Hi there

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?

#629516

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

#629619

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+00:00)

Screen Shot 2018-03-29 at 13.43.47.png

Hi Franco

I visited the link and the error is still on the page, preventing other JavaScript on your page running.

#629631

problem solved thanks