Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Official Web API for Grav
· 7 years ago
There are endless plans, but it's not something that's easily bootstrapped into Core, or into a plugin even. An up-to-date plugin for an API is under development here: https://github.com/Regaez/grav-p
-
Grav Not Working
· 7 years ago
Any errors in the browser's console or in /logs/grav.log?
-
Grav Not Working
· 7 years ago
It sounds like the CSS-files are missing or not loaded. Did you try reinstalling the Admin plugin?
-
Two columns with grav
· 7 years ago
The 'simple' way is to create this via Twig, as described in this cookbook entry. I can't off the top of my head think of a theme that does this specifically.
-
Create Categories in Grav
· 7 years ago
There is no direct way to take categories from WordPress to Grav, you'll want to make sure you have taxonomies: [category,tag] in site.yaml (see Taxonomy), and use the category in each Page. For examp
-
Installation on 1&1 - php version
· 7 years ago
It's a problem at 1&1, their CLI is set to an ancient, outdated, unsupported, and not to be used version of PHP. You can change the PHP version with 1&1, but it won't necessarily affect the CL
-
UnexpectedValueException
· 7 years ago
You need to change PHP's settings through php.ini (https://www.php.net/manual/en/ini.core.php#ini.open-basedir). We'll need to know what the setting currently is set to in order to know why the except
-
What's the best way to change markdown output in Grav?
· 7 years ago
No, Markdown is a very strict and simple syntax. The parser Grav uses, Parsedown, demonstrates this well. The easiest, and most likely most performant, way of doing this is with a simple regular expre
-
On serving a site on `http://mydomain/2020/` with Grav in `2020/grav`
· 7 years ago
For posterity: Create /webroot/2020/grav. Fill it with candy, ie. a full Grav-installation. Add a AddType application/x-httpd-ea-php72 .php handler to /webroot/2020/grav/.htaccess because the server
-
How does "twig safe_email" protect me?
· 7 years ago
If we open our hymnals to an earlier page, we find a better description of the filter: https://learn.getgrav.org/16/themes/twig-filters-functions#safe-email. Specifically: {{ "[email protected]"|safe