Karmalakas Veteran
@Karmalakas · Joined 6 years ago · 1180 posts · 28 topics · 216 reputation
Badges
Recent posts
-
Error with upload file on page in admin panel
· 4 years ago
So what's the solution? It's much better to reply to your own post explaining what fixed it and mark that post as a solution, than just editing a topic title to "Solved.. " 🤔
-
Creating content dynamically from a csv file using PHP
· 4 years ago
Sounds like you will need a custom plugin. You can start by checking this one and then implementing your own logic
-
Error displaying plugin-in-all-txt in admin panel
· 4 years ago
/forum/plugins/issue-with-translation-in-admin-t3294?u=karmalakas
-
Buildin staff page
· 4 years ago
Check here how media meta works. In your case I think you don't even need the frontmatter list of photos or meta files - Grav automatically finds media if it's in the same page folder. And in your tem
-
Buildin staff page
· 4 years ago
If there's no page for each person and list will be available only on one page, then I would do just a simple array in page frontmatter (similar to your example) and access it in that custom template
-
Get page load time with twig filters
· 4 years ago
I don't think you can get the actual load time on server side. Use JS for that. Check this post on SO https://stackoverflow.com/questions/66078180/displaying-page-load-time-on-webpage
-
How to align Text and Picture
· 4 years ago
Do you have a visual example how it should look?
-
Site unavaliable after update 2022-10-07
· 4 years ago
Not sure what's happening, but quite often I find installation messed up if updated from UI, so in such case I usually run php bin/gpm update And this fixes it. Strangely this happens only on local en
-
images in the editor with cntr+v
· 4 years ago
Didn't find any on GPM, but shouldn't be very difficult to implement 🤔 https://gist.github.com/kidatti/f93feba1ec4be2117d1b
-
How to restore a Grav Backup to a new server
· 4 years ago
I guess best thing would be to check error log