Not sure if this issue has to do with API creation. is the marker showing correctly on backend? Please also follow the steps from mapsmarker.com/readme-first to exclude other possible and likely reasons for this issue, like plugin conflicts…
The problem is occuring on both the back-end and front-end I’m afraid.
Markers appear fine if I create them as new from within the menus, but when calling them via the API the zoom issue appears.
I’ve tried deactivating plugins, and am running on the TwentyFourteen theme so not quite sure that anything will be affecting it I’m afraid.
What do you mean by calling via API?
Using this sort of URL:
http://{mysite}/wp-content/plugins/leaflet-maps-marker/leaflet-api.php?key={key}&signature={signature}&expires={expiry}&action=add&type=marker&markername=Aberdeen&geocode=Aberdeen
sorry, still do not fully understand your issue – can you please post a link to your map?
you also embedded mapbox javascript + css in your theme – try disabling them to see if this is the issue, which is rather likely…
Sorry, forgot to remove them. The problem still exists I’m afriad, although the + and – icons for zooming do appear now but are not functional.
strange – perhaps some theme conflict; try switching to twentytwelve and if it works, try to find out which css from your theme is causing this
I’m afraid I’m getting the same results for the TwentyTwelve and TwentyThirteen themes. The issue also appears in the Admin area in WordPress when editing the marker’s attributes.
puh, I am running out of ideas. Perhaps some files got corrupted on upload, try manually overwritting the plugin files on your server with the current package. Another idea would be to try the pro version 😉
Tried overwriting things and still not working. Might consider the pro version to see if it works!
Managed to fix the problem!
I was using the Mapbox style of maps, and the maximum zoom level was defaulted to 8. Changed this up now to 15. I also hadn’t entered a username and map, which is needed to make things work. Did this and things are now appearing as expected.
Thanks for your help, as I said above it’s a great plugin!