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

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Gray Member

@Andrass · Joined 7 years ago · 24 posts · 3 topics · 4 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • RAD AB, SCHRAUBE LOCKER - "excessive" use of cards - pimped, minimal quark theme · 6 years ago

    Love it ! https://rad-ab.org/info/RAD-AB-Katalog.pdf führt auf 'ne 404. Nursoalsinfo. edit: alle PDFs sind unerreichbar.

  • How to implement Google Tag Manager? · 6 years ago

    I would, as you have already outlined, put them into the base.html.twig. It's the safest and fastest way to have it everywhere. Just make sure you are working on a child theme, so that any theme updat

  • Images blurry after resize or cropResize · 6 years ago

    I have absolutely no idea what I am talking about : Does it make a difference if ImageMagick is installed vs. using the GD library ?

  • Newsletter plugin? · 6 years ago

    There is this marketing automation project Mautic which could be used for sending out newsletters and that integrates reasonably well with Grav. Beware, though, that Mautic needs a lot of fiddling and

  • Clear cache for pages displaying datas coming from other pages (via a shortcode) · 6 years ago

    I'd agree that not caching is the way to go. Even if half of your pages are concerned, you are probably not getting that many pagehits (and if you do, it's maybe time to move onto a VPS anyway). An al

  • How to see all images / have a list to choose from · 6 years ago

    Limitation? I call that a feature. How often do you really pick an image from a list of images? What one usually does is create a page and upload an image corresponding to that page. Or upload a new i

  • 2 clean local installation and just work one of them · 6 years ago

    Sorry to hear that your problem is still there. There are a couple of possible reasons, namely server configuration, or a software installation that didn't execute as needed. The fact that you have a

  • Grav GDPR compliant? · 6 years ago

    Salut Christophe ! Disclaimer : I am not a lawyer, nor particularly trained in that field, so I might be wrong. Maybe others have more or different views, so don't take my words for truth, but as a st

  • 2 clean local installation and just work one of them · 6 years ago

    The separator between user and group needs to be a colon, so your chown's should be sudo chown -R www-data:www-data /var/www/html/grav-admin You could probably shorten this and run the command over yo

  • Configuring email address · 6 years ago

    What is the 1 good for in this line ? @maria: to: "{{ config.plugins.email.to 1 }}"