Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Daniele

    (@lele_82)

    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?

    Thread Starter Daniele

    (@lele_82)

    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?

    Thread Starter Daniele

    (@lele_82)

    Hi, i found the conflict.

    Thanks

    Thread Starter Daniele

    (@lele_82)

    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?

    Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe you need to ask your theme provider about this since we are using default wordpress jquery library.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Google map still "Loading"’ is closed to new replies.