Hi,
I'm using zenphoto 1.4.3.5 [11059] (Official build) with the supplied stopdesign theme.
I've enabled GoogleMap plugins and added <?php printImageMap();?> to image.php in the stopdesign folder.
When I open the image there's a new Google Map link which link to javascript:toggle_googlemap_data(); and doesn't display the map. Google Map plugin works fine in Default, ZenPage,Effervescence+ and the Google Map link to javascript:toggleMap('images###_googlemap_data');
There's 1 thread about fixing this but it's 2 years old and the link in there doesn't work anymore. Is there a solution for this problem?
Thanks,
Comments
Replace
`<?php if (function_exists('printCommentForm')) {require_once('comment.php'); } ?>`
by
`<?php @call_user_func('printCommentForm'); ?>`
Btw: the function `printImageMap()` is deprecated.
Use instead:
`printGoogleMap()`