Skip to content
Grav 2.0 is officially stable. Read the announcement →

Andy Miller Grav Creator

Grav Core Team Grav Forum Moderators

@rhuk · Joined 9 years ago · 400 posts · 30 topics · 211 reputation

Badges

Grav Core Team ✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Creator of Grav CMS + other things...

Recent posts

  • How can I modify the html outputted from the html filter? · 9 years ago

    You can't modify the .html output, but you can create your own HTML tag and simply use the .url method for the URL part.

  • Photographer theme. Few newb questions · 9 years ago

    Your really going to struggle with web development unless you understand how to use the web-developer tools in your browser. With these you will be able to identify the part of the HTML or CSS that ne

  • Does Feed work with Learn2? · 9 years ago

    I think you need to change that href location to the new page that defines the collection like @flavio mentioned: <a class="button" href="{{ base_url }}/new.atom"><i class="fa fa-rss-square"&

  • Cant get full url with params and queries from uri.url · 9 years ago

    You just need to build the URL include the the query parts: https://learn.getgrav.org/themes/theme-vars#query

  • Stop redirect to /admin/plugins/ after upgrade · 9 years ago

    Please create an issue in the admin repo and we'll take a look at optimizing: https://github.com/getgrav/grav-plugin-admin/issues

  • Welcome team! How can I help you? · 9 years ago

    Welcome! There are many ways to help out: You can help answering questions in the forum here and in slack You can help with translations via our crowdin.com site (see docs) You can help with issues

  • About the Content & Markdown category · 9 years ago

    Questions regarding content or Markdown-syntax specifically, and using HTML or Twig with Markdown.

  • Summary Confusion · 9 years ago

    i think you have various options. You could use the regular page summary, but strip out HTML tags (including any images) You could create a new summary field in your page header, and put a specific

  • Video Gallery / Video Portfolio · 9 years ago

    The short answer is yes 🙂 Really all you need to do is have a page with some frontmatter that contain an array of videos you want in your portfolio/gallery, then in your twig that renders the page, it

  • IE10 file upload · 9 years ago

    Oh sorry, my mistake! Didn't even notice in the screenshot. Ok, front-end is another story, it should really not have a great deal of JS requirements but it does provide support for the dropzone-base