Could we please have some example code?
And a way to trigger it when to=he page loads?
Thanks ??
I can see the Map but the markers are not showing ??
]]>Trying this out, like the idea of it. My API seems to be working (refreshing the page increases the google usage request count, no errors).
However, the ‘stock’ shortcode from the example doesn’t appear to be working… so I am wondering what I am missing. Zoom level makes no difference, and the xml file is not read (no pins showing on map).
Any tips?
]]>Hello,
firstly I should thank you for such utilizing plugin, both with graphical settings and data handling options that seems far better overall experience than some other much more popular plugins. So, I guess this is because of half functioning script that is not processing even with all before mentioned available options, and I would like to get Your answers on two types off error I’m getting with it, but before I need you to confirm the xml data structure that you have provided on the plugins home page
<markers>
<marker name="Some Place" topic="Some Topic" address="1st Street, City, Country" lat="6.8722333" lng="79.8632416" date="14-Feb-16" contact="" presenter="Mary" type="event"/>
<marker name="Some other Place" topic="Some other Topic" address=“2nd Street, City, Country" lat=“72,68” lng="79.8632416" date="15-Feb-16" contact="" presenter=“John” type="event"/>
</markers>
Please check if this is appropriate set of xml data elements as they are missing closing tags. Aside of this I’ve tried correcting as following
<markers>
<marker name="Some Place" topic="Some Topic" address="1st Street, City, Country" lat="6.8722333" lng="79.8632416" date="14-Feb-16" contact="" presenter="Mary" type="event"/></marker>
<marker name="Some other Place" topic="Some other Topic" address=“2nd Street, City, Country" lat=“72,68” lng="79.8632416" date="15-Feb-16" contact="" presenter=“John” type="event"/></marker>
</markers>
– but there is still no output and the Web Console is displaying empty xml warning(beside some gMap js console errors), so would you elaborate this with me in order to have this plugin working?
Regards, Nik