Google Map not tinting nor going end to end

HI
I was trying to do the google map as a full container background and its not filling the space event though i got rid of hte margins/padding. I had done this previous from templates that were in cornerstone but I guess with my last update they are gone. I can’t get back?

Then also the map isn’t tinting when i select colors in used to in another X site i did.
any thoughts would be great!
thanks
designbabe

Hi There,

Please add your Google Map API Key to the element and let us know how it goes.

https://www.google.hr/search?q=google+map+api&oq=google+map+api&aqs=chrome..69i57j0l5.2042j0j7&sourceid=chrome&ie=UTF-8

Thank you

Hi
I added API sitll not working also I added 2 pins and only when is showing.
thanks

Hi,

  1. To make it fullwidth, please remove the max-width you added in the style field of your row element.

  1. With regards to the pins, make sure it’s visible within the latitude and longitude you have set for your google map and the zoom level you haveset.

Try to set zoom level to 1 and you should be able to see your pins.

  1. I test on my test site and the hue is not working for me as well. I will forward this issue to our web development team for review.

Thanks

Thanks I got it working other then the hue, thanks for forwarding on.

I’m also getting an odd space under the map, i checked my row and colum margins/padding and don’t see anything but I also have the map set to 300 and it seem way larger then that. any ideas?

thanks
designbabe

Hi There,

There is an empty text element under the map element but I was unable to remove it.

We can’t remove it but the custom CSS, please try adding this code under X > Theme Options > CSS:

.page-id-107 #x-section-4 .x-text {
    display: none;
}
.page-id-107 .x-map {
    margin: 0;
}

Hope it helps :slight_smile:

any word on the tinting?

Hi there,

Looks like it’s a bug, the hue option isn’t working on both of my site now. I added this to our issue tracker, unfortunately, there is no temporary fix as this is Google’s API related.

Thanks!

Hey @designbabe,

This is a confirmed bug. Please stay tuned for updates.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.