erdivyang10
Forum Replies Created
-
We have created an article related to it https://www.linkedin.com/pulse/important-changes-google-maps-api-v3-website-owners-sandeep-kumar.
You will find all details related to referrers and your issue is resolved.
Hello,
After 22 june 2016. No maps will be displayed without insertion of an API. We have created an article related to it you will find in this link https://www.linkedin.com/pulse/important-changes-google-maps-api-v3-website-owners-sandeep-kumarPlease create an API your all Issue will be resolved.Please create a referral according to it.
Thanks
Hello,
This issue has resolved in updated version 3.1.3.Thanks
Hello,
I checked your map and didn’t find any issue with that. Your map is working great. Please let me know if you face any issue related to plugin.Thanks
Hello,
Do you mean shortcode as a name of a map??Thanks
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Pro Version Center MapHello,
You can use following codes for map centeradd_filter(‘wpgmp_map_options’,’update_center_location’,1,2);
function update_center_location($map_options,$map_id) {
//modify map’s center location.
if(is_single()) {
global $post;
$meta_fields = get_post_meta($post->ID);
$map_options[‘center_lat’] = $meta_fields[‘_wpgmp_metabox_latitude’];
$map_options[‘center_lng’] = $meta_fields[‘_wpgmp_metabox_longitude’];
return $map_options;
}
return $map_options;
}
You have to put this codes in functions.php of your currently activated theme.
Please try this and let me know.Thanks
Hello,
Make sure you have added Google Maps API Key also. Recently google made this key mandatory to use google maps. Please have a look on my recent posts about this –
https://www.linkedin.com/pulse/important-changes-google-maps-api-v3-website-owners-sandeep-kumarThanks
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Maps not showingHello,
We have a blog post for this problem here – https://www.linkedin.com/pulse/important-changes-google-maps-api-v3-website-owners-sandeep-kumar
You have to setup a google maps api.Thanks
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Map not workingHello,
Can you send me which error you are getting? I have checked your link and found map works great. If you are using an older version of the plugin you can update it with the latest version 3.3.8. Your all problem will be resolved after this.Thanks
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] IE bugok. we’ll update our plugin and will release a new version today.
Thanks
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] Shortcode Locationhello,
Please go to Manage Maps and copy the shortcode which you can use in your visual editor
or if you’re asking about visual basic language, then it’s not possible.Thanks
Hello,
In the post you can show image with the help of feature image. But you need to enable ‘Geo tags’in Add/ Manage map page and locations should be selected from wp google map metabox.Thanks
Hello,
You can insert any image in ‘infowindow settings’ under ‘add/manage map page’ by using html ‘IMG’ tag. You can decorate info window as you wish with the help of little html knowledge .
Example is given in below link
https://www.flippercode.com/wp-content/uploads/1463/46/infowindow.pngForum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] maps not loadingokk, then please check is their any java script error in your console. Please send me your website link so i can check.
Forum: Plugins
In reply to: [WP Maps - Display Google Maps Perfectly with Ease] maps not loadingHello,
Have you assigned a location to your map under add/manage map page. Please check it.
Thanks