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.

Jared Member

@csixtyfour · Joined 9 years ago · 82 posts · 13 topics · 22 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Using PageMediaSelect Custom Field in Template · 8 years ago

    Hi Your solution is fine but your first attempt was the preferred option because its easier to read and maintain. You had the right idea just the wrong syntax. Something like this will create the enti

  • X-frame-options set by Grav? · 8 years ago

    Hi bit random but I'm wondering does Grav set x-frame-options (specifically SAMEORIGIN;) when processing images, css or js? I'm thinking not but trying to find the source of some unexpected values.

  • Adding custom font · 8 years ago

    Hi Which theme are you using? In general you just stick the font files that folder and then add them in your css file with something like @font-face{ font-family: 'MyWebFont'; src: url(../fon

  • Multi-language based on domain · 8 years ago

    Hi I'm wondering if you could get away with doing something where you create content elsewhere maybe your local machine and then automatically push it out to both sites together maybe using git. In th

  • How to output all values from a translated list? · 8 years ago

    Hi Yes I can pull out individual values but how do I get all months returned not just one specific one? {{ ta('MONTHS_OF_THE_YEAR',3) }} is fine for March but I'm stumped getting them all.

  • How to output all values from a translated list? · 8 years ago

    Hi I've got an array of words in my translation file but I want to display all the values on the page not just one. How do I write the for loop in twig? en: homepage: wordlist: [January, Februar

  • Displaying All Taxonomies that are set · 8 years ago

    I don't know page.taxonomy but if its the same array structure then you should just able to swap {% set taxlist = taxonomylist.get() %} for {% set taxlist = page.taxonomy %} That any better or just ki

  • Displaying All Taxonomies that are set · 8 years ago

    Hi I don't know if that plugin worked for your needs or not but if you're still looking for some code I have just done something a bit similar from what you were looking for I think. My data has a dif

  • CSS Reset needed or not? · 8 years ago

    Ah ok in that sense Grav base doesn't add any css by default (plugins might) as that stuff is really for the theme level so adding your own won't cause any conflicts.

  • Displaying All Taxonomies that are set · 8 years ago

    Actually I think this plugin is what you are looking for, I haven't used it myself but it looks to be made to handle multiple taxonomies like you've got so no need to reinvent the wheel. https://githu