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

  • Pop-up Markdown · 10 years ago

    First of all, thanks for your answer. To be honest with you, I don't know how a page is generated from a Markdown and Twig file. What I'd like is to just edit a file in the "page" folder and do not to

  • Pop-up Markdown · 10 years ago

    helmasaur, I don't think you can have two markdown files in the same folder. You might try using a yaml or json file. There are plugins for interacting with json and text files as well. You could also

  • Pop-up Markdown · 10 years ago

    Hello ! I created a changelog (displayed: "version x.y") in the footer of the skeleton/theme Ceevee. The "x.y" is an anchor link. When I click on it, it opens a pop-up with Magnific-popup.js. The data

  • Serving a different theme based on url · 10 years ago

    Is it possible to serve a different theme based on the url which is being used to access your site? This would be to enable multi-tenancy. So the scenarios would be: http://client1.com would point to

  • Mixed Content error - theme:// · 10 years ago

    Always best to use relative URLs if it all possible. Also absolute URLs should use the URL that you entered teh site with. So if you access the site with https://blah.com then links built as absolut

  • Mixed Content error - theme:// · 10 years ago

    I've seen in some situations absolute URLs being "forced" to http. You can turn off absolute URLs in the system configuration to use relative URLs, which will eliminate this problem.

  • Mixed Content error - theme:// · 10 years ago

    Hi I'm getting mixed content errors and it seems to only be coming from images I've linked using theme:// e.g. <link rel='shortcut icon' href="{{ url('theme://images/favicon/favicon.ico', true) }}"

  • Changing skeleton content · 10 years ago

    This skeleton probably doesn't have an update site.yaml blueprint that is required for the new fields to show up in the admin. Just change the user/config/site.yaml manually.

  • Changing skeleton content · 10 years ago

    I just downloaded and installed the Ceevee skeleton and added the admin plugin. Now I wish to change the content of the start page. I can see the content, that I want to change, in user/config/site.ya

  • Collection::routable() unexpected error · 10 years ago

    I don't understand the explanation, but it works without endif. Thank you :)