Hi there! I’m glad you like the plugin. Do you have a link where I can see the map you’re describing?
Hi!
Well i am running it localhost but i can provide you with a image how its showing.
On the website:
http://postimg.org/image/z4smryz51/
Backend settings:
http://postimg.org/image/q5vjjui6h/eaa651b5/
Backend map preview:
http://postimg.org/image/ldqbm5cw9/
As you can see the preview show’s its perfectly according the settings, if i change the settings the preview still showing how its set in the settings.
Thanks for the detailed report. This is the second time I’ve heard of the issue the control settings are not respected on the frontend.
It would be great if I could get in and see how to reproduce this but seeing as this is a local site that’s not possible. So, I’ll see if I can somehow reproduce this on my end.
I can’t give you access to the local site because it is at my work, but what i can do is deliver you the code that is getting outputted on the frontend of the website.
Google maps settings:
http://pastebin.com/gx7kgP3J
Google maps builder JS:
http://pastebin.com/KamvfTTA
Don’t known if its possible this way, lets hope so! :p
Sorry I can’t do much without seeing the actual issue. Thanks for posting those pastebins though…
NP glad you already tried to help me but hey!!! i can help you out now!
Yesterday i needed to put up the test environment for the customer.
If you go to:
http://klanten.maximizemedia.nl/incotech/wordpress/contact/
Scroll down and you will see the map :).
Got exactly the same issue (site is still in development) and I would really appreciate a solution/fix. Let me know if/how i can contribute.
Thanks a lot in advance!
@psopacua
Your theme has the following line of CSS which is smushing all images within the map:
#box-findus img {
max-width: 100%;
height: auto;
}
The plugin has CSS to help prevent this but your CSS is overriding it. Therefore, you will need to add the following CSS to fix it:
div[id^=google-maps-builder] img {
max-width: none !important;
}
@messingschlager – most likely this will fix it for you also.
Works like a charm – thanks a lot!
It fixed the buttons that appear on the map yes!
Thank you :).
But the problem is still their. At the administration panel i set every option on ‘None’.
On the frontend the map still show’s the buttons.
Ok I’m aware of that bug and will have a fix out soon for it.
Great !!!! Thanx for the update :).