Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Andrew Scofield Newcomer
@apotropaic · Joined 9 years ago · 9 posts · 0 topics · 1 reputation
Badges
Recent posts
-
Set default taxonomy field value with blueprints
· 8 years ago
@heihachi88 you can try adding the taxonomies to your site.yaml file. There is a property there called taxonomies which by default has [category, tag]
-
Page Blueprint Issues | Fields/Tabs not showing up
· 8 years ago
Yep, I missed that one! Great find @paul
-
Page Blueprint Issues | Fields/Tabs not showing up
· 8 years ago
Spaces are key as mentioned. Also the title and form need to be on the same column. And there are a few indents you are missing, which is super important to get right with a blueprint file. Check this
-
Page.media.images outputs blank title and alt fields in some cases
· 8 years ago
I believe the issue here is just a syntax error. You have already tags opening {{ }} so you don't need to repeat those. Try this in your loop: {{ page.media.images[pt.img].html( pt.image_title , head
-
Multiple collection pages and popular tags
· 8 years ago
Is this the plugin you are using? https://github.com/getgrav/grav-plugin-taxonomylist
-
Gzip not working?
· 8 years ago
Yea that should be fine. Just wrap your pasted conf file in between three back-ticks like this: ``` pasted conf file here ```
-
Adding file upload to “modular” template in GRAV
· 8 years ago
If I'm understanding you correctly, you can access the parent page object from your modular template. Like this using your example: {% if parent.page.header.background_image != '' %} {% set backgr
-
Gzip not working?
· 8 years ago
You'll probably want to post the relevant nginx conf, sounds like that's where the actual issue would be.
-
Grav plugin form submit (Mailchimp)
· 9 years ago
I have wrote a plugin that is functional, but not yet ready for release to the public. I still need to write the twig, css, js to accompany this. https://github.com/apotropaic/grav-plugin-email-subsc