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

Karmalakas Veteran

@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Crop images from a carousel · 5 years ago

    Did you check the Media docs? It would be something like: {{ page.media['identification.png'].cropResize(200, 200).url }}

  • Grav shows pages that are not published on Google · 5 years ago

    Not sure now, but I think some years ago I had to exclude some pages by using Google Console or one of their other products. Sorry, don't remember now which product exactly

  • Associate and display an icon image with taxonomy categories · 5 years ago

    You'd need to extend a blog item template and add that icon depending on a category

  • Failed to start a session · 5 years ago

    Did you try to get some pointers here?

  • Top navigation scroll · 5 years ago

    You should have a template to list children and there could be something like in this example (sorry, can't provide a ready to use solution now)

  • Top navigation scroll · 5 years ago

    I thought the issue was on smaller screens where menu doesn't fit, but as @pamtbaau noticed, such menu is a sign of bad page structure. If you really need such structure, I would consider not showing

  • Top navigation scroll · 5 years ago

    Do you have an example? On demo site it scrolls fine

  • Anyone rewrite the header.html.twig for menu hierarchy · 5 years ago

    <header id="header" class="{{ page.header.header_class }}"> <h1 id="logo"><a href="{{ base_url_absolute }}">{{ site.logo.text1 }} <span>{{ site.logo.text2 }}</span><

  • Sitemap solution for images and videos · 5 years ago

    Most of SEO plugins should do it. I use Aura plugin, which is not perfect by far, but so far fits my needs. Then there's a premium SEO Magic. Just search for SEO plugins.

  • Form configuration change · 5 years ago

    That's if you use their provided form script. I don't think you need to change anything - Grav doesn't use your hosting provider script (I assume)