giansi / gravstrap-theme

Gravstrap Theme helps you to start a new Grav CMS site with Bootstrap support and several ready to use modules. It is also perfect to start a new Bootstrap custom theme, to create your unique design.
MIT License
7 stars 12 forks source link

Googlemaps is not working with the newest Version. #13

Closed Hanfrey closed 8 years ago

Hanfrey commented 8 years ago

Hello,

I just noticed that the google maps plugin is not working with the newest versions. Regarding the googlemaps plugin docs this is because of a missing assets in the new grav core. Maybe you can add it? Tried it in my environment and worked fine, before was only a grey background.

Googlemaps Doc

{% block bottom %}
    {{ assets.js('bottom') }}
{% endblock %}

Added the assets.js bottom to the base.html.twig.

4evermaat commented 8 years ago

@Hanfrey, I made an issue here in the gravstrap github about a googlemaps bug I noticed. I think it is the same bug.

Can you pinpoint exactly where these files that you edited are located to get maps to work?

giansi commented 8 years ago

There is a bug ìn the latest googlemaps plugin. I'm working on a new shortcode to solve the issue

giansi commented 8 years ago

Just released gravstrap plugin v1.0.3 which solves this issue.