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.

domena.online Member

@domena.online · Joined 3 years ago · 11 posts · 1 topics · 3 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Multi-Language. TWIG in JS · 2 years ago

    thats why I propose possible solution and use translations in .html.twig

  • Multi-Language. TWIG in JS · 2 years ago

    Hi, you can add translations to languages.yaml file in your theme folder example: en: THEME_NAME: TEXT: 'Text EN!’ de: THEME_NAME: TEXT: 'Text DE!’ then use it in your templates .html.twi

  • Only use canonical tag when page is set to index · 2 years ago

    my mistake - you said that U use meta tag... but U should easily fit my code with your settings

  • Only use canonical tag when page is set to index · 2 years ago

    Hi I use ‘robots’ = ‘index’ or ‘noindex’ you did not specify how you doing this (I will use select field in blueprint with 4 options index, follow / index, nofollow / noindex, follow / noindex, nofo

  • Display all categories in a Blog page filtered · 3 years ago

    If your blog folder structure is like blog/category-1/post blog/category-2/post blog/category-3/post u can create nav element based on folder instead of using taxonomies : {% for p in pages.find('/blo

  • The migration is mostly complete. I'd value some input · 3 years ago

    Nice plane and blog 👍 My advice is to create separate topic for yours problems and share source code with us... Why not if U got a lot of categories, but why U creating page and setting up a redirec

  • Page without Primary Image · 3 years ago

    Yes, like pamtbaau mention you can achive that using one of those methods... Below example what to do in theme: First create switch in blueprint, so U need to go to /user/themes/(theme name)/blueprin

  • How can I reposition the breadcrumbs in Quark theme? · 3 years ago

    Hi, go to /user/themes/(quark)/templates/ find your plog page twig file - something like blog.html.twig after that find where are partials/breadcrumbs in code, and move where you want... code to mo

  • Alternate page with proper canonical tag · 3 years ago

    Google 🤣 I don't think that Grav is the issue here... It can be plenty of reasons why page wasn't be indexed... You even didn't mention when pages was created...? are they in sitemap...? did you pass

  • First Grav page with blog comments, rating and vote plugin · 3 years ago

    It works on my machine, at least It worked a couple of minutes ago... 🤣 domena online