Shape 5

Joomla Templates => Incline - Club => : chriddo January 28, 2015, 03:55:02 PM



: Possible to NOT show the map direction in the S5 Map It with Google?
: chriddo January 28, 2015, 03:55:02 PM
I would like to remove the possibility to let the visitor choose to get a direction to the address. Is this possible?


: Re: Possible to NOT show the map direction in the S5 Map It with Google?
: mikenicoll January 28, 2015, 08:28:00 PM
Hello,

Try disabling map controls and leaving the input box for Get Directions blank.


: Re: Possible to NOT show the map direction in the S5 Map It with Google?
: chriddo January 29, 2015, 12:14:52 AM
I tried this but there is still a small link that appears in my template, regardless if I have removed the text from the module as you suggest. Any other idea?


: Re: Possible to NOT show the map direction in the S5 Map It with Google?
: mikenicoll January 30, 2015, 07:31:44 PM
Hmm,

Can you post a URL? Sometimes Google has restrictions on what you can hide with CSS but I will take a look.


: Re: Possible to NOT show the map direction in the S5 Map It with Google?
: chriddo February 02, 2015, 01:57:41 PM
Hmm,

Can you post a URL? Sometimes Google has restrictions on what you can hide with CSS but I will take a look.

Hi, please see this link http://energy.gaiatellus.org/about-us/contact-us.html (http://energy.gaiatellus.org/about-us/contact-us.html)and the attached image (showing the blue box).


: Re: Possible to NOT show the map direction in the S5 Map It with Google?
: mikenicoll February 02, 2015, 05:46:48 PM
Hello,

Try this:

:
.s5_googlemapaddress .button {
display: none;}


: Re: Possible to NOT show the map direction in the S5 Map It with Google?
: chriddo February 02, 2015, 11:18:29 PM
Thanks. I had to ad "important!" for it to work :)


: Re: Possible to NOT show the map direction in the S5 Map It with Google?
: mikenicoll February 04, 2015, 02:04:21 PM
NP