WPGMaps
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Bootstrap tabs and multiple mapsHi there.
We received both your tickets and responded to them on the same day. Have you checked your spam folder perhaps?
You’d need to add the following code to the core.js file in the
jQuery(document).ready()function:jQuery('body').on('click', '.the_class_name_of_your_tab_or_accordion', function(event, ui) { for(var entry in wpgmaps_localize) { InitMap(wpgmaps_localize[entry]['id'],'all',false); } });where ‘the_class_name_of_your_tab_or_accordion’ is the class name or ID of the tab you are clicking on.
Does this help?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] shortcode question on static pageHi there.
So glad to hear!
Please use this CSS to center the ‘Get Directions’ link:
.wpgmza_gd { text-align: center !important; display: block; }Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] WordPress Database ErrorHi there.
Please confirm you are using WP Google Maps by WPGMaps and not WP Google Map by Flippercode?
If you are using our plugin, can you maybe send a screenshot of the error you are receiving?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map Not ShowingHi there.
Thank you very much for your kind words. They are greatly appreciated!
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] shortcode question on static pageHi there.
The map and satellite links can be hidden by using the following CSS:
.gm-style-mtc { display: none !important; }The marker listing can be hidden on a mobile device by adding the following CSS:
@media screen and (max-width: 760px) { #wpgmza_marker_list_2 { display: none !important; } }You can use this CSS by going to ‘Maps’ -> ‘Settings’ -> ‘Advanced Settings’ and entering it in the ‘Custom CSS’ field.
Does this help?
Hi there.
Received and responded to 🙂
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map Not ShowingHi there.
So glad to hear! If you have a moment to spare, please consider reviewing our plugin. It would mean the world to us 🙂
Hi there.
Please advise what your email address starts with (before the @) so I can check if we’ve received it? Someone should have responded to your ticket already though 🙂
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map Not ShowingHi there.
Please confirm the
wp_footer();hook is in your footer.php file of your theme?Hi there.
Thank you for purchasing our plugin.
Unfortunately we are unable to provide Pro version support via these forums.
Please get in touch with us via our contact page so that we can assist you further regarding this?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] WP Google MapsHi there.
Please go to ‘Maps’ -> ‘Settings’ -> ‘Advanced Settings’ and set the ‘Pull Method’ to ‘Database’.
Does this help?
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Map not showingHi there.
That warning shouldn’t cause any issues with the map displaying.
Would you mind sending 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)] Heat MapHi there.
Unfortunately not at this point in time. We are considering this functionality for a future release though.
My apologies for any inconvenience caused.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] Position UserHi Eriberto
Unfortunately this forum only supports the basic version of our plugin.
Please get in touch with us via our contact page (http://www.wpgmaps.com/contact-us/) so that I can assist you further.
Forum: Plugins
In reply to: [WP Go Maps (formerly WP Google Maps)] connect markersHi there.
Unfortunately not, routes are not available at this point in time.
You can however add a polyline with multiple close markers to imitate a route along a road though.
My apologies for any inconvenience caused.