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

Muut Archive Legend

@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation

Badges

✏️ First Post 💬 Conversation Starter ❤️ Well Liked

Recent posts

  • Set encoding to UTF-8 · 11 years ago

    Oh no, that would be really bad :-( I'm importing files from another source, and there I could set encoding to 'UTF8', but as already said with Notepad++ at the first post, 'UTF8' does not fix the pro

  • Set encoding to UTF-8 · 11 years ago

    BTW, this is something that is already set in the Antimatter theme in the templates/partials/base.html.twig file. Other than that, you do need to set UTF-8 as your default encoding type in your edito

  • Set encoding to UTF-8 · 11 years ago

    Can you try putting this in your HTML header: <meta charset="utf-8"> Does that help?

  • Set encoding to UTF-8 · 11 years ago

    Hi all, I noticed some problems with german umlaute (ä, ö, ü, ß). They are not displayed correct. Even worse, these umlaute seem to some kind of crash the interpreting because also the page properties

  • Using different themes for every page in a site · 11 years ago

    some body has given information about it in muut.com/…/do-i-need-to-wait-on-multi. but i could not succeed yet.

  • Using different themes for every page in a site · 11 years ago

    Yah I agree with Ryan. I would not be mixing many themes. I would create one theme that had different layouts in a variety of theme twig templates, then just assign each template to each page. This i

  • Using different themes for every page in a site · 11 years ago

    Seems like you either need to Frankenstein a new theme using parts of those others, or have multiple installs of Grav, each running its own theme. The first option is what I recommend.

  • Using different themes for every page in a site · 11 years ago

    This is not currently possible. Grav only supports one theme per site.

  • Using different themes for every page in a site · 11 years ago

    hi, i want to use different theme for pages. For example i want to use antimatter theme for main page. parallelism theme for galllery page, learn2 theme for lessons page and so on. how can i do it? is

  • Admin plugin 0.3.0 - validation failed error · 11 years ago

    I removed the process bit and it works like a charm. Thanks for the quick reply.