• This topic has prefixes assigned
Viewing 7 posts - 1 through 7 (of 7 total)
Author
Posts
  • #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.net

    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?

    Paul

    Nigel
    My personal kiwitrees site is www.our-families.info
  • #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
  • #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

  • #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

  • #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
    from

    button {

    to

    button.btn {
    Nigel
    My personal kiwitrees site is www.our-families.info
  • #11004

    Paul – I forgot to say – your site has been fixed already.

    Nigel
    My personal kiwitrees site is www.our-families.info
  • #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
Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Google Maps zoom buttons’ is closed to new replies.