Code

Discussion on MapSVG - Google Maps, Vector Maps, Image Maps, and Store Locator for WordPress

Discussion on MapSVG - Google Maps, Vector Maps, Image Maps, and Store Locator for WordPress

Cart 12,302 sales
Recently Updated

RomanCode supports this item

Supported

This author's response time can be up to 5 business days.

1658 comments found.

Was this question ever answered? Same issue. Can edit css inside the popup box using .map_popover_content but can’t solve outside (ie. Border styles.

Please disregard. I just needed to add !important; to over ride. Awesome plugin. Love it.

Hi! I’ve purchased your plugin and am loving it so far, but I do have one question: how can i add a map directly to a WordPress template? I tried “do_shortcode” but it didn’t give any results. Is there a specific PHP function I can use that will work? Thanks!

Adam

Please show your “do_shortcode” string of code. Does it looks like this
echo do_shortcode('[mapsvg id=...]');
Also plugin needs wp_footer action to be fired somewhere in your theme. Javascript code is being attached to footer.

It works! I see what happened… in the email I received of your reply, there were “pre” tags wrapped around your code, which I thought were to be included. This confused the issue for me though, as I wondered why I would include those in a template file!

Also, in the end, it was just that i needed to include “echo” with my do_shortcode statement. I hadn’t done that.

Thanks! It works great now!

Hello, I asked a question about having two maps on one page similar to the sample on your website via email. Could you please let me know the answer?

Thanks, Tom

Hi, answered by email

Hi, I’m considering to use this plugin in order to handle an interactive floor plan map but I need to know if it’s feasible to link areas of the map to an iframe. Thank you very much in advance.

I purchased and installed your plugin. It works fine but I cannot find out how to remove incorrect markers on my map. (

I tried but the pop-up menu does not show up. What browser do you use? Please check your emails. Thank you!

replied by email

Hi, Yatek. I replied by email but never heard from you.. :( The issue still exists. The markers are there. Is there a manual way to remove them if application created an error?

How do can you change the stroke of a specific country or state? (Also, the hover color of a specific state or country.) I’ve tried doing it in the “custom data” box, but it doesn’t do anything?Great plug-in btw

Currently there’s not such possibility so to get full access to “core” of the plugin you have to use javaScript. You have to switch to “javascript” tab in MapSVG control panel, scroll to bottom to “afterLoad” text field and put JS into it. Example, changing stroke color of Canada:
function(){
   this.getData().regions["Canada"].attr({"stroke-color": "#FF0000"});
}
Also you can set custom hover color – by setting a mouseOver event handler:
function(e, mapsvg){
    this.attr({"fill": "#FF0000"});
}

Hi guys,

your plugin is really impressive, just a few question before to buy it (I’m interested at the wordpress plugin):

- I need 2 different maps (world and europe) on the same page, it is possibile? - Can I show only Europe on the first map? - Can only some countries be clickable? - I need to mark only some countries with a text lightbox, it is possible? - Is it responsive? - Can I disable the zoom?

Many thanks and forgive for my bad english :)

Regards

Hi, sorry for late reply - yes 2 maps on 1 page are possible - you can set popover for countries which you need - you can set zoom on/off - you can set responsiveness on/off

Hi Yatek, thanks for this plug in, it will save me a ton of work once I get it working. I’m having a problem with it working in a custom theme I’m working on. I was able to get it to work fine w/ twenty fourteen theme but am having an issue with my own theme.

I had tried removing any other javascript files from running, followed the tips on your faq page but still can’t seem to get it working.

Do you have any suggestions on how I can get it working? If possible I’d like to buy an hour of your time to try to get it fixed.

Cheers

heres a link to an example http://res.andrewpfund.com/test-map-5/

Hi, sorry for late reply. Plugin waits for “wp_footer” action to be fired which you seem to forget to include in your theme.

Ahh awesome! I knew it was something simple like that. I love how lightweight this is. I had had my footer set as <?php get_footer(); ?> before.

hi i just purchased this plugin but the counties map doesn’t seem to pull up in wordpress and unfortunately that is the one i purchased this plugin for. I checked the maps folder of the plugin and the counties map also doesnt seem to be in there. Also the USA + labels in boxes which i was interested in is also not available in the plugin folder.

Hi, did you fix your problem? Anyway all maps are in zip which you downloaded from CC so you can copy from there.

Merry christmas! :bashfulcute::bashfulcute:

And happy old new year

Absolument!

chikimone??

Hey I purchased this map and its great! Id pass it on to anyone. But Im having trouble finding the USA map template that has the “labels in boxes” that map is the main reason I purchased, and if you could help point me in the right direction it would be appreciated!

Hi, sorry, I don’t know how it disappeared from WP package, thanks for letting me know. I’ll include it now and upload an update to CodeCanyon. Meanwhile you can download the map by this link (open, right-click, choose “Save as”. If you see added ”.xml” extension after ”.svg” during saving – remove it). http://mapsvg.buyhunters.ru/maps/usa-labels-boxes.svg

I appreciate the reply I uploaded that map via ftp and it works perfectly so far. Thank you! Merry Christmas!

Hi Yatek, I am creating my own map on Inkscape, but have some issues with grouped objects… They don’t appear as a group in MapSVG admin but as individual objects… Is there any SVG compatibility option to choose when exporting from inkscape to be sure that my design will be compatible with your plugin ?

Please provide a link

The website is under “coming soon” plugin (but I can give you admin ID’s by e-mail)

good morning, after the lastest update i cannot modify anymore the previously created maps, how can i solve this? http://cavagna.wpengine.com/worldwide-network/europe

Hi, please send me ( oyatek@mail.ru ) your WP login/password – I’ll fix that.

Is this working on current WP version? I cant get it to working on multiple sites I have tried.

Hi, what version of MapSVG you use? Is it latest version downloaded from CodeCanyon in December 2013? If so, it should work with all WP including 3.8 (tested on clean WP install). Also I uploaded update for the plugin (version 1.6.0) which includes design changes for new look of WP 3.8. It is being reviewed by CC team now. If you use latest version but still can’t get it to work – please provide a link to your site or better mail me with login/password to you WP Control Panel so I can fix it when I find why it don’t work.

Hey Yatek.. Thank you! This plugin saved my butt! Worked great for me.

The one thing that would make it perfect is the pinch to zoom works on IOS but only seems to zoom out on Android. I am not using the newest update but is there any chance this update changes that?

Thanks again for your work.

Brian

HI Brian, thanks for letting me know, it will be fixed in next release.

Hi, thanks for updating, but URLs are not recognized …?

Hi, yep, you’re right. It seems like there’s a bug in updated version of Raphael.js (2.1.2) which I included in my update of mapSVG. I will roll back to Raphael.js 2.1.0 now and upload an update to CodeCanyon. Meanwhile you can download Raphael 2.1.0 by this link – http://mapsvg.buyhunters.ru/js/raphael.js – and put it (overwrite) into ”/wp-content/plugins/mapsvg/js” folder. Or you can take same Raphael 2.1.0 library from mapsvg-1.5.5. Links will start working again.

Thanks Yatek, this works! btw. a great Plugin … :)

thanks! :)

Hi Yatek, I see you’re back here replying to comments. Could you take time to answer my messages (sent via the form on your profile) ? Thanks

Hi, I replied now, please check your mail.

Thanks for the changelog notice. That was helpful.

What are the planned features?

Layers, mark groups, routes (connecting marks)

Can you publish all the release notes of the new version maybe?

Just fixed compatibility issues with new WP versions 3.6 & 3.7 (plugin was last updated when latest WP version was 3.5). No new features yet, but I have plans on adding some later this month.

Hi there, I installed the plugin without issues, but I can’t save any new map, can’t even select colors, regions tab! Please help

Hi, I just uploaded new version of the plugin – please download it, update and check if problem still exists. If so – mail me with login/pass for your WP control panel via my profile page.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey