google-maps-plugin
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Maps Ready!] Maps won't show up — Organic Themes, Non-Profit themeHello.
Please fix your theme javascript problems at first, you have error in http://steephilllab.com/wp-content/themes/organic_nonprofit/custom/js/views/mysamples.js?ver=1.0 file:ReferenceError: SHL is not defined
Forum: Plugins
In reply to: [Google Maps Ready!] Don't show the mapsHello.
You have error in your theme.js code, somwhere around this:
imagesLoaded( container, function() {
// load masonry
msnry = new Masonry( container, {
itemSelector: ‘.entry-article’,
transitionDuration: 0.3
});$(‘.entry-article’).addClass(‘masonry-loaded’);
// Remove loader.
$(‘.masonry-loading’).remove();
});
Error is generated by masonry.js, fix it at first.Forum: Plugins
In reply to: [Google Maps Ready!] Filtering MarkersPlease send message in our internall support system here http://readyshoppingcart.com/contacts/ with your order ID – and we will send new version to you.
Forum: Plugins
In reply to: [Google Maps Ready!] Width of post decreasing on smartphone deviceHello.
Thank you for reporting, but can you please specify – where is exactly issues on your smartphone for post with map? Screenshots will be really helpfull, but you can just describe it – this will really help us to fix it for you.Forum: Plugins
In reply to: [Google Maps Ready!] Filtering MarkersHello.
Please login to your account on http://readyshoppingcart.com/, go to your orders and download PRO version again, then replace version on your site with it – it should work now.Forum: Plugins
In reply to: [Google Maps Ready!] Filtering MarkersHello.
You can just disable marker list in marker list select popup. This is not working for you?Forum: Plugins
In reply to: [Google Maps Ready!] see an areaMaybe you have some example of how it should look like?
Forum: Plugins
In reply to: [Google Maps Ready!] see an areaForum: Plugins
In reply to: [Google Maps Ready!] Generates non-valid HTML, suggested fixHello.
Thank you for suggestion, but I see there that it will use regular expression for entire post/page content, and I really don’t think that this is good idea to do this before show each post/page. What do you think?Forum: Plugins
In reply to: [Google Maps Ready!] see an areaHello.
Did you tried to set zoom level – to show only Italy in the map, and just disable zoom for your map? Or you want to have zoom, but just show only Italy, and rest of the world – should be blank?Forum: Plugins
In reply to: [Google Maps Ready!] Display Map as image – error while loadingHello.
We already added this feature for you. Did you tried it?Forum: Plugins
In reply to: [Google Maps Ready!] Marker description windows :size & fontHello.
Please check last version of plugin, we added such feature – specially for you.Forum: Plugins
In reply to: [Google Maps Ready!] Maps don't show all of viewHello.
I think I made mistake in code, try this:
gmapPreview.maps[1].mapObject.setCenter(
new google.maps.LatLng(gmapPreview.maps[1].mapParams.params.map_center.coord_y, gmapPreview.maps[1].mapParams.params.map_center.coord_x)
);Forum: Plugins
In reply to: [Google Maps Ready!] Search feature & new cells in Marker ListHello.
1. Yes, enable Custom control view – it wil have such feature, like on our plugin page – search button on the left side of map, where you will be able to enter your address, radius to search – and map will show you founded markers in this radius.
2. Unfortunately – no, all additional info should be added in marker description, it will also be included in marker list search (additional text search only for markers table).Forum: Plugins
In reply to: [Google Maps Ready!] Maps don't show all of viewYou should call this in your javascript, right after you will show this div (after click on button).