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.

Radoslaw Newcomer

@radoslav · Joined 8 years ago · 9 posts · 5 topics · 0 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Featherlight gallery within a blog item · 8 years ago

    I realize this has been asked already a few times, but I also having problems getting the Creating a simple gallery recipe to work in a TwentyFifteen child theme. My intention is to add a standard Fea

  • Customizing post thumbnails · 8 years ago

    TwentyFifteen creates post thumbnails from the first image it finds in page media. Blogitem.html.twig: <div class="post-thumbnail"> {{ page.media.images|first.cropZoom(1038,437).html(page.t

  • [TwentyFifteen] Post date translation · 8 years ago

    It is simple :) I guess I needed a fresh look. Also, this is covered in Twig Recipes - Displaying a Translated Month. Your responses, the documentation and a couple of searches on Twig's date and loca

  • [TwentyFifteen] Post date translation · 8 years ago

    Hi @Perlkonig, thank you! Any advice how I can localize the full date manually - i.e., what to add to the languages.yaml file? pl: SITE: TITLE: Mój blog DESCRIPTION: Blog o wszystkim COP

  • [TwentyFifteen] Post date translation · 8 years ago

    My translated TwentyFifteen theme shows the following date format in the footer of a post: Lipiec July 29th at 5:10pm "Lipiec" is a Polish translation of July, so the template renders my translation

  • TwenfyFifteen child theme does not change the font · 8 years ago

    @pamtbaau, Thank you. This worked. I am not a web dev, so for the sake of others in a similar situation: I copied twentyfifteen/templates/partials/base.html.twig to /twentyfifteen-child/templates/par

  • TwenfyFifteen child theme does not change the font · 8 years ago

    Following the Theme Development with Inheritance documentation, I created a child theme for TwentyFifteen. I would like to change the font for body text from "Noto Serif" to "Noto Sans", however no ch

  • Translating site, description and copyright for twentyfifteen · 8 years ago

    Hi Paul, yes, my user/config/system.yaml contains: languages: supported: - pl include_default_lang: true translations: true translations_fallback: true session_store_active: false http

  • Translating site, description and copyright for twentyfifteen · 8 years ago

    Hello, a new user here. In a single-language site, I am trying to translate site, description and copyright text for TwentyFifteen. TwentyFifteen provides a languages.yaml file, which I'd like to cust