This is the code that i use to show google map…
<?php echo $EM_Event->output('#_LOCATIONMAP'); ?>
Hi,
Do the maps show ok with the standard settings / placeholder tags?
Have you tried adding
global $EM_Event;
above the line of code you quoted?
Yes. I tried to use the standard placeholder, but nothing…
On the wordpress base template it works fine. I use foundation 4 on wordpress.
How do you suggest me to find the conflict?
Hi, i found the conflict.
Thanks
I’m sorry… i still have the same problem. I’m using Foundation 4 and it uses Zepto JS instead of jQuery. There is a line that deregister jQuery in favour of Zepto JS and this block me to load jquery for loading google map by events manager….
How can i solve this?
maybe you need to ask your theme provider about this since we are using default wordpress jquery library.
basically, EM won’t work properly with your theme. We require jQuery (and so do many (many) other plugins) for various functionality.
Whilst it’s ‘legal’ (but not adviseable) to use a different js library, it should work in tandem with jQuery, not replace it.