WPGMaps
Forum Replies Created
-
Hi there.
The map controls should display on the map by default. If they’re not, this might be caused by a styling conflict on the page.
Please send me a link to your map so I can look into this for you?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Show 2 Infowindows at the same timeHi Toble.
If both have that option enabled, they should both open on page load.
Please advise what versions of the plugin you are currently using?
Hi there.
Sorry for only getting back to you now.
The Pro version allows you to add a marker to the map using a custom field (http://www.wpgmaps.com/introducing-maps-by-custom-fields/)
Unfortunately the Free version doesn’t have this functionality though.
My apologies for any inconvenience caused.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Use tags instead of trunk?Hi Robert.
I see what you mean now! Sorry for the confusion.
Thank you for the suggestion 🙂 We’ll look into adding this tag in the near future.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Use tags instead of trunk?Hi Robert.
We leave the latest version in the trunk, all versions prior to that are kept in tags then.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Use tags instead of trunk?Hi Robert.
Thank you for your kind words!
We currently make use of tags – they can be found at https://wordpress.org/plugins/wp-google-maps/developers/
I hope this helps?
Hi there.
We’re working on an alternative fix for this – as soon as I have the code ready, I’ll post it in this topic and we can test if it fixes your map.
My apologies for the delay.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Closing the directions boxHi Timo.
Unfortunately you will have to either add some JavaScript to append a ‘close’ button to the info window, or edit the plugin’s code to add that button in.
You’ll then have to add some JS to the page to handle closing it for you.
Something like this would close it for you:
jQuery("body").on("click", ".my_close_button", function(){ jQuery(".wpgmaps_directions_outer_div").hide(); });Hi there.
Please go to the maps editor, click on the ‘Themes’ tab and select a theme (even if it’s the default one). Does this help at all?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] WP Google Maps Pro Category FiltersHi there.
Thank you SO much for purchasing our plugin.
Unfortunately these forums only support the Basic version of our plugin.
If no one has gotten back to you regarding your support ticket already, please send us another with **URGENT** in the subject so that I can address this for you ASAP?
My sincerest apologies for any inconvenience caused.
Hi there.
There seems to be a JS error on the page as the formatting on the page isn’t displaying correctly.
When loading the page, please open the console log (Right click -> ‘Inspect Element’ -> ‘Console’) and send me a screenshot of this log please?
Hi there.
Please try disabling minification on the page first and let me know if this helps?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map doesn't workHi there.
Please send me a link to your map so I can look into this for you?
Hi there.
There appears to be a broken polyline on your map that is affecting the functionality.
Would you be comfortable in editing some code to overcome this?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Can't add new markersHi there.
Thank you SO much for your kind words. I really appreciate it 🙂
The plugin has no limit to the number of markers per map. We’ve seen users with 18 000+ markers on a single map without experiencing any issues.
You’ll probably find that the page load speed will start decreasing slightly after about 5 000+ markers though.
I hope the above helps?