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.

Ben Bricker Member

@bbricker87 · Joined 9 years ago · 39 posts · 4 topics · 13 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Markdown Link in List Field · 4 years ago

    Never mind, I figured it out. I used the markdown twig filter in case anyone is also searching.

  • Markdown Link in List Field · 4 years ago

    Hi everyone. Sorry if this has been answered before. I have a list field that includes some other subfields. One of the subfields is type editor. I have added some markdown links in this field. I can

  • One-page theme background-color · 8 years ago

    That is just the body tag of the page. You'll have to change either the body css or the #page-wrapper css to whatever color you want and change the section below (#modular-features) that also shows th

  • Importing blueprint does not work - what does context do / mean? · 8 years ago

    Is that your whole blueprint file? I think the problem is you don't have the import in the right section. I'm not positive but I don't think you can import a whole tab using a partial, just the field

  • JS files not loading unless logged into admin · 8 years ago

    I'm having an issue on a site of mine, where the JS files are not being loaded into the site unless I am logged into the Admin dashboard. It works just fine when I'm logged in but otherwise, it doesn'

  • File Upload Limit Won't Change · 8 years ago

    No, that was on because I could upload smaller files. It had something to do with the value of upload_max_filesize not being set in the admin plugin. @rhuk updated the plugin to use the PHP values tho

  • Installation to XAMPP on Win10 · 9 years ago

    Oh I think I see what is going on. Navigate to c:\xampp\htdocs\grav\grav-admin and that should prompt you to create a user account. If not, try running that command from that directory in powershell.

  • How to add an Archive sidebar in blog list layout · 9 years ago

    I haven't worked with that theme or with Gantry 5, so I'm not sure. Normally, Grav themes have a templates directory with .html.twig files in them. That is where I would suggest adding it. If you don'

  • Admin Addon Revisions v1.3.1 · 9 years ago

    I think it may be an issue with the plugin. I've been having trouble with that one, as well as the User Manager plugin.

  • Foundation theme building · 9 years ago

    You can go through this tutorial from the docs. Foundation will be used in the twig files and Sass can be it's own directory.