Skip to content
Grav 2.0 is officially stable. Read the announcement →

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • CSS > Images · 12 years ago

    Glad you got it sorted :)

  • CSS > Images · 12 years ago

    ...and as soon as I post this - I figure it out.

  • CSS > Images · 12 years ago

    This seems like a dumb question - but when building out the css files in the theme, what is the best way to link to files in the images folder? Or should I create a images directory in the theme folde

  • Include google map link · 10 years ago

    @rhukster thanks!

  • Include google map link · 10 years ago

    I tested this and it totally works: {% do assets.addJs('https://maps.googleapis.com/maps/api/js?key=AIzaSyAwYULi8da91JX86vVBeAh_ApKzcHYRxsQ&callback=initialize',{'loading':'async defer'}) %} I get

  • Include google map link · 10 years ago

    Hi all. I work with google map on my site and need help.Ho to correctly include <script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAwYULi8da91JX86vVBeAh_ApKzcH

  • onFormProcessed problem · 10 years ago

    Thank you! Problem solved.

  • onFormProcessed problem · 10 years ago

    You need to add the appropriate use statement to specify the Event class: <?php namespace Grav\Plugin; use RocketTheme\Toolbox\Event\Event; ...

  • onFormProcessed problem · 10 years ago

    I'm trying to add custom processing for a form. Created a plugin and registrered for the onFormProcessed event as per the manual. But when submitting the form it fails with an error stating that the e

  • From ghosts to grav · 10 years ago

    Heyo, does anyone now how to migrate from ghosts to grav? Thanks!