Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Dan Hart Member
@dan · Joined 9 years ago · 34 posts · 9 topics · 5 reputation
Badges
Recent posts
-
Custom Field Grouping
· 9 years ago
Hey Paul, I have a field list already but will look at field set and see if that’s what I need. Thanks!
-
Custom Field Grouping
· 9 years ago
Within custom fields, is it possible to have groups of custom fields that you could add to, remove, and potentially reorder? For example, say through the admin panel I want the user to be able to crea
-
CSS Image Loading
· 9 years ago
Hey guys, so I was able to get it working all the way through. Most of the reason I couldn't get things working because I didn't have enough understanding on how TWIG works and some of the naming conv
-
CSS Image Loading
· 9 years ago
Hey Underr, I've got an {% endblock %} in there, just doesn't show in that screenshot. Here's the full code of that: {% extends "partials/base.html.twig" %} {% block top %} {% set style = ’ style
-
CSS Image Loading
· 9 years ago
Not trying to make life hard, just still trying to learn Grav. 😛 I went back through what you wrote versus what I had and saw where I screwed up. So right now I do have this: {% set style = ’ style=“b
-
CSS Image Loading
· 9 years ago
I spoke to soon it looks like.. The variable is being set like so: {% set style = page.media.images[page.header.hero_image] %} And displayed like: <div class="top_wrap" style="background-image: ur
-
CSS Image Loading
· 9 years ago
Ok, the code you suggested worked great, it was a tabbing issue on my end. Guess I need to pay close attention to that. Thanks for the responses on all of this, very helpful!
-
CSS Image Loading
· 9 years ago
Your explanation definitely helps, thank you. My admin view is still not displaying anything for me. I cleared the cache on the dashboard to help but no luck. Here's what I've got: buildkit.yaml titl
-
CSS Image Loading
· 9 years ago
Hey Andy, thanks for the reply and a link to your example! I'm trying to make it so that on the page I'm building it has a hero image for the background (via CSS and not inline) that a user could add
-
CSS Image Loading
· 9 years ago
This is a good idea and would love to make this happen. I've got a blueprint in my blueprints folder that has what you suggested, but I'm not seeing anything yet in the admin. Should it display as ano