Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Show PDFs in Site
· 10 years ago
Hi, you can do so in many ways. See https://pdfobject.com/static.html You can paste those HTML lines directly in a page Markdown file, as Markdown "accepts" HTML.
-
Show PDFs in Site
· 10 years ago
Hi, I am newbie in grav stuff and have the same time a question. is there a possibility to make a pdf document display instead of a text content? when clicking on the menu item to view the content?
-
Mail on multiple pages
· 10 years ago
Tried page-inject but it wasn't working for me. In chat with Andy Miller he mentions the solution is to use forms 2.0 see getgrav/grav-plugin-form#85, section "Displaying Forms in Page Content"
-
Mail on multiple pages
· 10 years ago
great, thanks!
-
Mail on multiple pages
· 10 years ago
You could set up a modular site which contains your form and insert this form into your page with the page link plugin https://github.com/getgrav/grav-plugin-page-inject . What we did in cases like th
-
Mail on multiple pages
· 10 years ago
What's the best way of adding same contact email form on multiple pages?
-
"Bad Gateway" when including a page for a sidebar
· 10 years ago
Thanks Flavio. I also missed the for loop, but now it works: {% for page in page.find('/informations').children %} {{ page.content }} {% endfor %} ---
-
"Bad Gateway" when including a page for a sidebar
· 10 years ago
You probably need to just do page.find('/informations')
-
"Bad Gateway" when including a page for a sidebar
· 10 years ago
I've got a page informations that I'm trying to include as a sidebar on every page from base.html.twig using the code <aside> {% include 'modular.html.twig' with {'page': page.find('informa
-
CSS > Images
· 10 years ago
I'm looking for the same, can you post the answer please? Thanks!