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

  • Modular page best use case · 8 years ago

    Hi I think the primary benefits of modular pages being easy reuse layouts and a bit easier to maintain content in the admin panel. It sounds like modular pages would be unnecessary in your case. If yo

  • Change of Logo Results in Division by Zero · 8 years ago

    Hi I think you're missing the _ in your baseurl which is probably causing that error. This is what I'm using for logo: <a href="{{ base_url == '' ? '/' : base_url }}" class="navbar-brand"><im

  • [SOLVED] Filter by template type · 8 years ago

    It might be possible to it like this {% for post in allblogitems if post.parent.template=='blog'|slice(0, 3) %} but I don't think you can slice on a condition like that in a loop so that if statement

  • CSS Reset needed or not? · 8 years ago

    Hi If you want to add in your own css to a theme you can do it by updating the partial base.html.twig with the location of the new css file. This is an example from the antimatter theme. {% block styl

  • [SOLVED] Filter by template type · 8 years ago

    Hi I don't know why none of these attempts work but I'd suggest starting smaller with your loop to try and narrow down the issue such as starting with {% for post in all_blogs %} and just confirm at l

  • Taxonomy Tag - Show All possible? · 8 years ago

    Hi I'm using the taxonomy plugin and the filtering is working fine but how can I then unfilter? i.e. either a /tag:show_all (without having to literally add an ALL tag to every post) or remove the /ta

  • Getting Error on Subpages · 8 years ago

    Hi In your screenshot it says to uncomment out the RewriteBase / line so I would suggest trying that option first. Also there are some further tips on the 500 error and editing the htaccess file in ge

  • Https://www.mydomain.com/index.php returning "error 404" · 8 years ago

    Hi This is expected behaviour, direct access to index.php is blocked in the htaccess file

  • Home_url with anchor at the end · 8 years ago

    Hi What sort of link are you getting with home_url? I've got something like this using base_url working just fine on my policies page so I'd think the same idea would work on the homepage. <a href=

  • How to remove /home? · 8 years ago

    Hi I don't know why the /home redirect in the "site" section of the admin plugin never works but I've done my own redirect with a simple line in the htaccess file: RewriteEngine On RedirectMatch 301 /