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.

Werner Joss Regular

@hoernerfranz · Joined 7 years ago · 224 posts · 14 topics · 49 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Grav Admin Log In CSS not Loading using localhost · 6 years ago

    have you already tried to find out what is going on behind the scene by looking into your browsers dev tools ? usually, invoked by hitting F12, then look for error messages in console for something li

  • Plugin to download Google Fonts · 6 years ago

    you're welcome - yes, theme inheritance is the right thing for the described task, see also the official docs.

  • Plugin to download Google Fonts · 6 years ago

    @grjk : welcome to the grav community 😃 instead of changing the original theme (antimatter in your case) you should consider creating a child theme - see theme inheritance. this way, you can always pr

  • Support for Featherlight Gallery · 6 years ago

    I can't help with Grav Featherlight Plugin as I never tried it. But maybe you can try Unitegallery which works well and does what you asked for.

  • How to enable a sidebar · 6 years ago

    yes, I think so, sidebar.html.twig is in the OP's theme's (Medium) partials folder, but it is not included in any other template, so just including it should do the trick.

  • How to enable a sidebar · 6 years ago

    you will need to include partials/sidebar.html.twig in your base.html.twig, like so: {% block sidebar %} {% include 'partials/sidebar.html.twig' %} {% endblock %}

  • Download counter · 6 years ago

    you may want to have a look at this plugin - it does not directly count downloads, but page views. however, I think it can be adapted to count downloads if bound to this event.

  • Make folder available to website visitor · 6 years ago

    @gobs - yes, I was thinking more about a proposal like @pamtbaau outlined, which will create links to the media files automatically, not manually. and for the simple solution of a link to the (physica

  • Make folder available to website visitor · 6 years ago

    Grav has built in features to handle media (pictures, videos, audio...) quite easy. did you read the Media Docs ?

  • How to migrate Wordpress Metadata to Grav · 6 years ago

    if you are comfortable with writing scripts in perl, python or other language, you could do this probably relative easy by just scanning your pages folder for markdown files, then add the metadata yam