Hey,
i try to use Nomad World Map on my Website.
I already set up a API on the google console and have activated it.
The API is restricted to Geocoding API, Maps JavaScript API, Maps Elevation API, Directions API.
And using *.example.com/* and example.com/* (of course with my website url not example)
But after updating settings in the nomadworldmap plugin, I still see no map. Only a grey field with the red location pin.
I can not find places, if i try i get the error “ERROR”.
Does anyone has a Idea for that??
Thanks in advance.
Tajo
Hi,
I am currently working out how to achieve PHP 8.0 compatibility with this plugin. If there is enough interest in this, I might fork the repo to overhaul this plugin, since it is not updated for 4 years now.
To get the plugin running with PHP 8.0, I had to do the following changes:
nomad-world-map/includes/nwm-widget-class.php
//add_action( 'widgets_init',
// create_function( '', 'return register_widget( "NWM_Widget" );' )
//);
add_action( 'widgets_init', function() {
register_widget( 'NWM_Widget' );
});
nomad-world-map/admin/nwm-check-upgrade.php
// if (version_compare($current_version, NWN_VERSION_NUM, '==='))
if (version_compare($current_version, NWN_VERSION_NUM, '=='))
Good luck!
]]>The zoom level of the map is not changing.
The shortcode [nwm_map id=”19″ zoom=”12″] gives me the exact same display as [nwm_map id=”19″ zoom=”1″]. can you advise?
]]>Hello
I was travelling two times through Burma(Myanmar). Because of that I did to routes. Now I would like to show both maps (routes) on the same page. But one map isn’t show. Is it not possible to show two maps on the same page or what ist the problem?
thanks for help
Regards, Simon from diewanderlust.ch
Since a month, API Google put in place quotas. So the map is darkned and is written “for development purpose only”.
Would someone have a solution?
Many thanks for the job,
]]>Hi,
I just wanted to import entries in the database table wp_nwm_routes for quickly filling my data, but they never get shown. Only the locations added in admin form will work.
I noticed your sql selects only those IN a list, and dont wanna modify the plugin php code.
Could anyone tell me how to make my inserted rows work and be displayed in map?
What is the way you keep the official rows active and mine unactive? I dont see any other database table with relation to map or anything.
Thanks and congrats for your work!
]]>I searched and wasn’t successful in finding the answers to these questions.
Is there a limit to how many destinations we can have on a map?
Once you’ve created a destination, can you move it to a new map or do you have to delete it and start over?
Thanks!
]]>Hi there,
this is a fantastic idea and still is the only plugin out there realizing it. Are there any updates planned to fix current bugs?
Also, any plans to integrate OpenStreetMaps or Leaflet as an alternative (due to GDPR)?
Thanks and best,
David
I’m displaying a map on the sidebar in my blog.
When I’m loading the page the map is showing France and not the last Location (Default setting) of the maps.
Can you please check what’s wrong there?
Thanks!
Florian
Hi,
I have a question in regards to responsiveness. Maps are great however, there is a problem with them on moblie devices. I set a map dimention on my web but in comparition to a mobile display it is much more bigger than I need. I could change the map size to fit it to mobile but it means map is to small on the web :/
Is there any option to make it responsive?
Kind regards
Przemek
It would be good to provide a way to customize the design of the maps.
This is achieved by passing a json array to the map at startup.
You could do it simply by calling it Snazzy Maps support and directing users to this site to get / make their custom map theme:
and then you would only need to provide a textarea for them to paste it in.
]]>I know how to set zoom levels manually using the short code, but let’s say I want to make the zoom level variable depending on how big the screen is. I have some javascript code which can calculate the “zoom level” required for the map, but I’m not sure how to pull this into the short code. Is this possible?
]]>Hi to everyone,
I try everything to get work the plugin nomad but its out of service yet. Exit the message ops etc.. check javascript console, what I can do more? I set the browser and server key, put the key inside the code set restriction to my site but nothing. Someone fix this problem?
many thanx
]]>I flagged this last year and thought I’d give it another go!
My nomad map widget in the side bar no longer recognises the manual location that I type in, which means that (a) I don’t get the flag appearing and (b) the map shows a default location on the equator rather than my actual location.
Any ideas on what’s going wrong?
Thanks!
Anna
]]>I’m displaying two maps (with shortcode) on a page in my blog.
When I’m loading the page the two maps are showing France and not the first Location (Default setting) of the maps.
Plz update Plugin for Version 4.8.1 it’s so great.
Cheers
Holger
Hi,
I am unable to alter the zoom of a map using the shortcode. This is what I am trying:
[nwm_map id=”1″ zoom=”7″]
Can you please advise?
Thanks,
Graham
]]>I have a problema with the maps and the future routes that I insert.
I have a map where I’ve added some future routes for my next trips (i used the date arrival and departure fields) but when I display it on my website, the map focus me (at the moment) in the last route I’ve added that is a future date.
The maps shows me in a place where I will be in 2 months and it’s very confusing.
I’ve seen that is a bug that is been reported 11 moths ago but it hasn’t been fixed yet.
Will you fix it in a near future?
Thank you very much for your work!!
]]>Hello,
my nomad world map doesnt work.
My console gets the following error:
Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
util.js:222 Google Maps API warning: SensorNotRequired https://developers.google.com/maps/documentation/javascript/error-messages#sensor-not-required
I just add two API Keys at my NWM settings. Unfortunelly its dont help…
I go on
https://console.developers.google.com/flows/enableapi?apiid=maps_backend,geocoding_backend,directions_backend,distance_matrix_backend,elevation_backend&keyType=CLIENT_SIDE&reusekey=true (thats your refer link)
and did a HTTP API (i think thats a browser api)…
Can you explain me what i am doing wrong or give me a documentation for getting the right API keys ?
the website:
https://soscheescho.de
Henning Rosenstengel
]]>I am using WordPress 4.8 running Travelify theme. I am updating my blog using my iPhone 7 (iOS 10.3.2). I have previously set up a Travel Schedule map on my PC at home, and sometimes need to edit or modify a location or date. When I go to manage my map, the graphics are overlapping and prevent me from selecting the “Edit location” tab at the top. When I hold my phone in portrait mode, the Current Map drop down menu blocks access to both the “Add location” and “Edit location” tab. When I turn the phone to landscape mode, the title “Current Map” for the drop down menus blocks both tabs. Since the default is “Add location,” this is all that I can do.
To make matters worse, if I try to move a location by dragging it up or down in the list, the only thing it will do is move down – and often very fast and uncontrollably. This is a second issue, but possibly related to using the add and edit location features of Nomad Map with an iPhone 7.
]]>Hello
Thanks for this plugin. I used it on my travel blog / diary and it was great.
I’m now printing my blog into a photo book and want to include my completed map. Is there any way to export the map, preferably in high res?
Thanks
HI there, I can not get the map visible on a page. It loads, I see it 1 second and then error appears from the console;
util.js:221 Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys
uB.j @ util.js:221
I use travelify as theme and running it only local, not online yet.
I tried with firefox and chrome, same issue, reset to original theme, same result.
Anyone can offer help?
]]>I’m having two (unrelated) issues:
1. When I try to save html in the “below the widget” section which has a description indicating the “link and strong” tags are allowed… All tags are stripped
<span class=”aligncenter”>Get Bigger View</span>
gets stripped to just “Get Biger View”.
What’s strange is the link gets stored (shows up correctly on the front end) but then the widget text area just shows the text string, no link, on refresh. The escaping and sanitization looks roughly correct… :shrug:
2. I’m having a conflict with a widget fragment cache I run, I’ve excluded the widget from the cache and it’s now back to working… haven’t debugged why, but it’s working excluded.
Don’t really need help with this, just reporting what’s going on.
]]>I have 4 maps on my blog and 2 of them doesn’t appear anymore. I checked the code and everything should work.
Could you please help me?
Not working:
https://lnx.mapandfork.com/wordpress/nos-voyages/
https://lnx.mapandfork.com/wordpress/recettes-du-monde/
working:
https://lnx.mapandfork.com/wordpress/il-nostro-itinerario-di-viaggio/
https://lnx.mapandfork.com/wordpress/ricette-del-mondo/
Hi there.
Since a few days the location linking, tooltip and zoom is not working any more for the map.
Any ideas what happend or is it a problem with the WP update to 4.8?
You can find the map i am talking about here:
https://europe-road-riders.eu/unser-standort/
Thank you in advance!
Hello,
first, thanks for this fantastic plugin I just love !
I have a small enhancement request to submit to have a settings checkbox to open link related to custom content in another tab or window to keep the post opened.
Thanks a lot anyway !
Eric Collart
]]>Is it possible to have a map zoom directly centered around a location point as a shortcode? For example: [nwm_map id=”1″ zoom=”8″ content=”tooltip” loc=”4″]
Ideally, since the post is already linked to the location, it would default to try to center on the location of the post. But I would be perfectly happy to look that location up and drop it in a template using PHP. But if you are on a trip and you have a post discussing the location on the map, it would be nice to be able to focus on that location.
]]>Hi!
I’m trying to edit my second map in the “route editor” but I can’t load it.
The first one is perfectly loaded but when I want to edit the second one by clicking in “Current map” up right, I only see the ajax loader looping and nothing more.
I wait a lot but nothing appears in the chrome console.
I tried to deactivate cache plugins, but same result.
I tried to get it this way : “/wp-admin/admin.php?page=nwm_map_editor&map_id=2”, but same result.
Can you help me please ?
More info :
Wordpress version : 4.7.4
Plugin version : 1.3.1
PHP version : 7
1. The ability to add points directly when you edit the post (they are automatically linked to that record).
1.1 the order of the points is determined by the order in the post. Between the posts is determined by date of posts.
1.2 Add additional information for each point (waypoint, landmark, hotel, etc.)
2. “Option to draw the route according to Google maps. If it is not possible to build a route – connect points with lines (as now). I.e. in some areas the maps will be route on the other – line.
3.The ability to output maps for points in a separate post (for example [nwm_map id=…] )
3.1. Building a map of points according to additional information, but without connecting lines and routes, for example, all hotels or attractions. [nwm_map points_only=hotels] )
4. Option for clustering the output map, for example [nwm_map cluster=yes]
I have added a series of destinations and associated each with a particular blog entry. The Read More link does link to the correct post entry but the same excerpt is showing for each one:
https://chrisandsandymorgan.com/test/
Also, is there a way to edit an entry after it has been saved?
– Chris
]]>Is it possible to centre the map on a specific point when it’s first displayed?
]]>