Ole Vik Regular
Grav Core Team
Grav Forum Moderators
@OleVik · Joined 9 years ago · 313 posts · 2 topics · 106 reputation
Badges
Recent posts
-
Next version of Grav?
· 6 years ago
Yes, there are at least two plugins that facilitate using CKeditor: https://github.com/weknowinc/grav-plugin-ckeditor and https://github.com/ricardo118/grav-plugin-ckeditor5. I haven't tested either r
-
Problem installing scholar theme
· 6 years ago
I don't think the Admin-plugin has an option to force installs, and the GPM's --force parameter appears to only "Force re-fetching the data from remote". However, any extension is basically just a fol
-
Problem installing scholar theme
· 6 years ago
Scholar is currently locked to the stable-branch of Grav Core, but because the GPM does not resolve SemVer-versions correctly, I cannot lock it to 1.6.*. Besides installing the skeleton, you can safel
-
Next version of Grav?
· 6 years ago
That is 1.7.0 and 1.6.28. It has been expected soon for quite some time, but hopefully by the end of the year. There are a lot of changes, see https://github.com/getgrav/grav/blob/1.7/UPGRADE-1.7.md f
-
Development workflow/setup
· 6 years ago
There are multiple ways of doing this, and it's not that uncommon to put the entire production-code into the Version Control System (VCS, ie. Git). This is the lazy equivalent to declarative environme
-
Filterable cards
· 6 years ago
Several themes do this, and there are a variety of JavaScript-libraries that facilitate it. For a basic, extendable approach, you can rip anything you need from the Project Space theme.
-
Cannot back-up because of set_time_limit()
· 6 years ago
Your server has a setting configured to prevent overriding the set_time_limit()-function, typically set in php.ini or by Security-Enhanced Linux. Is this happening in local development or on a hosted-
-
Installing Grav | general what do I do now problem
· 6 years ago
You do not run index.php, you run a server. For Grav 1.6 navigate to the folder on the command line and run php -S localhost:8000 system/router.php, for Grav 1.7 run php bin/grav server. .htaccess, wh
-
Laying out a page with text and images
· 6 years ago
There is no standard page, none of default.html.twig are created equal. You'll need to use CSS for this, and basically any kind of model: float, flex, grid, position. They can all position something i
-
Adding <iframe> to .md not working
· 6 years ago
Markdown in general accepts all HTML-tags, but the iFrame-tag and a few others are disabled by default because they pose a security risk. You can customize this in system.yaml.