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.

Pierre Causse Member

@edi0th · Joined 5 years ago · 22 posts · 6 topics · 5 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Mime Type otf / ttf · 3 years ago

    I've just tried but it doesn't work : /

  • Mime Type otf / ttf · 3 years ago

    I managed to make ttf work, but otf still won't work. I check in terminal locally which mime type was my otf and ttf file, and it was font/sfnt for ttf and application/vnd.ms-opentype for otf. It solv

  • Mime Type otf / ttf · 3 years ago

    Does nobody know what I could do ? : / In the documentation, after adding a new mime (for example here, ical) type they say Then all you need to do is provide the appropriate .ical.twig template to r

  • Mime Type otf / ttf · 3 years ago

    Hello Everyone, I'm trying to allow my client to upload a otf or ttf file in its article, but I can't make it work. I always get the error "The mime type does not match to file extension". I've alread

  • Remember entered tags · 4 years ago

    Maybe ! I'm going to check with him. But then I've a question. Does this mean that the saved tags are saved locally in the user cache of the browser, or are they supposed to be saved in the cms itself

  • Remember entered tags · 4 years ago

    I'm bringing this topic up again because I have a new question on this subject. On the site I am developing, I have a set of article pages that have several tags in taxonomy, like "categories", "theme

  • Ordering children pages by custom date field · 4 years ago

    So, I found a solution, not the most elegant but it seems to work. I kept my previous {% for post in page.find('/home').children.published.order('header.datearticle', 'desc') %} And I changed the blue

  • Ordering children pages by custom date field · 4 years ago

    That's an excellent idea, I think it should work, but I can't manage to : / If I use exactly what you wrote I get an error : An exception has been thrown during the rendering of a template ("Undefined

  • Ordering children pages by custom date field · 4 years ago

    Hi ! I've got a problem that I can't find a solution for... I've got a website site with differents articles entries that are all childrens of the "home" page. On the website, I would like them to be

  • Taxonomy and multilanguage · 4 years ago

    Ok I found the solution, I don't know if it's because my grav update or because I activated multilanguage but my site.yalm had been overwrited. I changed it back and now it works : )