Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Amaury Hanser Member
@AmauryH · Joined 9 years ago · 83 posts · 4 topics · 19 reputation
Badges
Recent posts
-
PHP XML library is not installed
· 9 years ago
@adv: I got it working again, I just have to figure out how to properly clear the cache. I can check the docs. Hello, You can read this page: $ cd ~/webroot/my-grav-project $ bin/grav clear-cache Or
-
Blueprint: Error on save
· 9 years ago
Amazing, it works now. Sure, a more meaninfgul message would be nice. It could also be nice to add to this page, "Create a completely custom page form", that some fields are mandatory. But anyway, tha
-
Blueprint: Error on save
· 9 years ago
Hello, I'm working on a page blueprint. In the admin panel, I have the result I want and it shows the information from the markdown page. Therefore, when I try to save the page in the admin panel, I
-
Grav Agency Theme Change Form Text Colour
· 9 years ago
Hello, You have to change the css, you could add this: label {color:#fff;} You could add it in your css/custom.css
-
Why is my theme not applied?
· 9 years ago
Hello, I believe that your theme is indeed installed. If you want to start with the pictures and some content, I would suggest you to download the skeleton instead of the theme. You can find skeleton
-
Theming methodology for end-user
· 9 years ago
Wow, thank you all for your responses ! @csixtyfour: There's a ton of other considerations though - do you need special output, are you working with existing templates or creating your own, does twig
-
Theming methodology for end-user
· 9 years ago
Hello, This will be a vast question, but I would like to know your opinion. For now, I use Grav for my personnal use, but in the future, I may have to use it for a professionnal use where I won't be
-
Modular page: link to next sibling
· 9 years ago
@flavio: You don't need the parameter in your case. Perfect, I didn't know ! @flavio: Can you make a PR on the Learn site? Done. :)
-
Modular page: link to next sibling
· 9 years ago
Thank you for the explanations ! I never thought it that way. I'll know that I should inverse next and prev. May I suggest to precise it in the documentation ? This way is perfectly clear : Assumin
-
Modular page: link to next sibling
· 9 years ago
@flavio: nextSibling is not returning anything? Or it returns the same value as prevSibling? It returns what I excpected would be nextSibling. I have first _texte then _texte2 nextSibling returns _t