GoogleMaps don't show up

This topic contains 7 reply and 3 voices, and was last updated by rich-art 10 years, 8 months ago
Viewing 7 Posts - 1 through 7 (of 7 total)
Author Posts
August 22, 2013 at 2:01 am 7278
rich-art I've made a form with a Google Map field. I put the meta code in my theme (single.php) page but the map ins't visible? The code i used is: ID, 'kaart' ); ?> 'kaart' i also used as Meta Key in the form editor.
August 22, 2013 at 6:43 pm 7314
Mahi Mahi

It should be –

<?php echo wpuf_shortcode_map( 'kaart', $post->ID ); ?>

August 22, 2013 at 9:02 pm 7347
rich-art rich-art

Hi Mahi,

that’s the code from the documentation but that code also didn’t work.

In the source the code for the Google Map is present but not visible in any browser.
I’m working with WordPress 3.7-alpha-25000 (development version)

August 23, 2013 at 4:42 am 7357
Tareq Hasan Tareq Hasan

Do you see the latitude and longitude in the wp-admin post edit area?

August 23, 2013 at 1:44 pm 7367
rich-art rich-art

Hi Tareq, yes.
In the admin post area (at the custom fields area) i see the latitude and longitude numbers.

August 23, 2013 at 2:03 pm 7368
Tareq Hasan Tareq Hasan

Then it definitely should show up. Whats your page url? Let me have a look.

August 23, 2013 at 2:12 pm 7370
rich-art rich-art

Hi Tareq,

this website is still in development stage:
http://test.ghib.nl/lekkere-scheur-bak-met-grote-inhoud/

The big white area in the middle is the place of the Google Map.

August 23, 2013 at 2:53 pm 7372
rich-art rich-art

Hi Tareq,
I found the problem!
I de-select the option “Load scripts/styles in all pages”.
When i select this option… it works!

Viewing 7 Posts - 1 through 7 (of 7 total)