Hi
This is normally due to the fact that your themes footer.php file doesnt contain the following line:
<?php wp_footer(); ?>
With regards to your other query, what address were you typing in?
Kind regards
Nick
Hello Nick,
I have the same problem, I use the shortcode given but the map does not appear. The plugin seems great so I would really like to solve it and use it and probably buy it in a near future.
I have checked your answer is some of the posts in the forum and my theme does have the code you mentioned:
<?php
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/
wp_footer();
?>
And it’s still not working… Can you help me please?
Thank you!
Hi Textam
Please can you give me a link of the page that has the shortcode? It may be a javascript problem.
Kind regards
Nick
Sure!
The website is:
http://www.pladempresa.com/es/contacto/
And it’s under the Tab “Ubicación”
Thank you for your quick reply!
Hi Textam
Looks like there is a javascript error with the custom.js file (not my plugin)
Uncaught TypeError: Cannot read property ‘length’ of undefined custom.js:714
it stems from this line in the custom.js file:
if($j(this).attr(‘title’).length > 0)
It appears that this has something to do with the menu javascript. If you manage to fix this error my plugin will work. The problem is that my plugin’s JavaScript gets executed right at the end and if there are any problems before hand it wont work.
Please let me know if you come right.
Kind regards
Nick
Hi Nick,
The plugin is not working for custom page template. I am using the Thesis theme. Could you please help?
Thanks!
Hi Sanket
I have received your email and I’m on it. I will post the solution here when I have identified the problem
Kind regards
Nick
I have the same problem 🙁 nothing appears.
I have added the shortcode in my page, [wpgmza id=’1′]. The HTML contains
<div id=”wpgmza_map” style=”display:block; width:530px; height:400px; float:left;”> </div>
No javascript errors . . .
Hi Robichulo
Do you have this in your footer.php file?
<?php wp_footer(); ?>
Kind regards
Nick
Hey Taxman! I had a similar issue. Did you ever figure out how to resolve the custom.js type error? if($j(this).attr(‘title’).length > 0)
If so please message me!
Thank You!!
Same problem here, i pasted <?php wp_footer(); ?> to footer.php and still doesn’t work
Please note that i can see the pointer, but there is no map (light grey) panning tools are invisible
Any idea?
Hi Icacci
Please can you post a link to your map?
Kind regards
Nick