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.

Harald Schneider Member

@hschneider · Joined 6 years ago · 85 posts · 5 topics · 15 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Admin Panel v1.9.15 does not save changes · 6 years ago

    Have you cleared Grav's cache after updating the admin panel?

  • Some sites made with grav · 6 years ago

    Thanks for sharing these extraordinary designs! Awesome work! -- Harald

  • I'm trying to deploy a grav site on Ionos AKA 1&1 Ionos -- any advice? · 6 years ago

    This solution works with IONOS: Prepare your site with a local dev stack like XAMPP or MAMP Upload all files including the hidden .htaccess file via FTP to the IONOS webspace. If you get some error c

  • Can I use multi-language features on a partially translated site? · 6 years ago

    You can also create an empty page in the language you want to hide and set published: false -- Harald

  • A Quark based multilingual site · 6 years ago

    Yes, the slider on the homepage. The images are SVG embedded. The sharpness is more an issue with the scalable font beside the image. Thanks for the hint with the srcset!

  • A Quark based multilingual site · 6 years ago

    This project consists of 53 pages in 3 languages, in total 159 pages: https://rehazentrum.de/de All data has been moved from a 15 year old, static, non-responsive site to Grav, which was a breeze, com

  • Langswitcher Plugin broken? · 6 years ago

    Solved it 🙂 It depends on where {% include 'partials/langswitcher.html.twig' %} is added. For the Quark theme, this means: If you put it into macros/macros.html.twig, it won't work because the langu

  • Langswitcher Plugin broken? · 6 years ago

    I installed the Langswitcher Plugin, but it looks like the langswitcher.language variable is not exposed to Twig. I cleaned the cache, checked Process Twig and Process Twig First with no result. I us

  • 406 Error recently · 6 years ago

    Have you checked mod.security on your server's admin panel ?

  • Resizing image to fit the screen · 6 years ago

    Removing all width and height properties and adding this class to the image should do the trick: .full-width { width: 100vw !important; position: relative !important; margin-left: -50vw !importa