Justin Kimbrell
Justin Kimbrell
This is a bug in Craft I think. I am just reusing their code to build the settings page. It works for Chrome, but apparently not for Firefox. Here is...
Actually, now I am seeing this bug in Chrome. Super weird. I'll take a look at getting this fixed.
Can you post a simple code example?
Ok, so the new dev branch touches on a bigger issue. The autoStart previously did two things. 1, it would start the clock's internal counter. 2, it would start the...
This is an old thread, but I have just rewritten this library completely using ES6 syntax and removed jQuery. This feature should be even easier to implement now. I will...
It's not really truly responsive. I just used media queries and hacked some dimensions in there. It's not actually resized at scale. The dev branch is working on this but...
I have no idea what would cause the script to limit you to only 10 markers on the map. I will do some tests locally, but I really don't know...
When you view the source of the page, do you see more than 10 instances of the "new GoogleMaps.Marker(...)"?
Right, so I see the issue. The issue is Google has a limit to the number of geocoder requests you can perform consecutively, so this is the issue. For some...
Can you post your template code?