Google Map blocked

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed Apr 16, 2014 1:22 pm
Reply with quote
Report this post
Hello!

Did anyone now why google map don´t show on this template?
User avatar
Fresh Boarder

GK User
Wed Apr 16, 2014 1:51 pm
Reply with quote
Report this post
Hello,

Could you provide an URL to your website?
User avatar
Administrator

GK User
Thu Apr 17, 2014 7:59 pm
Reply with quote
Report this post
Your problem is most probably caused by fact that you haven't this fragment in your code:

Code: Select all
<div id="map"></div>
User avatar
Administrator

GK User
Thu Apr 17, 2014 8:02 pm
Reply with quote
Report this post
Oh, and please remember to set dimensions for this container i.e.:

Code: Select all
#map {
height: 320px;
width: 100%;
}


You can put the above code in any CSS file at the end.
User avatar
Administrator

GK User
Mon Apr 21, 2014 9:05 am
Reply with quote
Report this post
Thank you :D
Works perfekt!
User avatar
Fresh Boarder


cron