Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Feature request / fix for the antimatter theme
· 9 years ago
Hi Janne thanks so much for pointing that out - this might resolve another issue I have posted as well........
-
Feature request / fix for the antimatter theme
· 9 years ago
That behavior isn't unique to Antimatter, it's how Grav's caching works. When developing, you want to disable Grav cache to see changes on things (other than .md files) without flushing the cache. In
-
Feature request / fix for the antimatter theme
· 9 years ago
I am using the antimatter theme that comes with the prepackaged blog package. If a page has an image in it (ie an image is placed in the same folder as the .md page file) and you remove or change the
-
I need help on PinPress theme issues: Nav Menu & Contact me
· 9 years ago
I Can't click/no link on root Dropdown menu, Message box too small, and how to change Contact me to just Contact.
-
Displaying image file from blueprints file field
· 10 years ago
Thanks man! Got this thing finally working.
-
Displaying image file from blueprints file field
· 10 years ago
I'd say yes. I don't have the time to dig into deeply. Another quick snippet from one of my partials: {% if page.header.object_photos %} {% for image in page.header.object_pho
-
Displaying image file from blueprints file field
· 10 years ago
@ponderboy – nope. I'm getting "" Is it working at all with images placed in lists?
-
Displaying image file from blueprints file field
· 10 years ago
Mhm, not sure right now if it works, but try: {{ dump(image.custom_file|first) }} ---
-
Displaying image file from blueprints file field
· 10 years ago
@rhukster – Tried dumping custom_file. And result was null like you said. How should I fix it?
-
Displaying image file from blueprints file field
· 10 years ago
try dumping the file to make sure the filename is as expected: {{ dump(image.custom_file) }} Then make sure that filename exists on this page. I think you are getting null or "" for that value though