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.

phi ARCHITECT Member

@phi · Joined 8 years ago · 23 posts · 0 topics · 7 reputation

Badges

✏️ First Post

Recent posts

  • 4 level folder for novel/manga/etc · 6 years ago

    Hi @subskrip ~ One of the most powerful aspects of Grav is its ability to handle hierarchical content. But this doesn't come unless your theme, plugins and front-matter are coordinated with the right

  • Warning on site down - Any best practice? · 6 years ago

    I have been wanting a simple script that could check my grav sites every time I make a change. With the help of a gist this morning, I put this together: #!/usr/bin/env bash # from: https://gist.gith

  • Html different on server vs locally · 6 years ago

    Hi @Jrbdog - There are so many potential variables here. Clearly, something in your local environment is different than your production environment. The question is how to determine that. This is why

  • Can't get form to display on modular page · 6 years ago

    Hi @Ders I don't use modular pages in my work, but I see an issue with the form definition in the front matter not being properly indented. Make sure everything after form: is indented: --- title: Sub

  • Can I put a twig variable inside a translated string? · 6 years ago

    Hi @Ptarmic - This is the way to insert variables into your language string: Translations with Variables In your language file: FOLLOW: Follow %s on %s. then in your template: {{ 'FOLLOW'|t( page.hea

  • Direct links lead to /home on first load · 6 years ago

    @vince - Glad it worked! There are so many knobs and switches on these contraptions. Hard to get to a handle on all of it.

  • Direct links lead to /home on first load · 6 years ago

    Just had a hunch - If I type in http://12-s.de/presse or 12-s.de/presse without https, it redirects to your homepage with https. Check your force_ssl setting in your system.yaml and your .htaccess?

  • Direct links lead to /home on first load · 6 years ago

    On my first visit to https://12-s.de/presse after clicking your link, I believe I received the correct page: Same for both firefox and chrome. Did you try clearing your browser cache?

  • Direct links lead to /home on first load · 6 years ago

    Hi @vince -- Can you share the actual link so we can get a better read on the problem? -- phi

  • How do I get an H1 title to appear on my form page? · 6 years ago

    Hi @dave - I agree - it is confusing until you work with it. I don't think there is one good reference on these topics. I've gained most of my knowledge through trial and error :) . But these article