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.

Nico Petri Member

@npetri · Joined 9 years ago · 65 posts · 14 topics · 12 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Encoding issue of form content · 8 years ago

    Hello hughbris, thank u for ur reply. It was my first thought too to override the data.txt.twig but i got stucked because of lacking filters. I've checked the raw filter but this doesn't work. So i de

  • Encoding issue of form content · 8 years ago

    Hello Grav Community, i ve setup a form using the form and email plugin. The content is serialized and sended by this: $.ajax({ url: form.attr('action'), type: form.attr('method'),

  • White screen after install · 9 years ago

    i run a grav cms successfully on 1und1 webspace.

  • White screen after install · 9 years ago

    hi goldeni, did u changed the rewrite rule in the .haccess file? in ur case like that: RewriteBase /grav/grav-admin hope it helps npetri

  • Exclude modular from collection · 9 years ago

    Hello there, assume this page structure: 01. A 02. B 03. C home Now i want to get all root pages to show their summary in the "home" modular: page.collection({'items':'@root.childrens'}) but this coll

  • Markdown: paragraph on images · 9 years ago

    ikr. maybe u style the blockquote element. this can be used in markdown like this: >{.be_special} Some text. This way no1 will have to use html.

  • Markdown: paragraph on images · 9 years ago

    Did u tried this? <div markdown="1" class="be_special"> any markdown ... </div> Now u can style in css like: some_class be_special p { ... fancy styling ... } or simple <p markdown="1"

  • Markdown: paragraph on images · 9 years ago

    Hello dollique, yes it is. Turn on Markdown Extra Support in the general settings. Then u can do things like that: # Heading {.be_special} Now the heading becomes the class "be_special". U can also m

  • Location of custom.css · 9 years ago

    and there too https://learn.getgrav.org/themes/customization

  • Location of custom.css · 9 years ago

    Hello, i found this in the manual: https://learn.getgrav.org/themes/theme-tutorial Goto Step 3 "Theme Basics". There is a pic of the file structure... c u!