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.

andrii burkatskyi Member

@underr · Joined 9 years ago · 24 posts · 5 topics · 2 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Issue with Collection:ofType · 9 years ago

    Hi! I want to use collection with choosen template only and i want to paginate it. I try to use ofType method, but my collection looks strange - like an array which contains empty value or something s

  • CSS Image Loading · 9 years ago

    {% endblock %} is missed in the end of template

  • Blueprints issue? · 9 years ago

    O yeah! It's looks like decision of my question. Thank you!

  • Blueprints issue? · 9 years ago

    Ok, i understand it. If generalize the question I want to know how can i will add indents and new lines using blueprint... If i edit page content in expert mode and write content: {items: {taxonomy@:

  • CSS Image Loading · 9 years ago

    hero_image is just variable and you should find something like {% set hero_image = page.media.images|first %} in your template. In this example the hero_image is first image in page media collection.

  • Blueprints issue? · 9 years ago

    Yes - it does not affect. When i just create a new page i see the correct code (like [email protected]: notes or '[email protected]': notes) in my custom tab. But when i save this page the code writ

  • Blueprints issue? · 9 years ago

    And this i tried - nothing changed...

  • Blueprints issue? · 9 years ago

    I tried to remove this lines - unfortunally, it is not helped. It is looks like parsing issue.

  • Blueprints issue? · 9 years ago

    Yeah, i know this way and use it now, by i want to better understand blueprints.

  • Blueprints issue? · 9 years ago

    {% extends 'partials/base.html.twig' %} {% block content %} {% set collection = page.collection() %} <div class="pure-g"> <div class="pure-u-1 pure-u-md-16-24 padding transition"> &l