The Google Maps plug in, in Chords does not seem to work. I'm assuming it's because Google Maps is a paid service. I don't really care about the map, so it's not worth modifying PHP files. However, it pushes the content down.
When I delete out the coordinates as suggested in the help documentation the box remains. The coordinates default to 0. I'm not sure if that's the problem or not.
How do I disable Google Maps so it is not part of the event listing. I tried editing "Additional CSS" with:
The Google Maps plug in, in Chords does not seem to work. I'm assuming it's because Google Maps is a paid service. I don't really care about the map, so it's not worth modifying PHP files. However, it pushes the content down.
When I delete out the coordinates as suggested in the help documentation the box remains. The coordinates default to 0. I'm not sure if that's the problem or not.
How do I disable Google Maps so it is not part of the event listing. I tried editing "Additional CSS" with:
#event_map {
width: none;
height: none;
margin-bottom: none;
This worked in developer tools, but it didn't make any changes on the production environment.
I'd prefer to take it out permanently, if that's possible.
Screen Capture of issue
Hi there,
try this
#event_map{display:none;}
in your custom CSS box under Customize-▸Additional CSS
Let me know if this worked for you.
Thanks for getting back to me.
I modified "additional CSS" published the change and cleared the cache, but the issue still persists.
https://prnt.sc/rbQAxDF49SBN
Strangely, though. When I make the modification in developer tools, it works:
https://prnt.sc/ygpQ4QRgzdMG
Do you have any idea, why?
Hi,
can you add this code before any custom css you might have?