google-maps-plugin
Forum Replies Created
-
Forum: Plugins
In reply to: [Google Maps Ready!] Transparent markers errorAlso, you should know, that we included this style:
.gmp_MapPreview img {
background: none !important;
}
specially for you – to prevent background in images appear. Good luck.Forum: Plugins
In reply to: [Google Maps Ready!] Marker description windows :size & fontHello.
So, actually, what you need – is to possibility to edit title:
1. Font size
2. Font color
3. Font family
Am I correct?Forum: Plugins
In reply to: [Google Maps Ready!] Maps don't show all of viewHello.
This is because html wrapper for your widget area- is hidden when map is rendered, so google just can’t render all map – as it will show only visible parts. You need to go into code and call re-init of your map after this block was showing. Code, that you should try, is:
google.maps.event.trigger(gmapPreview.maps[1].mapObject, ‘resize’);
for map ID – 1.Forum: Reviews
In reply to: [Google Maps Ready!] WorthlessHi, mraccine
Thank you for your feedback!
To fix your issue:
1. Can you add markers to the map with Free, not PRO version?
2. Contact us with your order number and will fix your issue within several hoursForum: Plugins
In reply to: [Google Maps Ready!] Marker description windows :size & fontHello.
For markers description – we added standard wordpress text editor, so you can just select required text in your description in admin area – and set required font size for it there.Forum: Plugins
In reply to: [Google Maps Ready!] How to delete all the markersYou can deactivate it, and select to remove all data in deactivation screen.
Forum: Plugins
In reply to: [Google Maps Ready!] How to delete all the markersHello.
We will try to include feature to remove multiple markers in next release.Forum: Reviews
In reply to: [Google Maps Ready!] Not working as expectedHello.
What exactly is not working in plugin for you?Forum: Plugins
In reply to: [Google Maps Ready!] fine on localhost….Hello.
I see problem in your theme script http://cmatrix.net/wp-content/themes/SimplePress/epanel/page_templates/js/et-ptemplates-frontend.js?ver=1.1 around line 38:TypeError: jQuery(…).fancybox is not a function
Fix it at first.
Forum: Plugins
In reply to: [Google Maps Ready!] Transparent markers error@jensl
Please read my comments above, you have exactly same problem, in your theme styles file http://www.groentebuur.nl/wp-content/themes/mystile/styles/green.css around line 829 you have:
.post img, .type-page img {
background: none repeat scroll 0 0 #fff;
So you theme just set it’s background as white.Forum: Plugins
In reply to: [Google Maps Ready!] Title default openHello.
Unfortunatelly – no. We have only feature to show map using Google Embed API, like this https://developers.google.com/maps/documentation/embed/?hl=uk , but this feature only available in PRO.Forum: Plugins
In reply to: [Google Maps Ready!] Transparent markers error@int3rc3ptor
You didn’t fixed issue, please see file http://www.dexlamedia.co.uk/wp-content/themes/mystile/style.css line 829:
.post img,
.type-page img {
background: none repeat scroll 0 0 white;
You can see there “white” background
@jensl
Please provide me with link to your map with htis issue.Forum: Plugins
In reply to: [Google Maps Ready!] Transparent markers errorHello.
In your theme style.css http://www.dexlamedia.co.uk/wp-content/themes/mystile/style.css file there are code around line 829:
.post img, .type-page img {
background: none repeat scroll 0 0 #fff;
border: 1px solid #e8e4e3;
display: block;
height: auto !important;
max-width: 100%;
padding: 0.53em;
}
Actually, this line:
background: none repeat scroll 0 0 #fff;
make it’s background – white. Try to remove this and tell me results.Forum: Plugins
In reply to: [Google Maps Ready!] Transparent markers errorHello.
Please provide me with link to your map, where I can see markers with broken background.Forum: Plugins
In reply to: [Google Maps Ready!] Align map in postHello.
Try to use Map Align option.