Google Maps Block Problem

Permalink
I'm trying to add a google maps block.
It all adds fine however I'm having one problem.

I don't want the title text to show up (which in the google map block properties it shows up as optional). However unless I stick some text in the so-called optional field, it displays 'My Map'.

Any ideas?

I'm using the latest version of Concrete5.

myFullFlavour
 
Tony replied on at Permalink Reply
Tony
well, you could try using  

otherwise, you'll have to over-ride the google map blocks view.php file, and then comment out the code that prints the title.
myFullFlavour replied on at Permalink Reply
myFullFlavour
Using that html code worked, pity you have to do that.
Evidently a bug in the scripting of that block?
Tony replied on at Permalink Reply
Tony
well, I wouldn't call it a bug, but the title shouldn't be required for sure.
myFullFlavour replied on at Permalink Reply
myFullFlavour
& Who does this finding need to be passed onto for future versions of Concrete5?
melat0nin replied on at Permalink Reply
melat0nin
The problem with this bug is that it creates a white space above the map if a border is defined. It should definitely be looked into.