- This topic has 6 replies, 2 voices, and was last updated 4 years, 1 month ago by
kiwi.
- This topic has prefixes assigned
Tags: Google Maps zoom
-
5th October 2019 at 9:55 am #10992
Hi Ron
I re-invented myself in the last couple of weeks and got my Google Maps API sorted out. I have received an invoice for ZERO in the last couple of days after I relocated to bootesgowland.kiwitrees.netI have a new question: my Google Maps zoom in/out (+/-) icons are displaced from the boxes they should sit in. Anyone else got this problem?
Paul
Nigel
My personal kiwitrees site is www.our-families.info -
5th October 2019 at 5:46 pm #10993
I have a new question: my Google Maps zoom in/out (+/-) icons are displaced from the boxes they should sit in. Anyone else got this problem?
Yes, I see mine is the same. I’ll have a look tomorrow to see if it is a kiwitrees issue or a Google issue.
Nigel
My personal kiwitrees site is www.our-families.info -
5th October 2019 at 5:57 pm #10994
I don’t have that problem, but looking at your site, I see that the Google Map display is not as wide as it is on mine i.e it does not cover the entire width of the block (see attached comparitive screenshots). So I think the + and minus icons may be in the right place but the rest of the map display is not. We are using different themes – maybe this is an issue just with your theme?
Ron in France Website: https://clan-davies.kiwitrees.net/ kiwitrees 3.3.11; PHP 8.0.14
-
5th October 2019 at 6:00 pm #10996
Oops! Forgot the screenshot from your site. Here it is.
Ron in France Website: https://clan-davies.kiwitrees.net/ kiwitrees 3.3.11; PHP 8.0.14
-
6th October 2019 at 10:11 am #11002
Ron was on the right track, but not quite the right reason 🙂
It was a theme issue, only in the ‘kiwitrees’ theme. A while back I added some css styling to stop buttons shrinking too small where their label was perhaps only a couple of characters long, i.e. “min-width: 100px;”.
Trouble is I targetted it to the tag “button”, and other things, like google maps, also use the same tag!
So the fix is very easy:
In kiwitrees/themes/kiwitrees/style.css, change line 136
frombutton {
to
button.btn {
Nigel
My personal kiwitrees site is www.our-families.info -
6th October 2019 at 11:14 am #11004
Paul – I forgot to say – your site has been fixed already.
Nigel
My personal kiwitrees site is www.our-families.info -
24th October 2019 at 10:13 am #11008
ADDENDUM: The same fix (described in post #11002 above) is required in the administration theme (kiwitrees/themes/_administration/style.css, line 46)
Nigel
My personal kiwitrees site is www.our-families.info
- The topic ‘Google Maps zoom buttons’ is closed to new replies.