×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: Bubble issue on map

Bubble issue on map 13 years 1 month ago #14254

  • David Ellison
  • David Ellison's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
I just recently installed with no problems except an issue with the bubble. The directions and read more links seem to show below the bubble. Any ideas on how to fix this? Is this a css issue?

Bubble issue on map 13 years 1 month ago #14255

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey David,
I don't see a photo in the bubble? Can you give me a link to the page?
Daniel

Bubble issue on map 13 years 1 month ago #14256

  • David Ellison
  • David Ellison's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
There is no photo. The problem I am having is that the directions and read more link is under the bubble.

Bubble issue on map 13 years 1 month ago #14257

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey David,
I've recreated the problem here:
jsfiddle.net/compojoom/4NUnM/

Your templates sets the body font-size in %, then the wrapper div is set in EM. This for some reeason confuses the maps api and it calculates the height of the infowindow wrong.

I've started a thread on the google maps api group: groups.google.com/forum/#!topic/google-m...s-api-v3/H7rG9NzqgkA and I hope that they will give me a clue what to do.

For you to solve this problem, you will need to set the font-size in px (body and wrapper_main div). Once you do this then the map bubble will look fine.

Cheers,
Daniel

Bubble issue on map 13 years 1 month ago #14258

  • David Ellison
  • David Ellison's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Thank you for all of your help and quick reply.

Bubble issue on map 13 years 1 month ago #14259

  • David Ellison
  • David Ellison's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Daniel,
I tried your solution and it did fix the problem except that the text for the entire site is too small. Is there a way to comment out or remove the directions and read more links so that the bubble only shows title and address until there is a fix for this issue? I also noticed a reply to the Google API thread but I am not sure where to input the code.

Thank you for all of your help. Excellent map. Very happy with the purchase.
David

Bubble issue on map 13 years 1 month ago #14262

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey David,
Why did you remove the link to your site? Can you post it again?
Daniel

Bubble issue on map 13 years 1 month ago #14265

  • David Ellison
  • David Ellison's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0

Bubble issue on map 13 years 1 month ago #14266

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hi David,
I don't see any changes to your css files?

If you do the following changes:
www.explorenorrislake.com/templates/norr...css/template_css.css line 39 change the body font from 62.5% to 12px
like this
body {
font-size: 62.5%;
}
to
 
body {
font-size: 12px;
}
then go to line 51 and change
div#wrapper_main {
    font: 1.2em/1.5em Arial,Verdana,sans-serif;
}
to
div#wrapper_main {
    font: 12px/1.3 Arial,Verdana,sans-serif;
}

Now everything should look OK with the map and you should also not see any changes in the font size for the whole site.

Daniel

Bubble issue on map 13 years 1 month ago #14267

  • David Ellison
  • David Ellison's Avatar Topic Author
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
Thank you Daniel for all of your help. This fixed the problem and everything looks great.
  • Page:
  • 1
Time to create page: 0.112 seconds