200 comments found.
I haven’t been able to get the generator to work in Squarespace. Following the doc recommendation, I dropped the java script into the header, then added the using the SS embed feature (trying both of the different “embed” and “code” options they have). So car no go. Any thoughts?
http://www.i-864.net/our-team/<div id="map_1549045606710" />should match the id in the js code:
var chart = new google.visualization.GeoChart(document.getElementById('map_1549045606710'));
And currently they don’t match.
You can keep a custom one, the important thing is that both ids match.
Hope it helps
greetings, Carlos
Hm. I just copied the code directly from the generator and this is what it gave for the div container
Maybe since you added it to the header, with 2 different ‘copy/paste’ moments, a different code got generated. You need to add the full code into one embed block, javascript and html together. Try deleting that code and copy everything from the generator into a embed block. Or edit the div id to match the one in the header code. Greetings, Carlos
Hi. Any updates on source code for google api credentials requirement? I’m getting the s error
Geocoding Service: This API project is not authorized to use this API. For more information on authentication and Google Maps JavaScript API services please see: https://developers.google.com/maps/documentation/javascript/get-api-key
Hi! Try creating a new API Key, selecting the necessary API (select all maps, routes, places) and associating it with your website URL. Check if this URLs help: https://cmoreira.net/interactive-world-maps-demo/advanced-tips/generate-api-key/
If you want to workaround this and not use the API Key: https://cmoreira.net/interactive-world-maps-demo/create-a-map-without-needing-the-google-maps-api-key/
Hope it helps. Greetings, Carlos
it worked! thank you
I am wondering if this map can be of only one state with hyperlinked location pins?
Hi! Yes, you can display a single US state (just the state shapes) and add markers that can link to other pages. Greetings, Carlos
Has anyone used this with Drupal 7?
Hi! I’m not familiar with how Drupal works, but if it allows you to embed javascript in your page content, then the code provided by this generator will work. Hope it helps. Greetings, Carlos
Hi! I’ve installed the map to my site in the responsive setting: When I make my screen smaller in widht, the map adapts in width but in height it creates a ton of whitespace on top and bottom of the map. Any way to remove this?
Hi! I replied yesterday to your email with the same question, can you check if you got my answer in the email? The email went to ‘august’. Basically I explained that would happen only when the screen size changes on-the-fly, when you load the page on a smaller screen directly, it will load with the correct height. I also sent a code snippet that might help when resizing on-the-fly. Cheers, Carlos
We love your map generator. The only question I have is how to make it work correctly on mobile devices since the clickthrough URL doesn’t work sometimes. On my iPhone (using Safari), the map shows up, it’s the right size, and when we click on the state or country, the name pops up. However, I can’t click through to get to the URL link. I tried this on my android and it works perfectly. It’s beautiful and flawless otherwise.
Also, I saw another reply about adding custom CSS to change the font. Is that easy to do?
Hi! Thank you for using the generator! There seems to be a bug on iOS devices that when HTML tooltips are enabled, there might be some issues with the click action. If your tooltips do not use html, the best would be to disable the html tooltips option. Would this work for your project? You can write me using the ‘contact author’ option in the support tab and we can follow up using email. I can provide some instructions on how the font can be changed. Greetings, Carlos
Hi, Can’t see USA States regions from Display Mode. Minnesota or North Dakota Please Help Thank-you
Hi! Thank you for using the generator! Are you using the ISO codes for the states? US-ND and US-MN would be the codes for those states. If the problem persists, write me using the ‘contact author’ option in the support tab, sharing the link to where you have added the code for your map. Greetings, Carlos
Hi Thanks for the replay Im using Region Code:for cities in Display Mode i choose Markers display mode where to put iso code and how please
47.551495 -101.002014with a space between the values and not a comma. Hope it helps. Greetings, Carlos
Thanks i did sent you in email
still have the same issue please help
Hi! In your previous email, the problem was the format of the coordinates. It add an extra tag. Make sure it only includes the coordinates:
47.925710 -97.036070
for example. We can follow up using email if needed. Greetings, Carlos
Hi, do you have map with Asia and Oceania – Australia and New Zealand ? Can I change the font type in the toolkit text ? How to do it ? I tried one of your example – Germany marker : custom action, but the action value doesn’t show at the bottom of the map ? Anything wrong ?
Hi! Unfortunately the isn’t a map that includes both Asia and Oceania. You would have to use the world map. If you share the link to your page, I can provide the necessary CSS to change the font and check what could be missing to have the custom action. You can give me those details via email. Greetings, Carlos
Hi Carlos, sadly the cropping and resizing of the map doesn’t work, which makes the plugin now very nice to look at. I’ve done the changes to #map_canvas as described in the documentation, but the map doesn’t change. I’m building a new website on SquareSpace. Is there anything else I need to know? Cheers.
Hi! For the generator version, it would be different. The documentation mentioning #map_canvas would be for the WordPress version. Write me using the ‘contact author’ option in the support tab describing what you need to crop and share the link to your current map so I can check what would be the best solution. Greetings, Carlos
I played a bit with your examples on our squarespace site and it doesn’t seem to be responsive and scale down for mobile devices.
Hi! Thank you for your interest in the generator. The examples don’t include the bit of code that will make them responsive. Latest versions of the generator have an option to make the map responsive: https://prnt.sc/ixz7qq Greetings, Carlos
Hi Carlos! This has been an awesome tool thus far, great work! Am I able to generate multiple maps simultaneously to include in my site? How do I go about that? Thanks.
Hi! Thank you for the positive feedback! You can generate as many maps as you want, just make sure you save the ‘current settings’ field content so you can load them after to make edits. You can place different maps on different pages of your website without any problem. However, placing multiple maps on the same page is a bit more tricky, since the current version of the generator outputs code that only considers there will be one map per page. But there are workarounds for this. If you plan to have more than one map on the same page, send me a message using the ‘contact author’ option in the support tab. Greetings, Carlos
Hi, I have just purchased this plug in but I don’t know how to get it on my wix website. I tried opening the index.html file but that does not open a generator, its just a file an overview of the interactive map and how it works. Any help?
Hi! Thank you for purchasing the generator. The file you download from codecanyon is a zip file. The first step would be to unzip the file, to make sure you can open it properly. Once you unzip and open the index.html file, you should be able to properly use the generator. You can find some quick instructions on how to add the map to your wix website here: https://cmoreira.net/blog/how-to-add-world-or-country-map-to-wix/ hope it helps! Greetings, Carlos
Hi. I just downloaded the appand so far I like what I see!! I can figure stuff out easy and will be honest in I don’t know code… I’m currently using WIX and wondering if there is a way to make the provinces a button so I could design a boxed pop-up instead of the floating tool tips?
Hi! Thank you for using the generator. You can have the provinces (the first level of division of the country) clickable, you’ll just need to select the proper map. In wix you won’t be able to open a lightbox, if that’s what you mean, you can however set the province to open a page on click and add content to the tooltip. Hope the info helps. Greetings, Carlos
Hello. I am finding that this plugin does not load always load correctly. When I click on the link to the page where the map is located, I get the other content, but not the map. However, if I refresh the page, the map loads correctly.
You can test this here (www.powerfootwear.com) by clicking Store Finder in the footer.
Thanks! James Cook
I should add that this site is a Squarespace build.
Hi James! Thank you for using the generator. Seems your page might have a ‘transition’ effect since it’s loading the pages with ajax, and this way the script to build the map doesn’t run. Is this transition something you can disable in the settings? Greetings, Carlos
Brilliant. Immediate fix. Thank you Carlos!
hello how can i zoom the map for custom? lets say my map is only Indonesia country how can i zoom in only in Bali island? please help me
Hi! Thank you for using the plugin. There isn’t a real ‘zoom’ feature, but you can use the ‘custom css generator’ options, below the map preview, to manipulate the viewport and ‘zoom’ into one of the areas of the map. It has some limitations, but it might help. Greetings, Carlos
Hello, I already used your plugin and it’s a great plugin. Now, I am looking for a plugin that does the same thing of yours but in the shape of a flower (instead of a map). Do you know if it’s possible to do that with your plugin (with a few modifications) or another plugin that does that? Best regards, Samuel Chopard.
Hi Samuel! Unfortunately with my plugin it’s not possible to use custom maps. We can only use the maps provided. You’ll need a plugin that allows you to use custom images/SVG. Greetings, Carlos
Hey there, can I use this tool with my Wix website? Thank you!
Hi! Thank you for your interest in the generator! Yes, you can use the generated code in your wix website. If you have any other question let me know. Cheers, Carlos
Thanks for the fast reply. The map shows up in editor mode but once published all I see is an empty page. Is the code HTTPS or HTTP (because Wix seems to only be able to accept HTTPS codes)? Do you know how to fix this? Thanks!
Hi! Write me via the contact form on the support tab sharing the link to your page and the purchase code for the generator and this way I can check what could be missing. Cheers, Carlos
hi. I Want to specify a different active fill to the region. is possible? i can’t find the way. there any specific class? or js maybe.
Hi! Thank you for using the generator! Write me a message via the contact form on the support tab with a link to the page where you have the map. This way I’ll able to check what will work better. The Geochart API used by the generator doesn’t have an option to set a different colour for the active region. But hopefully with some CSS we’ll be able to do it. Greetings, Carlos